summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+0
|\
| * mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-211-2/+6
|\ \ | |/ |/|
| * arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual2023-01-311-2/+6
* | arm64/mm: Define dummy pud_user_exec() when using 2-level page-tableWill Deacon2023-01-091-0/+1
* | arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2023-01-061-0/+9
* | arm64/mm: add pud_user_exec() check in pud_user_accessible_page()Liu Shixin2023-01-051-2/+2
* | arm64/mm: fix incorrect file_map_count for invalid pmdLiu Shixin2023-01-051-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-161-9/+0
|\
| * Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-151-9/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-2/+2
|\ \
| * | arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2022-11-291-2/+2
| * | arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-291-1/+1
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\ \ \
| * | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-3/+11
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-next/trivial' into for-next/coreWill Deacon2022-12-061-1/+0
| |\ \
| | * | arm64/mm: Drop idmap_pg_end[] declarationAnshuman Khandual2022-11-181-1/+0
| | |/
| * | Merge branch 'for-next/mm' into for-next/coreWill Deacon2022-12-061-2/+2
| |\ \
| | * | arm64/mm: Simplify and document pte_to_phys() for 52 bit addressesAnshuman Khandual2022-11-091-2/+2
| | |/
| * / arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2022-11-181-0/+9
| |/
* / arm64/mm: fix incorrect file_map_count for non-leaf pmd/pudLiu Shixin2022-11-181-2/+2
|/
* mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-261-13/+2
* Merge branch 'for-next/mm' into for-next/coreWill Deacon2022-07-251-0/+6
|\
| * arm64: enable THP_SWAP for arm64Barry Song2022-07-201-0/+6
* | arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang2022-06-271-0/+10
|/
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-12/+79
|\
| * arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2Tong Tiangen2022-05-191-16/+17
| * arm64/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKKefeng Wang2022-05-131-6/+55
| * mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)2022-05-131-3/+3
| * arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-091-3/+20
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-1/+2
|\ \ | |/ |/|
| * arm64: mm: Make arch_faults_on_old_pte() check for migratabilityValentin Schneider2022-05-161-1/+2
* | arm64: mm: fix p?d_leaf()Muchun Song2022-04-221-2/+2
|/
* arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2022-03-081-11/+0
* arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann2021-11-081-3/+9
* arm64/mm: Add pud_sect_supported()Anshuman Khandual2021-09-291-0/+5
* arm64: mm: fix comment typo of pud_offset_phys()Xujun Leng2021-08-251-1/+1
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-2/+2
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-2/+0
|\
| * mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-281-3/+19
|\ \
| * | arm64: mte: Sync tags for pages where PTE is untaggedSteven Price2021-06-221-3/+19
| |/
* / arm64/mm: Remove [PUD|PMD]_TABLE_BIT from [pud|pmd]_bad()Anshuman Khandual2021-05-251-3/+2
|/
* arm64: Support execute-only permissions with Enhanced PANVladimir Murzin2021-03-261-8/+23
* arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2021-03-101-0/+3
* arm64: mm: Implement arch_wants_old_prefaulted_pte()Will Deacon2021-01-201-1/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+1
|\