summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2020-08-26s390/ptrace: fix storage key handlingHeiko Carstens
2020-08-26s390/runtime_instrumentation: fix storage key handlingHeiko Carstens
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter
2020-07-01s390/cpum_sf: prohibit callchain data collectionThomas Richter
2020-06-29s390/setup: init jump labels before command line parsingVasily Gorbik
2020-06-23s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger
2020-06-23s390/kasan: fix early pgm check handler executionVasily Gorbik
2020-06-23s390: fix system call single steppingSven Schnelle
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino
2020-06-16s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2020-06-16s390/protvirt: use scnprintf() instead of snprintf()Chen Zhou
2020-06-16s390: use scnprintf() in sys_##_prefix##_##_name##_showChen Zhou
2020-06-16s390/ptrace: fix setting syscall numberSven Schnelle
2020-06-16s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle
2020-06-16s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle
2020-06-16s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09s390: add show_stack_loglvl()Dmitry Safonov
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle
2020-05-28s390: add machine check SIGPSven Schnelle
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-20s390: simplify memory notifier for protecting kdump crash kernel areaDavid Hildenbrand
2020-05-20s390: Remove two unused inline functionsYueHaibing
2020-05-20s390/kaslr: add support for R_390_JMP_SLOT relocation typeGerald Schaefer
2020-05-14s390/kexec_file: fix initrd location for kdump kernelPhilipp Rudo
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi
2020-05-08s390/module: Use s390_kernel_write() for late relocationsPeter Zijlstra
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06s390: nvme reiplJason J. Herne
2020-05-06s390: nvme iplJason J. Herne
2020-05-06s390: ptrace: hard-code "s390x" instead of UTS_MACHINEMasahiro Yamada
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-25s390/protvirt: fix compilation issueClaudio Imbrenda
2020-04-22s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-25s390: use fallthrough;Joe Perches