summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-172-11/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-3/+3
|\
| * s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-151-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-03-1614-314/+107
|\ \
| * | s390: fix floating pointer register corruption (again)Martin Schwidefsky2016-03-101-104/+2
| * | s390/cpumf: add missing lpp magic initializationHeiko Carstens2016-03-101-0/+1
| * | s390: Fix misspellings in commentsAdam Buchbinder2016-03-082-2/+2
| * | s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky2016-03-081-0/+1
| * | s390: Use pr_warn instead of pr_warningJoe Perches2016-03-073-10/+5
| * | s390/cpumf: Improve guest detection heuristicsChristian Borntraeger2016-03-022-3/+7
| * | s390/fault: merge report_user_fault implementationsHeiko Carstens2016-03-021-19/+2
| * | s390/dis: use correct escape sequence for '%' characterHeiko Carstens2016-03-021-12/+5
| * | s390: add z13s model number to z13 elf platformHeiko Carstens2016-02-241-0/+1
| * | s390/dumpstack: merge all four stack tracersHeiko Carstens2016-02-233-137/+66
| * | s390/dumpstack: use bit fields to decode psw mask in show_registers()Heiko Carstens2016-02-231-13/+4
| * | s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens2016-02-231-1/+2
| * | s390: add current_stack_pointer() helper functionHeiko Carstens2016-02-233-16/+12
| * | s390/stacktrace: use nosched instead of savesched parameterHeiko Carstens2016-02-231-6/+6
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ \ | |_|/ |/| |
| * | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-141-1/+0
|\ \
| * \ Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-294-17/+43
| |\ \ | | |/
| * | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-1/+0
* | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-4/+4
|\ \ \
| * \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-044-17/+43
| |\ \ \ | | | |/ | | |/|
| * | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+4
| | |/ | |/|
* | | s390/cpumf: Fix lpp detectionChristian Borntraeger2016-03-081-1/+1
| |/ |/|
* | s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-02-221-1/+1
* | s390/diag: avoid lockdep recursionHeiko Carstens2016-02-111-0/+3
* | s390/perf_event: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
* | s390/stacktrace: add save_stack_trace_regs()Pratyush Anand2016-02-101-0/+11
* | s390/stacktrace: save full stack tracesHeiko Carstens2016-02-101-9/+12
* | s390/stacktrace: add missing end markerHeiko Carstens2016-02-101-0/+2
* | s390/stacktrace: fix address ranges for asynchronous and panic stackHeiko Carstens2016-02-101-5/+6
* | s390/stacktrace: fix save_stack_trace_tsk() for current taskHeiko Carstens2016-02-101-0/+4
|/
* s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-1910-38/+31
* s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-197-29/+24
* s390: wire up copy_file_range syscallHeiko Carstens2016-01-192-0/+2
* s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-192-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-11/+11
|\
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-11/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-1324-618/+695
|\ \
| * | s390/vdso: optimize getcpu system callMartin Schwidefsky2016-01-118-3/+99
| * | s390: drop smp_mb in vdso_initMichael S. Tsirkin2016-01-111-2/+0
| * | s390: rename struct _lowcore to struct lowcoreHeiko Carstens2016-01-116-105/+105
| * | s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsHeiko Carstens2016-01-111-7/+8
| * | s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOKHeiko Carstens2015-12-302-2/+2
| * | s390/smp: save timestamp on external callsHeiko Carstens2015-12-181-0/+2
| * | s390/sysinfo: Remove unused variablesChristian Borntraeger2015-12-181-2/+1
OpenPOWER on IntegriCloud