summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
10 daysarm64: add batched versions of ptep_modify_prot_start/commitDev Jain
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes
2025-06-12arm64: Restrict pagetable teardown to avoid false warningDev Jain
2025-05-11arm64: mm: call PUD/P4D ctor in __create_pgd_mapping()Kevin Brodsky
2025-05-11arm64: mm: always call PTE/PMD ctor in __create_pgd_mapping()Kevin Brodsky
2025-05-11arm64: mm: use enum to identify pgtable level instead of *_SHIFTKevin Brodsky
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-03-28arm64: mm: Correct the update of max_pfnZhenhua Huang
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-03-11arm64: mm: Populate vmemmap at the page level if not section alignedZhenhua Huang
2025-03-10arm64/sysreg: Rename POE_RXW to POE_RWXKevin Brodsky
2025-03-10arm64/sysreg: Improve PIR/POR helpersKevin Brodsky
2025-01-07arm64: mm: Test for pmd_sect() in vmemmap_check_pmd()Zhenhua Huang
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang
2024-10-16arm64/mm: Change pgattr_change_is_safe() arguments as pteval_tAnshuman Khandual
2024-09-04arm64: implement PKEYS supportJoey Gouly
2024-06-19arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts
2024-04-12arm64: mm: Don't remap pgtables per-cont(pte|pmd) blockRyan Roberts
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-01arm64/mm: Avoid ID mapping of kpti flag if it is no longer neededArd Biesheuvel
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel
2024-02-16arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel
2024-02-16arm64: mm: Add definitions to support 5 levels of pagingArd Biesheuvel
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel
2024-02-16arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"Ard Biesheuvel
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel
2024-02-16arm64: mm: avoid fixmap for early swapper_pg_dir updatesArd Biesheuvel
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel
2024-02-16arm64: mmu: Make __cpu_replace_ttbr1() out of lineArd Biesheuvel
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon
2023-12-12arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel
2023-12-11arm64: mm: Only map KPTI trampoline if it is going to be usedArd Biesheuvel
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198Mark Rutland
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)
2023-06-15arm64: mm: fix VA-range sanity checkMark Rutland
2023-06-14arm64: consolidate rox page protection logicRussell King
2023-04-20Merge branch 'for-next/mm' into for-next/coreWill Deacon
2023-04-11arm64: kdump: do not map crashkernel region specificallyBaoquan He
2023-04-11arm64: mm: move fixmap code to its own fileMark Rutland
2023-04-11arm64: add FIXADDR_TOT_{START,SIZE}Mark Rutland
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang