aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2026-07-08s390/mm: Fix type mismatch in get_align_mask().Gerald Schaefer1-1/+1
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2026-06-24Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+2
2026-06-24s390/mm: Fix handling of _PAGE_UNUSED pte bitClaudio Imbrenda1-1/+2
2026-06-22Merge tag 's390-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-62/+77
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2026-06-16s390/mm: Complete ptep_get() conversionAlexander Gordeev3-62/+77
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds2-18/+2
2026-06-12s390: Revert support for DCACHE_WORD_ACCESSHeiko Carstens1-18/+0
2026-06-11KVM: s390: Fix unlikely race in try_get_locked_pte()Claudio Imbrenda1-3/+3
2026-06-02s390/mm: use free_reserved_page() in vmem_free_pages()David Hildenbrand (Arm)1-2/+1
2026-06-02KVM: s390: Remove ptep_zap_softleaf_entry()Claudio Imbrenda1-20/+5
2026-06-02KVM: s390: Avoid potentially sleeping while atomic when zapping pagesClaudio Imbrenda1-45/+72
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-2/+3
2026-05-20s390/mm: Map empty zero pages read-onlyHeiko Carstens1-0/+2
2026-04-28s390/mm: Fix phys_to_folio() usage in do_secure_storage_access()Heiko Carstens1-1/+1
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)1-1/+1
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-1/+1
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)1-3/+1
2026-03-16s390/mm: Add missing secure storage access fixups for donated memoryJanosch Frank1-2/+9
2026-02-25s390/pfault: Fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2026-02-21Convert '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-4/+4
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-3316/+91
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda3-868/+7
2026-02-04KVM: s390: Remove gmap from s390/mmClaudio Imbrenda3-2445/+0
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda1-36/+2
2026-02-04KVM: s390: Stop using CONFIG_PGSTEClaudio Imbrenda1-2/+2
2026-02-04KVM: s390: KVM page table management functions: allocationClaudio Imbrenda1-0/+1
2026-02-04KVM: s390: Add gmap_helper_set_unused()Claudio Imbrenda1-0/+79
2026-02-04s390: Move sske_frame() to a headerClaudio Imbrenda1-7/+0
2026-02-04KVM: s390: Refactor pgste lock and unlock functionsClaudio Imbrenda2-2/+44
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song2-2/+2
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)1-0/+8
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-1/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-5/+0
2026-01-26s390: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-2/+7
2025-12-08KVM: s390: Fix gmap_helper_zap_one_page() againClaudio Imbrenda1-2/+7
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 Gorbik2-2/+6
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-18/+19
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds11-73/+52
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes2-16/+16
2025-11-24KVM: s390: fix missing present bit for gmap pudsClaudio Imbrenda1-2/+3
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens2-4/+2
2025-11-20sched: Provide and use set_need_resched_current()Peter Zijlstra1-2/+1
2025-11-17s390: Remove compat supportHeiko Carstens2-2/+0
2025-11-14s390/mm: Fix __ptep_rdp() inline assemblyHeiko Carstens1-2/+2