summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-03arm64: 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/...Linus Torvalds1-19/+61
2024-05-09arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2Ryan Roberts1-0/+1
2024-05-06mm/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-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-17/+2
2024-04-26mm/arm: remove pmd_thp_or_huge()Peter Xu1-2/+0
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-1/+1
2024-04-26mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu1-0/+4
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts1-0/+2
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts1-1/+6
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-51/+380
2024-02-23arm64/mm: automatically fold contpte mappingsRyan Roberts1-0/+26
2024-02-23arm64/mm: __always_inline to improve fork() perfRyan Roberts1-5/+5
2024-02-23arm64/mm: implement pte_batch_hint()Ryan Roberts1-0/+9
2024-02-23arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts1-0/+67
2024-02-23arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts1-10/+51
2024-02-23arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts1-0/+167
2024-02-23arm64/mm: new ptep layer to manage contig bitRyan Roberts1-38/+45
2024-02-23arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts1-1/+1
2024-02-23arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts1-3/+9
2024-02-23arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts1-11/+17
2024-02-19arm64: mm: Make PUD folding check in set_pud() a runtime checkArd Biesheuvel1-3/+3
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel1-11/+76
2024-02-16arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel1-5/+40
2024-02-16arm64: mm: Add definitions to support 5 levels of pagingArd Biesheuvel1-1/+81
2024-02-16arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel1-2/+3
2024-02-09arm64: mm: Reclaim unused vmemmap region for vmalloc useArd Biesheuvel1-2/+6
2024-02-09arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel1-1/+1
2023-12-12arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton1-0/+6
2023-10-18arm64: Mark the 'addr' argument to set_ptes() and __set_pte_at() as unusedCatalin Marinas1-4/+5
2023-10-16arm64/mm: Hoist synchronization out of set_ptes() loopRyan Roberts1-10/+17
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-23/+25
2023-08-25arm64: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+19
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-1/+1
2023-08-18arm64: mte: simplify swap tag restoration logicPeter Collingbourne1-12/+2
2023-07-27arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual1-2/+3
2023-07-27arm64/mm: Add pte_rdonly() helperAnshuman Khandual1-1/+2
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-2/+2
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1