summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2026-07-30s390/ipl: Improve readabilityMete Durlu
2026-07-30s390/ipl: Use ARRAY_SIZE macroMete Durlu
2026-07-30s390/maccess: Use proper PTE accessors for copying old memoryAlexander Gordeev
2026-07-30s390/vdso: Use symbolic constants for the PHDR permission flagsJens Remus
2026-07-30s390/vdso: Pass --eh-frame-hdr to the linkerJens Remus
2026-07-30s390/syscalls: Use define instead of '1' to indicate PER trapSven Schnelle
2026-07-30s390/traps: Remove PIF_GUEST_FAULTSven Schnelle
2026-07-30s390/uapi: Remove obsolete unistd_32.h from Kbuild fileThomas Huth
2026-07-30s390: Select SWIOTLB_DYNAMIC and DMA_COHERENT_POOLJaehoon Kim
2026-07-30s390/pv: Enable SWIOTLB_ANY for s390 PVJaehoon Kim
2026-07-29s390/runtime-const: Introduce runtime_const_mask_32()K Prateek Nayak
2026-07-28Merge tag 'kvm-s390-master-7.2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-07-27arch: hookup fchroot() system callChristian Brauner
2026-07-27KVM: s390: Fall back to short-term pinning in MAP ioctlJaehoon Kim
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
2026-07-24s390/bpf: Support load-acquire and store-release instructionsMaxim Khmelevskii
2026-07-24s390/bpf: Add emit_ldx and emit_stx functionsMaxim Khmelevskii
2026-07-24KVM: s390: move some facilities from FACILITIES_KVM_CPUMODEL to FACILITIES_KVMChristian Borntraeger
2026-07-24KVM: s390: pci: Validate AIBV and AISB before pinning guest pagesFarhan Ali
2026-07-24KVM: s390: pci: Fix resource leak on IRQ registration failureFarhan Ali
2026-07-24KVM: s390: pci: Fix NULL dereference on AIBV allocation failureFarhan Ali
2026-07-24KVM: s390: pci: Fix missing error codes and memory unaccountingFarhan Ali
2026-07-24KVM: s390: pci: Fix memory accounting for pinned/unpinned pagesFarhan Ali
2026-07-24KVM: s390: pci: Reject adapter interrupt forwarding if already enabledFarhan Ali
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-23s390/ptff: Export ptff_function_mask[]Sven Schnelle
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner
2026-07-18Merge tag 's390-7.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-15s390/perf_cpum_cf: Add missing array_index_nospec() to __hw_perf_event_init()Sumanth Korikkar
2026-07-15s390/checksum: Fix csum_partial() without vector facilityVasily Gorbik
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner
2026-07-15Merge tag 'kvm-s390-master-7.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-07-15vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesThomas Weißschuh
2026-07-14syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCHJinjie Ruan
2026-07-12s390/syscall: Use enter_from_user_mode_randomize_stack()Thomas Gleixner
2026-07-09KVM: s390: pci: Fix handling of AIF enable without AISBMatthew Rosato
2026-07-09KVM: s390: Improve kvm_s390_vm_stop_migration()Claudio Imbrenda
2026-07-09KVM: s390: Fix dat_crste_walk_range() early returnClaudio Imbrenda
2026-07-09KVM: s390: vsie: Avoid potential deadlock with real spacesClaudio Imbrenda
2026-07-09KVM: s390: pci: Fix GISC refcount leak on AIF enable failureHaoxiang Li
2026-07-08s390/traps: Add exception statisticsSven Schnelle
2026-07-08s390/configs: Enable cpuidle driver on s390Mete Durlu
2026-07-08s390/idle: Introduce cpuidle for s390Mete Durlu
2026-07-08s390: Enable TIF_POLLING_NRFLAGMete Durlu
2026-07-08s390/tick: Remove CIF_NOHZ_DELAY flagMete Durlu
2026-07-08s390/mm: Use set_pmd() / set_pud() for hugetlb pagetable entriesGerald Schaefer
2026-07-08s390: Add build salt to the vDSOBastian Blank
2026-07-08s390/mm: Fix type mismatch in get_align_mask().Gerald Schaefer
2026-07-08s390/diag: Add missing array_index_nospec() call to memtop_get_page_count()Heiko Carstens