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