summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2026-02-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-02-19arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann
2026-02-12arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure
2026-01-26arm64/mm: add addr parameter to __ptep_get_and_clear_anysz()Andrew Donnellan
2026-01-26arm64/mm: add addr parameter to __set_ptes_anysz()Andrew Donnellan
2026-01-20arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()Kevin Brodsky
2026-01-20mm: enable lazy_mmu sections to nestKevin Brodsky
2026-01-20mm: bail out of lazy_mmu_mode_* in interrupt contextKevin Brodsky
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas
2025-11-19arm64, tlbflush: don't TLBI broadcast if page reused in write faultHuang Ying
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey
2025-11-11arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth
2025-10-21arm64, mm: avoid always making PTE dirty in pte_mkwrite()Huang Ying
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi
2025-07-24arm64: add batched versions of ptep_modify_prot_start/commitDev Jain
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel
2025-05-16arm64: mm: Drop redundant check in pmd_trans_huge()Gavin Shan
2025-05-14arm64/mm: Permit lazy_mmu_mode to be nestedRyan Roberts
2025-05-14arm64/mm: Disable barrier batching in interrupt contextsRyan Roberts
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)
2025-05-09arm64/mm: Batch barriers when updating kernel mappingsRyan Roberts
2025-05-09arm64/mm: Hoist barriers out of set_ptes_anysz() loopRyan Roberts
2025-05-09arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()Ryan Roberts
2025-03-28arm64: mm: Drop dead code for pud special bit handlingPeter Xu
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-...Catalin Marinas
2025-03-12arm64/mm: Check pmd_table() in pmd_trans_huge()Ryan Roberts
2025-03-12arm64/mm: Check PUD_TYPE_TABLE in pud_bad()Ryan Roberts
2025-03-12arm64/mm: Check PXD_TYPE_TABLE in [p4d|pgd]_bad()Anshuman Khandual
2025-03-12arm64/mm: Clear PXX_TYPE_MASK and set PXD_TYPE_SECT in [pmd|pud]_mkhuge()Anshuman Khandual
2025-03-12arm64/mm: Clear PXX_TYPE_MASK in mk_[pmd|pud]_sect_prot()Anshuman Khandual
2025-03-05arm64/mm: Convert __pte_to_phys() and __phys_to_pte_val() as functionsAnshuman Khandual
2025-01-17Merge branch 'for-next/mm' into for-next/coreWill Deacon
2025-01-07arm64/mm: Replace open encodings with PXD_TABLE_BITAnshuman Khandual
2025-01-07arm64/mm: Rename pte_mkpresent() as pte_mkvalid()Anshuman Khandual
2024-12-10arm64: asm: Fix typo in pgtable.hZhu Jun