summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2026-06-29arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range()Anshuman Khandual
2026-06-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-06-24arm64: mm: Defer read-only remap of data/bss linear aliasArd Biesheuvel
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds
2026-06-10Revert "arm64: mm: Unmap kernel data/bss entirely from the linear map"Will Deacon
2026-06-10Revert "arm64: mm: Defer remap of linear alias of data/bss"Will Deacon
2026-06-08arm64/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song
2026-06-05arm64: mm: Defer remap of linear alias of data/bssArd Biesheuvel
2026-06-05arm64: Avoid double evaluation of __ptep_get()Ard Biesheuvel
2026-06-03arm64: mm: call pagetable dtor when freeing hot-removed page tablesAlistair Popple
2026-06-02arm64: mm: Unmap kernel data/bss entirely from the linear mapArd Biesheuvel
2026-06-02arm64: mm: Map the kernel data/bss read-only in the linear mapArd Biesheuvel
2026-06-02arm64: mm: Don't abuse memblock NOMAP to check for overlapsArd Biesheuvel
2026-06-02arm64: mm: Permit contiguous attribute for preliminary mappingsArd Biesheuvel
2026-06-02arm64: kfence: Avoid NOMAP tricks when mapping the early poolArd Biesheuvel
2026-06-02arm64: mm: Permit contiguous descriptors to be manipulatedArd Biesheuvel
2026-06-02arm64: mm: Preserve non-contiguous descriptors when mapping DRAMArd Biesheuvel
2026-06-02arm64: mm: Preserve existing table mappings when mapping DRAMArd Biesheuvel
2026-06-02arm64: mm: Check for pud_/pmd_set_huge() failures on kernel mappingsArd Biesheuvel
2026-06-02arm64: mm: Drop redundant pgd_t* argument from map_mem()Ard Biesheuvel
2026-06-02arm64: mm: Remove bogus stop condition from map_mem() loopArd Biesheuvel
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song
2026-05-19arm64/mm: Replace BUG_ON() with VM_WARN_ON_ONCE()Anshuman Khandual
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park
2026-04-02arm64: mm: Remove pmd_sect() and pud_sect()Ryan Roberts
2026-04-02arm64: mm: Handle invalid large leaf mappings correctlyRyan Roberts
2026-04-02arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts
2026-04-01arm64: mm: Use generic enum pgtable_levelKevin Brodsky
2026-04-01arm64/mm: Reject memory removal that splits a kernel leaf mappingAnshuman Khandual
2026-04-01arm64/mm: Enable batched TLB flush in unmap_hotplug_range()Anshuman Khandual
2026-03-14arm64/mm: Directly use TTBRx_EL1_CnPAnshuman Khandual
2026-03-13arm64: mm: Refactor __flush_tlb_range() to take flagsRyan Roberts
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky
2025-12-15arm64: mm: Simplify check in arch_kfence_init_pool()Kevin Brodsky
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual
2025-11-13arm64/mm: Rename try_pgd_pgtable_alloc_init_mmLinu Cherian
2025-11-13arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errorsChaitanya S Prakash
2025-11-07arm64: mm: Tidy up force_pte_mapping()Ryan Roberts
2025-11-07arm64: mm: Optimize range_split_to_ptes()Ryan Roberts
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-25arm64: mm: Move KPTI helpers to mmu.cKevin Brodsky
2025-09-24Merge branch 'for-next/mm' into for-next/coreWill Deacon