aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2020-01-28Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-93/+172
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-51/+13
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+6
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle5-16/+46
2020-01-22s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-01-22s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik1-1/+1
2020-01-22s390/jump_label: use "i" constraint for clangVasily Gorbik1-1/+3
2020-01-22s390/cpum_sf: Use DIV_ROUND_UPThomas Richter1-1/+1
2020-01-22s390/cpum_sf: Use kzalloc and minor changesThomas Richter1-5/+4
2020-01-22s390/cpum_sf: Convert debug trace to common layoutThomas Richter1-26/+30
2020-01-22s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle1-21/+42
2020-01-22s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle3-21/+31
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar1-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/s390/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+4
2020-01-09s390/setup: Fix secure ipl messagePhilipp Rudo1-1/+1
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-20/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers4-31/+10
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar17-59/+117
2019-12-18s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2019-12-18s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik1-4/+11
2019-12-18s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2-2/+7
2019-12-18s390/purgatory: Make sure we fail the build if purgatory has missing symbolsHans de Goede2-3/+11
2019-12-18s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle1-2/+2
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang1-1/+1
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-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-08sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner4-4/+6
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