summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorLines
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-8/+75
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+2
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-21/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+9
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+0
2026-04-13Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-2/+2
2026-04-11PCI: s390: Expose the UID as an arch specific PCI slot attributeNiklas Schnelle-0/+4
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+1
2026-04-05mm: change to return bool for pmdp_clear_flush_young()Baolin Wang-2/+2
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang-2/+2
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang-2/+2
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang-2/+2
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig-19/+0
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig-7/+5
2026-04-02KVM: s390: vsie: Accommodate ESA prefix pagesEric Farman-2/+1
2026-04-02KVM: s390: vsie: Allow non-zarch guestsEric Farman-0/+1
2026-03-28Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-2/+2
2026-03-28s390/barrier: Make array_index_mask_nospec() __always_inlineVasily Gorbik-2/+2
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts-8/+0
2026-03-24s390/percpu: Provide arch_raw_cpu_ptr()Heiko Carstens-0/+18
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-1/+4
2026-03-16KVM: s390: vsie: Avoid injecting machine check on signalChristian Borntraeger-1/+4
2026-03-13Merge branch 'page-table-check-support' of git://git.kernel.org/pub/scm/linux...Vasily Gorbik-7/+53
2026-03-13s390/pgtable: Add s390 support for page table checkTobias Huschle-4/+50
2026-03-13s390/pgtable: Use set_pmd_bit() to invalidate PMD entryAlexander Gordeev-3/+3
2026-03-05s390/setup: Drop stale ident_map_size declarationVasily Gorbik-1/+0
2026-03-03s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens-1/+1
2026-02-25s390/idle: Remove psw_idle() prototypeHeiko Carstens-2/+0
2026-02-25s390/idle: Inline update_timer_idle()Heiko Carstens-1/+36
2026-02-25s390/idle: Fix cpu idle exit cpu time accountingHeiko Carstens-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-20Merge tag 's390-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-2/+2
2026-02-18s390/debug: Convert debug area lock from a spinlock to a raw spinlockBenjamin Block-2/+2
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-422/+72
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+2
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1/+7
2026-02-05s390: remove kvm_types.h from KbuildRandy Dunlap-1/+0
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda-141/+7
2026-02-04KVM: s390: Remove gmap from s390/mmClaudio Imbrenda-182/+0
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda-69/+14
2026-02-04KVM: s390: Stop using CONFIG_PGSTEClaudio Imbrenda-3/+3
2026-02-04KVM: s390: Add helper functions for fault handlingClaudio Imbrenda-0/+1
2026-02-04KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIERClaudio Imbrenda-0/+1
2026-02-04s390/mm: Warn if uv_convert_from_secure_pte() failsClaudio Imbrenda-4/+5
2026-02-04KVM: s390: Export two functionsClaudio Imbrenda-0/+2
2026-02-04KVM: s390: Introduce import_lockClaudio Imbrenda-0/+2
2026-02-04KVM: s390: Add gmap_helper_set_unused()Claudio Imbrenda-0/+1