aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-16s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle1-6/+13
2020-06-16s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle1-5/+26
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+2
2020-06-09s390: add show_stack_loglvl()Dmitry Safonov1-5/+11
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-403/+354
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-59/+88
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+2
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig1-6/+3
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle4-373/+131
2020-05-28s390: add machine check SIGPSven Schnelle1-0/+8
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+2
2020-05-20s390: simplify memory notifier for protecting kdump crash kernel areaDavid Hildenbrand1-8/+5
2020-05-20s390: Remove two unused inline functionsYueHaibing1-16/+0
2020-05-20s390/kaslr: add support for R_390_JMP_SLOT relocation typeGerald Schaefer1-0/+1
2020-05-14s390/kexec_file: fix initrd location for kdump kernelPhilipp Rudo1-1/+1
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-08s390/module: Use s390_kernel_write() for late relocationsPeter Zijlstra1-59/+88
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-5/+6
2020-05-06s390: nvme reiplJason J. Herne1-1/+147
2020-05-06s390: nvme iplJason J. Herne1-0/+63
2020-05-06s390: ptrace: hard-code "s390x" instead of UTS_MACHINEMasahiro Yamada2-6/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2-2/+2
2020-04-25s390/protvirt: fix compilation issueClaudio Imbrenda1-1/+2
2020-04-22s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo3-4/+4
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds18-638/+337
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-0/+2
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-6/+424
2020-03-25s390: use fallthrough;Joe Perches2-3/+3
2020-03-25s390/cpum_sf: Fix wrong page count in error messageThomas Richter1-1/+3
2020-03-25s390/diag: fix display of diagnose call statisticsMichael Mueller1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-23s390: remove broken hibernate / power management supportHeiko Carstens4-548/+0
2020-03-23s390/cpuinfo: do not skip info for CPUs without MHz featureAlexander Gordeev1-2/+2
2020-03-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-03-23s390/cpuinfo: show number of online CPUs within a packageAlexander Gordeev1-0/+1
2020-03-23s390/cpuinfo: show number of online coresAlexander Gordeev2-2/+19
2020-03-23s390/ipl: add support to control memory clearing for FCP and CCW re-IPLGerald Schaefer1-7/+66
2020-03-23s390/topology: remove offline CPUs from CPU topology masksAlexander Gordeev2-3/+7
2020-03-23s390/numa: remove redundant cpus_with_topology variableAlexander Gordeev1-6/+0
2020-03-23s390/cpuinfo: show processor physical addressAlexander Gordeev2-0/+6
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain1-1/+1
2020-03-11s390/traps: mark test_monitor_call __initHeiko Carstens1-1/+1
2020-03-11s390/irq: make init_ext_interrupts staticHeiko Carstens1-9/+9
2020-03-11s390/irq: replace setup_irq() by request_irq()afzal mohammed1-6/+2