summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+2
2025-08-05s390/mm: Allocate page table with PAGE_SIZE granularitySumanth Korikkar1-3/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2025-07-30Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-5/+4
2025-07-23s390/mm: Remove possible false-positive warning in pte_free_defer()Gerald Schaefer1-5/+0
2025-07-22s390: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-07-10mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-2/+0
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens3-0/+4
2025-06-07Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+2
2025-06-05s390/mm: Fix in_atomic() handling in do_secure_storage_access()Heiko Carstens1-0/+2
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-185/+228
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+45
2025-05-28KVM: s390: Refactor and split some gmap helpersClaudio Imbrenda3-179/+228
2025-05-28s390: Remove unneeded includesClaudio Imbrenda5-6/+0
2025-05-17s390/extmem: Add workaround for DCSS unload diagGerald Schaefer1-2/+16
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-12mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-05-05s390/mm: Fix potential use-after-free in __crst_table_upgrade()Heiko Carstens1-1/+1
2025-05-05s390/mm: Add mmap_assert_write_locked() check to crst_table_upgrade()Heiko Carstens1-7/+2
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens1-2/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-04-05Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-0/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-27/+8
2025-03-31s390/mm: Dump fault info in case of low address protection faultHeiko Carstens1-0/+1
2025-03-31s390/asm-offsets: Remove ASM_OFFSETS_CHeiko Carstens1-0/+1
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds13-127/+146
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens1-2/+2
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik1-1/+0
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens1-25/+0
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens1-3/+0
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados1-0/+17
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-6/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-1/+4
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-03-18s390: make setup_zero_pages() use memblockMike Rapoport (Microsoft)1-13/+3
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual1-1/+1
2025-03-17mm/cma: introduce cma_intersects functionFrank van der Linden1-8/+5
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda1-28/+0
2025-03-11Merge branch 'strict-mm-typechecks-support' into featuresVasily Gorbik2-26/+26
2025-03-11s390: Remove ioremap_wt() and pgprot_writethrough()Niklas Schnelle1-10/+0
2025-03-11s390/mm: Convert pgste_val() into functionHeiko Carstens1-25/+25
2025-03-11s390/mm: Use pgprot_val() instead of open codingHeiko Carstens1-1/+1
2025-03-04s390/mm: Simplify gap clamping in mmap_base() using clamp()Qasim Ijaz1-8/+1
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens2-3/+3
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-4/+5
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens1-2/+2
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens2-9/+11
2025-03-04s390/cpufeature: Convert MACHINE_HAS_IDTE to cpu_has_idte()Heiko Carstens3-7/+8
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens3-3/+3