summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2026-08-09s390/pci: Fix s390_pci_mmio_write syscall error return without MIONiklas Schnelle1-0/+1
2026-08-09KVM: s390: pci: Validate AIBV and AISB before pinning guest pagesFarhan Ali1-1/+15
2026-08-09KVM: s390: pci: Fix NULL dereference on AIBV allocation failureFarhan Ali1-0/+8
2026-08-09KVM: s390: pci: Fix missing error codes and memory unaccountingFarhan Ali1-2/+7
2026-08-09KVM: s390: pci: Fix memory accounting for pinned/unpinned pagesFarhan Ali2-11/+34
2026-08-09KVM: s390: pci: Reject adapter interrupt forwarding if already enabledFarhan Ali1-0/+4
2026-08-03s390/ptff: Export ptff_function_mask[]Sven Schnelle1-0/+1
2026-08-03s390/checksum: Fix csum_partial() without vector facilityVasily Gorbik1-1/+1
2026-07-24s390/mm: Fix type mismatch in get_align_mask().Gerald Schaefer1-1/+1
2026-07-24s390/diag: Add missing array_index_nospec() call to memtop_get_page_count()Heiko Carstens1-3/+4
2026-07-24s390/perf_cpum_cf: Add missing array_index_nospec() to __hw_perf_event_init()Sumanth Korikkar1-0/+3
2026-07-24KVM: s390: pci: Fix handling of AIF enable without AISBMatthew Rosato1-3/+8
2026-07-24KVM: s390: pci: Fix GISC refcount leak on AIF enable failureHaoxiang Li1-0/+1
2026-07-24s390/process: Fix kernel thread function pointer typeHeiko Carstens1-1/+1
2026-07-18s390: Revert support for DCACHE_WORD_ACCESSHeiko Carstens4-45/+0
2026-06-01ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-23KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmeticJunrui Luo2-6/+3
2026-05-23s390/mm: Fix phys_to_folio() usage in do_secure_storage_access()Heiko Carstens1-1/+1
2026-05-23s390/bpf: Zero-extend bpf prog return values and kfunc argumentsIlya Leoshkevich1-15/+24
2026-05-14s390/debug: Reject zero-length input before trimming a newlinePengpeng Hou1-0/+3
2026-05-14s390/debug: Reject zero-length input in debug_input_flush_fn()Vasily Gorbik1-0/+5
2026-04-22KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson1-2/+2
2026-04-11s390/cpum_sf: Cap sampling rate to prevent lsctl exceptionThomas Richter1-1/+5
2026-04-02s390/entry: Scrub r12 register on kernel entryVasily Gorbik1-0/+3
2026-04-02s390/barrier: Make array_index_mask_nospec() __always_inlineVasily Gorbik1-2/+2
2026-04-02s390/syscalls: Add spectre boundary for syscall dispatch tableGreg Kroah-Hartman1-1/+4
2026-04-02s390/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/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-30s390/boot/vmlinux.lds.S: Ensure bzImage ends with SecureBoot trailerAlexander Egorenkov1-8/+9
2026-01-08KVM: s390: Fix gmap_helper_zap_one_page() againClaudio Imbrenda1-2/+7
2026-01-02s390/ipl: Clear SBP flag when bootprog is setSven Schnelle2-12/+37
2025-12-18s390/fpu: Fix false-positive kmsan report in fpu_vstl()Aleksei Nikiforov1-0/+3
2025-12-18s390/smp: Fix fallback CPU detectionHeiko Carstens1-0/+1
2025-11-15Merge tag 's390-6.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-9/+7
2025-11-14s390/mm: Fix __ptep_rdp() inline assemblyHeiko Carstens2-9/+7
2025-10-31Merge tag 's390-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-36/+29
2025-10-30s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAPHeiko Carstens1-1/+0
2025-10-29s390/mm: Fix memory leak in add_marker() when kvrealloc() failsMiaoqian Lin1-13/+8
2025-10-24s390/pci: Restore IRQ unconditionally for the zPCI deviceFarhan Ali2-9/+1