aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-03-10s390/cpuinfo: add system topology informationAlexander Gordeev1-0/+22
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle5-26/+47
2020-03-10s390/cpum_cf: Add new extended counters for IBM z15Thomas Richter1-1/+122
2020-02-27s390/protvirt: Add sysfs firmware interface for Ultravisor informationJanosch Frank1-0/+87
2020-02-27s390/mm: add (non)secure page access exceptions handlersVasily Gorbik2-2/+4
2020-02-27s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda1-0/+227
2020-02-27s390/protvirt: add ultravisor initializationVasily Gorbik2-0/+53
2020-02-27s390/protvirt: introduce host side setupVasily Gorbik3-4/+53
2020-02-27s390/mm: remove fake numa supportHeiko Carstens2-2/+1
2020-02-17s390/cpum_sf: Rework sampling buffer allocationThomas Richter1-19/+21
2020-02-05Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-90/+57
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko1-0/+2
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-9/+3
2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle3-90/+57
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
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 Torvalds5-39/+87
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+3
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle3-6/+38
2020-01-22s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-01-22s390/cpum_sf: Use DIV_ROUND_UPThomas Richter1-1/+1