summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-053-90/+57
|\
| * s390: support KPROBES_ON_FTRACESven Schnelle2020-01-303-90/+57
* | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-311-0/+2
* | mm/memblock: define memblock_physmem_add()Anshuman Khandual2020-01-311-9/+3
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \
| * | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
* | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch/s390/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
| | |/ | |/|
* | | Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-01-285-39/+87
|\ \ \
| * | | s390: fix __EMIT_BUG() macroSven Schnelle2020-01-223-6/+38
| * | | s390/ftrace: generate traced function stack frameVasily Gorbik2020-01-221-1/+14
| * | | s390/cpum_sf: Use DIV_ROUND_UPThomas Richter2020-01-221-1/+1
| * | | s390/cpum_sf: Use kzalloc and minor changesThomas Richter2020-01-221-5/+4
| * | | s390/cpum_sf: Convert debug trace to common layoutThomas Richter2020-01-221-26/+30
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-1/+3
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-255-34/+33
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-1/+3
| | |_|/ | |/| |
* | | | s390/setup: Fix secure ipl messagePhilipp Rudo2020-01-091-1/+1
| |/ / |/| |
* | | s390/ftrace: save traced function callerVasily Gorbik2019-12-181-0/+1
* | | s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik2019-12-181-4/+11
| |/ |/|
* | s390: remove last diag 0x44 callerHeiko Carstens2019-12-112-24/+5
* | s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter2019-12-111-6/+0
* | s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter2019-12-111-0/+16
|/
* Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-12-0321-747/+187
|\
| * s390: remove compat vdso codeHeiko Carstens2019-12-0111-634/+3
| * s390/livepatch: Implement reliable stack tracing for the consistency modelMiroslav Benes2019-11-301-0/+43
| * s390/unwind: add stack pointer alignment sanity checksMiroslav Benes2019-11-302-0/+8
| * s390/unwind: filter out unreliable bogus %r14Vasily Gorbik2019-11-301-0/+5
| * s390/unwind: start unwinding from reliable stateVasily Gorbik2019-11-301-14/+28
| * s390/test_unwind: print verbose unwinding resultsVasily Gorbik2019-11-301-0/+1
| * s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter2019-11-301-2/+15
| * s390/cpum_sf: Use TEAR_REG macro consistantlyThomas Richter2019-11-301-8/+1
| * s390/cpum_sf: Remove unnecessary check for pending SDBsThomas Richter2019-11-301-2/+1
| * s390/cpum_sf: Replace function name in debug statementsThomas Richter2019-11-301-51/+56
| * s390/kaslr: store KASLR offset for early dumpsGerald Schaefer2019-11-301-1/+1
| * s390/unwind: stop gracefully at task pt_regsVasily Gorbik2019-11-301-1/+7
| * s390/head64: correct init_task stack setupVasily Gorbik2019-11-301-1/+1
| * s390/unwind: make reuse_sp default when unwinding pt_regsVasily Gorbik2019-11-301-14/+7
| * s390/unwind: report an error if pt_regs are not on stackVasily Gorbik2019-11-301-1/+1
| * s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik2019-11-302-9/+2
| * s390/unwind: unify task is current checksVasily Gorbik2019-11-301-4/+0
| * s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik2019-11-301-0/+2
| * s390/vdso: fix getcpuHeiko Carstens2019-11-303-8/+3
| * s390/smp,vdso: fix ASCE handlingHeiko Carstens2019-11-301-0/+5
* | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \
| * | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-2/+2
|\ \ \
| * \ \ Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-115-15/+45
| |\ \ \