summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)Author
2020-10-01mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik
2020-10-01s390/init: add missing __init annotationsIlya Leoshkevich
2020-09-23s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle
2020-09-23s390: add 3f program exception handlerJanosch Frank
2020-09-09s390: fix GENERIC_LOCKBREAK dependency typo in KconfigEric Farman
2020-09-09s390: don't trace preemption in percpu macrosSven Schnelle
2020-08-26s390/ptrace: fix storage key handlingHeiko Carstens
2020-08-26s390/runtime_instrumentation: fix storage key handlingHeiko Carstens
2020-08-26s390/pci: ignore stale configuration request eventNiklas Schnelle
2020-08-26s390/pci: fix PF/VF linking on hot plugNiklas Schnelle
2020-08-26s390/pci: re-introduce zpci_remove_device()Niklas Schnelle
2020-08-26s390/pci: fix zpci_bus_link_virtfn()Niklas Schnelle
2020-08-21s390/Kconfig: add missing ZCRYPT dependency to VFIO_APKrzysztof Kozlowski
2020-08-21s390/test_unwind: fix possible memleak in test_unwind()Wang Hai
2020-08-19s390/gmap: improve THP splittingGerald Schaefer
2020-08-19s390/numa: set node distance to LOCAL_DISTANCEAlexander Gordeev
2020-08-19s390/bpf: Tolerate not converging code shrinkingIlya Leoshkevich
2020-08-19s390/bpf: Use brcl for jumping to exit_ip if necessaryIlya Leoshkevich
2020-08-19s390/bpf: Fix sign extension in branch_kuIlya Leoshkevich
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter
2020-07-10Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-07-09s390/mm: fix huge pte soft dirty copyingJanosch Frank
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-07-01s390: update defconfigsHeiko Carstens
2020-07-01s390/cpum_sf: prohibit callchain data collectionThomas Richter
2020-06-29s390/setup: init jump labels before command line parsingVasily Gorbik
2020-06-29s390/maccess: add no DAT mode to kernel_writeVasily Gorbik
2020-06-29s390/pci: fix enabling a reserved PCI functionNiklas Schnelle
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-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-18KVM: s390: reduce number of IO pins to 1Christian Borntraeger
2020-06-17s390: fix syscall_get_error for compat processesDmitry V. Levin
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-16s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODESHeiko Carstens
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/crypto: use scnprintf() instead of snprintf()Chen 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-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov