aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-15arm64: mm: Simplify check in arch_kfence_init_pool()Kevin Brodsky1-17/+16
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-81/+139
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual1-2/+0
2025-11-13arm64/mm: Rename try_pgd_pgtable_alloc_init_mmLinu Cherian1-4/+4
2025-11-13arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errorsChaitanya S Prakash1-78/+136
2025-11-07arm64: mm: Tidy up force_pte_mapping()Ryan Roberts1-20/+23
2025-11-07arm64: mm: Optimize range_split_to_ptes()Ryan Roberts1-1/+7
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts1-26/+66
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-10/+88
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-09-25arm64: mm: Move KPTI helpers to mmu.cKevin Brodsky1-10/+88
2025-09-24Merge branch 'for-next/mm' into for-next/coreWill Deacon1-29/+465
2025-09-22arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval1-5/+9
2025-09-22arm64: Enable vmalloc-huge with ptdumpDev Jain1-4/+39
2025-09-21arm64: stop calling page_address() in free_pages()Vishal Moola (Oracle)1-1/+1
2025-09-19arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUsRyan Roberts1-20/+162
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi1-5/+259
2025-09-16arm64: mm: Represent physical memory with phys_addr_t and resource_size_tSam Edwards1-8/+9
2025-08-30arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signatureKees Cook1-7/+0
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes1-1/+1
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand1-1/+1
2025-07-24arm64: add batched versions of ptep_modify_prot_start/commitDev Jain1-5/+23
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-1/+1
2025-06-12arm64: Restrict pagetable teardown to avoid false warningDev Jain1-1/+2
2025-05-11arm64: mm: call PUD/P4D ctor in __create_pgd_mapping()Kevin Brodsky1-1/+5
2025-05-11arm64: mm: always call PTE/PMD ctor in __create_pgd_mapping()Kevin Brodsky1-20/+23
2025-05-11arm64: mm: use enum to identify pgtable level instead of *_SHIFTKevin Brodsky1-21/+33
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+2
2025-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+2
2025-03-28arm64: mm: Correct the update of max_pfnZhenhua Huang1-1/+2
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+4
2025-03-11arm64: mm: Populate vmemmap at the page level if not section alignedZhenhua Huang1-1/+4
2025-03-10arm64/sysreg: Rename POE_RXW to POE_RWXKevin Brodsky1-2/+2
2025-03-10arm64/sysreg: Improve PIR/POR helpersKevin Brodsky1-4/+2
2025-01-07arm64: mm: Test for pmd_sect() in vmemmap_check_pmd()Zhenhua Huang1-1/+2
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-5/+5
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang1-4/+4
2024-10-16arm64/mm: Change pgattr_change_is_safe() arguments as pteval_tAnshuman Khandual1-1/+1
2024-09-04arm64: implement PKEYS supportJoey Gouly1-0/+45
2024-06-19arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts1-1/+2
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts1-32/+35
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts1-1/+10
2024-04-12arm64: mm: Don't remap pgtables per-cont(pte|pmd) blockRyan Roberts1-13/+14
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+8
2024-03-01arm64/mm: Avoid ID mapping of kpti flag if it is no longer neededArd Biesheuvel1-1/+1
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts1-7/+7
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts1-6/+6
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-2/+0
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel1-1/+1