index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
mmu.c
Age
Commit message (
Expand
)
Author
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
2025-12-15
arm64: mm: Simplify check in arch_kfence_init_pool()
Kevin Brodsky
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-11-16
mm: make INVALID_PHYS_ADDR a generic macro
Anshuman Khandual
2025-11-13
arm64/mm: Rename try_pgd_pgtable_alloc_init_mm
Linu Cherian
2025-11-13
arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errors
Chaitanya S Prakash
2025-11-07
arm64: mm: Tidy up force_pte_mapping()
Ryan Roberts
2025-11-07
arm64: mm: Optimize range_split_to_ptes()
Ryan Roberts
2025-11-07
arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic context
Ryan Roberts
2025-10-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-09-25
arm64: mm: Move KPTI helpers to mmu.c
Kevin Brodsky
2025-09-24
Merge branch 'for-next/mm' into for-next/core
Will Deacon
2025-09-22
arm64: map [_text, _stext) virtual address range non-executable+read-only
Omar Sandoval
2025-09-22
arm64: Enable vmalloc-huge with ptdump
Dev Jain
2025-09-21
arm64: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
2025-09-19
arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs
Ryan Roberts
2025-09-18
arm64: mm: support large block mapping when rodata=full
Yang Shi
2025-09-16
arm64: mm: Represent physical memory with phys_addr_t and resource_size_t
Sam Edwards
2025-08-30
arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signature
Kees Cook
2025-08-02
mm: correct type for vmalloc vm_flags fields
Lorenzo Stoakes
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
2025-07-24
arm64: add batched versions of ptep_modify_prot_start/commit
Dev Jain
2025-07-09
mm: update architecture and driver code to use vm_flags_t
Lorenzo Stoakes
2025-06-12
arm64: Restrict pagetable teardown to avoid false warning
Dev Jain
2025-05-11
arm64: mm: call PUD/P4D ctor in __create_pgd_mapping()
Kevin Brodsky
2025-05-11
arm64: mm: always call PTE/PMD ctor in __create_pgd_mapping()
Kevin Brodsky
2025-05-11
arm64: mm: use enum to identify pgtable level instead of *_SHIFT
Kevin Brodsky
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
2025-04-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2025-03-28
arm64: mm: Correct the update of max_pfn
Zhenhua Huang
2025-03-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-03-11
arm64: mm: Populate vmemmap at the page level if not section aligned
Zhenhua Huang
2025-03-10
arm64/sysreg: Rename POE_RXW to POE_RWX
Kevin Brodsky
2025-03-10
arm64/sysreg: Improve PIR/POR helpers
Kevin Brodsky
2025-01-07
arm64: mm: Test for pmd_sect() in vmemmap_check_pmd()
Zhenhua Huang
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
2024-11-05
arm64: Add support for FEAT_HAFT
Yicong Yang
2024-10-16
arm64/mm: Change pgattr_change_is_safe() arguments as pteval_t
Anshuman Khandual
2024-09-04
arm64: implement PKEYS support
Joey Gouly
2024-06-19
arm64: mm: Permit PTE SW bits to change in live mappings
Ryan Roberts
2024-04-12
arm64: mm: Don't remap pgtables for allocate vs populate
Ryan Roberts
2024-04-12
arm64: mm: Batch dsb and isb when populating pgtables
Ryan Roberts
2024-04-12
arm64: mm: Don't remap pgtables per-cont(pte|pmd) block
Ryan Roberts
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-01
arm64/mm: Avoid ID mapping of kpti flag if it is no longer needed
Ard Biesheuvel
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-22
arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WX
Christophe Leroy
[next]