summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Fix lockless walks with static and dynamic page-table foldingWill Deacon2024-07-251-0/+22
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-19/+61
|\
| * mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang2024-05-061-0/+55
| * arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-261-17/+2
| * mm/arm: remove pmd_thp_or_huge()Peter Xu2024-04-261-2/+0
| * mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-261-1/+1
| * mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu2024-04-261-0/+4
* | arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2Ryan Roberts2024-05-091-0/+1
* | arm64/mm: Add uffd write-protect supportRyan Roberts2024-05-031-0/+44
* | arm64/mm: Move PTE_PRESENT_INVALID to overlay PTE_NGRyan Roberts2024-05-031-6/+6
* | arm64/mm: Remove PTE_PROT_NONE bitRyan Roberts2024-05-031-14/+17
* | arm64/mm: generalize PMD_PRESENT_INVALID for all levelsRyan Roberts2024-05-031-9/+12
* | arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts2024-04-121-0/+2
* | arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts2024-04-121-1/+6
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-51/+380
|\
| * arm64/mm: automatically fold contpte mappingsRyan Roberts2024-02-231-0/+26
| * arm64/mm: __always_inline to improve fork() perfRyan Roberts2024-02-231-5/+5
| * arm64/mm: implement pte_batch_hint()Ryan Roberts2024-02-231-0/+9
| * arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts2024-02-231-0/+67
| * arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts2024-02-231-10/+51
| * arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts2024-02-231-0/+167
| * arm64/mm: new ptep layer to manage contig bitRyan Roberts2024-02-231-38/+45
| * arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts2024-02-231-1/+1
| * arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts2024-02-231-3/+9
| * arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts2024-02-231-4/+4
| * arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts2024-02-221-11/+17
* | arm64: mm: Make PUD folding check in set_pud() a runtime checkArd Biesheuvel2024-02-191-3/+3
* | arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel2024-02-161-11/+76
* | arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel2024-02-161-5/+40
* | arm64: mm: Add definitions to support 5 levels of pagingArd Biesheuvel2024-02-161-1/+81
* | arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel2024-02-161-2/+3
* | arm64: mm: Reclaim unused vmemmap region for vmalloc useArd Biesheuvel2024-02-091-2/+6
* | arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel2024-02-091-1/+1
|/
* arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton2023-12-121-0/+6
* arm64: Mark the 'addr' argument to set_ptes() and __set_pte_at() as unusedCatalin Marinas2023-10-181-4/+5
* arm64/mm: Hoist synchronization out of set_ptes() loopRyan Roberts2023-10-161-10/+17
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-2/+2
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-23/+25
|\ \
| * | arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-7/+19
| * | mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-251-1/+1
| * | mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi2023-08-181-1/+1
| * | mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi2023-08-181-2/+2
| * | mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi2023-08-181-1/+1
| * | mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi2023-08-181-1/+1
| * | mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi2023-08-181-1/+1
| * | arm64: mte: simplify swap tag restoration logicPeter Collingbourne2023-08-181-12/+2
| |/
* | arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual2023-07-271-2/+3
* | arm64/mm: Add pte_rdonly() helperAnshuman Khandual2023-07-271-1/+2
|/
* mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-291-1/+1