aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann1-3/+9
2021-09-29arm64/mm: Add pud_sect_supported()Anshuman Khandual1-0/+5
2021-08-25arm64: mm: fix comment typo of pud_offset_phys()Xujun Leng1-1/+1
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+19
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price1-3/+19
2021-05-25arm64/mm: Remove [PUD|PMD]_TABLE_BIT from [pud|pmd]_bad()Anshuman Khandual1-3/+2
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin1-8/+23
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-0/+3
2021-01-20arm64: mm: Implement arch_wants_old_prefaulted_pte()Will Deacon1-1/+11
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-15arm64: mremap speedup - enable HAVE_MOVE_PUDKalesh Singh1-0/+1
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-16/+18
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas1-0/+1
2020-12-03arm64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-0/+4
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14
2020-11-23arm64: pgtable: Fix pte_accessible()Will Deacon1-3/+4
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland1-0/+1
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel1-1/+1
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel1-2/+2
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-1/+45
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next...Will Deacon1-12/+52
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon1-0/+8
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan1-9/+8
2020-09-11arm64/mm: Enable THP migrationAnshuman Khandual1-0/+5
2020-09-11arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual1-3/+31
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price1-0/+32
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-1/+6
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas1-0/+7
2020-07-07arm64: tlb: Set the TTL field in flush_*_tlb_rangeZhenyu Ye1-0/+10
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-22/+14
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-3/+1
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-14/+23
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+3
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-1/+1
2020-04-28arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan1-0/+1
2020-04-28arm64/mm: Use phys_to_page() to access pgtable memoryGavin Shan1-3/+3
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-1/+1
2020-02-04arm64: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas1-7/+3
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+15
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/coreCatalin Marinas1-1/+15
2019-11-06arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas1-17/+0