aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11s390/kasan: add KASAN_VMALLOC supportVasily Gorbik2-12/+57
2019-12-11s390: remove last diag 0x44 callerHeiko Carstens3-26/+5
2019-12-11s390/uv: use EOPNOTSUPP instead of ENOTSUPPChristian Borntraeger1-1/+1
2019-12-11s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter1-6/+0
2019-12-11s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter1-0/+16
2019-12-11s390/test_unwind: fix spelling mistake "reqister" -> "register"Colin Ian King1-1/+1
2019-12-11s390/spinlock: remove confusing comment in arch_spin_lock_waitVasily Gorbik1-1/+0
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+3
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada1-0/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-18/+15
2019-12-03Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds34-768/+625
2019-12-01s390: remove compat vdso codeHeiko Carstens13-638/+3
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2019-11-30s390/livepatch: Implement reliable stack tracing for the consistency modelMiroslav Benes2-0/+44
2019-11-30s390/unwind: add stack pointer alignment sanity checksMiroslav Benes2-0/+8
2019-11-30s390/unwind: filter out unreliable bogus %r14Vasily Gorbik1-0/+5
2019-11-30s390/unwind: start unwinding from reliable stateVasily Gorbik2-17/+31
2019-11-30s390/test_unwind: add program check context testsVasily Gorbik1-0/+47
2019-11-30s390/test_unwind: add irq context testsVasily Gorbik1-0/+45
2019-11-30s390/test_unwind: print verbose unwinding resultsVasily Gorbik2-2/+11
2019-11-30s390/test_unwind: add CALL_ON_STACK testsVasily Gorbik1-7/+19
2019-11-30s390: fix register clobbering in CALL_ON_STACKVasily Gorbik1-2/+2
2019-11-30s390/test_unwind: require that unwinding ended successfullyVasily Gorbik1-0/+4
2019-11-30s390/unwind: add a test for the internal APIIlya Leoshkevich3-0/+248
2019-11-30s390/unwind: always inline get_stack_pointerVasily Gorbik1-2/+2
2019-11-30s390/pci: add error message on device number limitNiklas Schnelle1-0/+2
2019-11-30s390/pci: add error message for UID collisionNiklas Schnelle1-0/+3
2019-11-30s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter1-2/+15
2019-11-30s390/cpum_sf: Use TEAR_REG macro consistantlyThomas Richter1-8/+1
2019-11-30s390/cpum_sf: Remove unnecessary check for pending SDBsThomas Richter1-2/+1
2019-11-30s390/cpum_sf: Replace function name in debug statementsThomas Richter2-52/+57
2019-11-30s390/kaslr: store KASLR offset for early dumpsGerald Schaefer2-1/+6
2019-11-30s390/unwind: stop gracefully at task pt_regsVasily Gorbik1-1/+7
2019-11-30s390/head64: correct init_task stack setupVasily Gorbik1-1/+1
2019-11-30s390/unwind: make reuse_sp default when unwinding pt_regsVasily Gorbik2-15/+7
2019-11-30s390/unwind: report an error if pt_regs are not on stackVasily Gorbik1-1/+1
2019-11-30s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik3-9/+13
2019-11-30s390: correct CALL_ON_STACK back_chain savingVasily Gorbik1-1/+14
2019-11-30s390/unwind: unify task is current checksVasily Gorbik3-6/+3
2019-11-30s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik2-3/+11
2019-11-30s390: always inline disabled_waitVasily Gorbik1-1/+1
2019-11-30s390/vdso: fix getcpuHeiko Carstens4-10/+14
2019-11-30s390/smp,vdso: fix ASCE handlingHeiko Carstens1-0/+5
2019-11-30s390: implement perf_arch_fetch_caller_regsIlya Leoshkevich1-0/+7
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-4/+0
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas4-18/+15
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-133/+369