summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
3 dayss390/entry: Scrub r12 register on kernel entryVasily Gorbik1-0/+3
3 dayss390/barrier: Make array_index_mask_nospec() __always_inlineVasily Gorbik1-2/+2
3 dayss390/syscalls: Add spectre boundary for syscall dispatch tableGreg Kroah-Hartman1-1/+4
3 dayss390/mm: Add missing secure storage access fixups for donated memoryJanosch Frank1-2/+9
2026-03-19s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik1-1/+0
2026-03-19s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens1-2/+2
2026-03-19s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens1-1/+1
2026-03-19s390/pfault: Fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2026-03-12kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-03-12s390/kexec: Disable stack protector in s390_reset_system()Vasily Gorbik1-1/+1
2026-03-12s390/vtime: Fix virtual timer forwardingHeiko Carstens1-16/+2
2026-03-12s390/idle: Fix cpu idle exit cpu time accountingHeiko Carstens3-6/+18
2026-03-04s390/pci: Handle futile config accesses of disabled devices directlyNiklas Schnelle1-8/+17
2026-03-04s390/perf: Disable register readout on sampling eventsThomas Richter1-1/+1
2026-03-04s390/purgatory: Add -Wno-default-const-init-unsafe to KBUILD_CFLAGSHeiko Carstens1-0/+1
2026-03-04s390/boot: Add -Wno-default-const-init-unsafe to KBUILD_CFLAGSHeiko Carstens1-0/+1
2026-02-27s390/kexec: Make KEXEC_SIG available when CONFIG_MODULES=nAlexander Egorenkov1-1/+2
2026-01-22s390/boot/vmlinux.lds.S: Ensure bzImage ends with SecureBoot trailerAlexander Egorenkov1-8/+9
2026-01-17s390/vdso: Disable kstack eraseHeiko Carstens1-1/+1
2025-12-14s390/stacktrace: Do not fallback to RA registerJens Remus1-16/+2
2025-12-14s390/pci: Annotate lock context imbalance in zpci_release_device()Benjamin Block1-0/+1
2025-12-14s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()Benjamin Block3-29/+90
2025-12-14s390/ipl: Clear SBP flag when bootprog is setSven Schnelle2-12/+37
2025-12-08s390/bug: Add missing alignmentHeiko Carstens1-0/+1
2025-12-08s390/bug: Add missing CONFIG_BUG ifdef againHeiko Carstens1-0/+4
2025-12-08KVM: s390: Fix gmap_helper_zap_one_page() againClaudio Imbrenda1-2/+7
2025-12-07s390/pci: Migrate s390 IRQ logic to IRQ domain APITobias Schumacher5-115/+247
2025-12-07s390: Select POSIX_CPU_TIMERS_TASK_WORKHeiko Carstens1-0/+1
2025-12-07s390: Unmap early KASAN shadow on memory offliningVasily Gorbik1-1/+7
2025-12-07s390/vmem: Support 2G page splitting for KASAN shadow freeingVasily Gorbik3-2/+8
2025-12-07s390/boot: Use entire page for PTEsVasily Gorbik1-14/+2
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-272/+114
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-111/+58
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-19/+19
2025-12-04Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-3/+4
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+0
2025-12-03Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-508/+2
2025-12-03Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds146-5184/+2423
2025-12-02Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini11-269/+112
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-12-02Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-58/+44
2025-12-02Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
2025-11-28KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functionsAndrew Donnellan3-12/+32
2025-11-27KVM: s390: Enable and disable interrupts in entry codeHeiko Carstens4-5/+4
2025-11-27KVM: s390: Add signal_exits counterAndrew Donnellan2-1/+4
2025-11-26s390/entry: Use lay instead of aghikHeiko Carstens1-1/+1
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-3/+2