aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2 dayss390/paes: Reestablish retry loop in paesHarald Freudenberger1-2/+13
7 dayss390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus2-0/+3
11 dayss390/mm: Fix clearing storage keys for huge pagesClaudio Imbrenda1-1/+1
11 dayss390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda1-1/+1
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2024-04-03s390/entry: align system call table on 8 bytesSumanth Korikkar1-0/+1
2024-04-03s390/pai: fix sampling event removal for PMU device driverThomas Richter2-6/+14
2024-04-03s390/preempt: mark all functions __always_inlineIlya Leoshkevich1-18/+18
2024-04-03s390/atomic: mark all functions __always_inlineIlya Leoshkevich2-33/+33
2024-04-03s390/mm: fix NULL pointer dereferenceHeiko Carstens1-1/+1
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfPaolo Abeni1-26/+20
2024-03-19s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich1-26/+20
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds20-153/+316
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle3-19/+18
2024-03-17s390/entry: remove OUTSIDE macroSven Schnelle1-25/+4
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle2-3/+16
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-19/+330
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds20-138/+170
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-3/+3
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens7-3/+48
2024-03-13s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens1-23/+45
2024-03-13s390/cio,idal: remove superfluous virt_to_phys() conversionHeiko Carstens1-2/+2
2024-03-13s390/cio,idal: code cleanupHeiko Carstens1-70/+64
2024-03-13s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic2-1/+4
2024-03-13s390/cio: use bitwise types to allow for type checkingHeiko Carstens5-22/+27
2024-03-13s390/cio: introduce bitwise dma types and helper functionsHalil Pasic1-0/+103
2024-03-13s390/vtime: fix average steal time calculationMete Durlu1-2/+2
2024-03-13s390/sysinfo: allow response buffer in normal memoryAlexander Gordeev1-1/+1
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+3
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-1/+2
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds87-1281/+2451
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+1
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+0
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-13/+13
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini5-17/+7
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2024-03-07s390/tools: handle rela R_390_GOTPCDBL/R_390_GOTOFF64Sumanth Korikkar1-0/+2
2024-03-07s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens1-0/+1
2024-03-07s390/crypto: remove retry loop with sleep from PAES pkey invocationHarald Freudenberger1-14/+2
2024-03-07s390/configs: increase number of LOCKDEP_BITSHeiko Carstens1-0/+2
2024-03-07s390/pai: change sampling event assignment for PMU device driverThomas Richter2-3/+6
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-2/+2
2024-03-06mm/treewide: drop pXd_large()Peter Xu1-4/+4
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu7-11/+11
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu7-19/+19
2024-03-06s390: supplement for ptdesc conversionQi Zheng3-24/+26
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-26s390/boot: fix minor comment style damagesAlexander Gordeev1-3/+3
2024-02-26s390/boot: do not check for zero-termination relocation entryAlexander Gordeev1-3/+1