aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24arm64: add batched versions of ptep_modify_prot_start/commitDev Jain1-0/+10
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple1-24/+0
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts1-0/+8
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+0
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel1-2/+0
2025-05-16arm64: mm: Drop redundant check in pmd_trans_huge()Gavin Shan1-2/+1
2025-05-14arm64/mm: Permit lazy_mmu_mode to be nestedRyan Roberts1-2/+12
2025-05-14arm64/mm: Disable barrier batching in interrupt contextsRyan Roberts1-2/+14
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-6/+0
2025-05-09arm64/mm: Batch barriers when updating kernel mappingsRyan Roberts1-16/+65
2025-05-09arm64/mm: Hoist barriers out of set_ptes_anysz() loopRyan Roberts1-5/+11
2025-05-09arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()Ryan Roberts1-41/+73
2025-03-28arm64: mm: Drop dead code for pud special bit handlingPeter Xu1-5/+0
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-next/sysreg', 'for-next/misc', 'for-next/pgtable-cleanups', 'for-next/kselftest', 'for-next/uaccess-mops', 'for-next/pie-poe-cleanup', 'for-next/cputype-kryo', 'for-next/cca-dma-address', 'for-next/drop-pxd_table_bit' an...Catalin Marinas1-25/+55
2025-03-12arm64/mm: Check pmd_table() in pmd_trans_huge()Ryan Roberts1-12/+12
2025-03-12arm64/mm: Check PUD_TYPE_TABLE in pud_bad()Ryan Roberts1-1/+2
2025-03-12arm64/mm: Check PXD_TYPE_TABLE in [p4d|pgd]_bad()Anshuman Khandual1-2/+6
2025-03-12arm64/mm: Clear PXX_TYPE_MASK and set PXD_TYPE_SECT in [pmd|pud]_mkhuge()Anshuman Khandual1-2/+24
2025-03-12arm64/mm: Clear PXX_TYPE_MASK in mk_[pmd|pud]_sect_prot()Anshuman Khandual1-2/+2
2025-03-05arm64/mm: Convert __pte_to_phys() and __phys_to_pte_val() as functionsAnshuman Khandual1-6/+9
2025-01-17Merge branch 'for-next/mm' into for-next/coreWill Deacon1-1/+1
2025-01-07arm64/mm: Replace open encodings with PXD_TABLE_BITAnshuman Khandual1-2/+2
2025-01-07arm64/mm: Rename pte_mkpresent() as pte_mkvalid()Anshuman Khandual1-1/+1
2024-12-10arm64: asm: Fix typo in pgtable.hZhu Jun1-1/+1
2024-12-10arm64/mm: Replace open encodings with PXD_TABLE_BITAnshuman Khandual1-2/+2
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking...Catalin Marinas1-10/+21
2024-11-05arm64: pgtable: Warn unexpected pmdp_test_and_clear_young()Yicong Yang1-0/+2
2024-11-05arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNGYicong Yang1-2/+6
2024-11-05arm64/mm: Sanity check PTE address before runtime P4D/PUD foldingArd Biesheuvel1-0/+6
2024-11-04arm64/mm: Drop setting PTE_TYPE_PAGE in pte_mkcont()Anshuman Khandual1-2/+1
2024-11-01arm64/mm: Re-organize arch_make_huge_pte()Anshuman Khandual1-5/+0
2024-10-23arm64: Enable memory encrypt for RealmsSuzuki K Poulose1-0/+5
2024-10-16arm64/mm: Change pgattr_change_is_safe() arguments as pteval_tAnshuman Khandual1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+30
2024-09-17mm/arm64: support large pfn mappingsPeter Xu1-0/+29
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-04arm64: implement PKEYS supportJoey Gouly1-1/+21
2024-09-04arm64: add pte_access_permitted_no_overlay()Joey Gouly1-4/+7
2024-09-04arm64: mask out POIndex when modifying a PTEJoey Gouly1-1/+2
2024-07-25arm64: mm: Fix lockless walks with static and dynamic page-table foldingWill Deacon1-0/+22
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-19/+61
2024-05-09arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2Ryan Roberts1-0/+1
2024-05-05mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang1-0/+55
2024-05-03arm64/mm: Add uffd write-protect supportRyan Roberts1-0/+44
2024-05-03arm64/mm: Move PTE_PRESENT_INVALID to overlay PTE_NGRyan Roberts1-6/+6
2024-05-03arm64/mm: Remove PTE_PROT_NONE bitRyan Roberts1-14/+17
2024-05-03arm64/mm: generalize PMD_PRESENT_INVALID for all levelsRyan Roberts1-9/+12
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-17/+2