summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
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
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
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+6
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-01-31arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual1-2/+6
2023-01-09arm64/mm: Define dummy pud_user_exec() when using 2-level page-tableWill Deacon1-0/+1
2023-01-06arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual1-0/+9
2023-01-05arm64/mm: add pud_user_exec() check in pud_user_accessible_page()Liu Shixin1-2/+2
2023-01-05arm64/mm: fix incorrect file_map_count for invalid pmdLiu Shixin1-1/+1
2022-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-9/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2022-12-15Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon1-9/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+11
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon1-1/+0
2022-12-06Merge branch 'for-next/mm' into for-next/coreWill Deacon1-2/+2
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas1-2/+2
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas1-1/+1
2022-11-18arm64/mm: fix incorrect file_map_count for non-leaf pmd/pudLiu Shixin1-2/+2
2022-11-18arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual1-0/+9
2022-11-18arm64/mm: Drop idmap_pg_end[] declarationAnshuman Khandual1-1/+0
2022-11-09arm64/mm: Simplify and document pte_to_phys() for 52 bit addressesAnshuman Khandual1-2/+2
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-09-27mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao1-13/+2
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon1-0/+6