summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-0/+4
|\ \
| * | arm64/mm: Implement pXX_leaf_size() supportPeter Zijlstra2020-12-031-0/+4
* | | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-16/+18
|\ \ \ | | |/ | |/|
| * | arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon2020-11-231-13/+14
| * | arm64: pgtable: Fix pte_accessible()Will Deacon2020-11-231-3/+4
| |/
* | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2020-12-091-0/+1
|\ \
| * | arm64: consistently use reserved_pg_dirMark Rutland2020-11-101-0/+1
| |/
* / arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel2020-11-091-1/+1
|/
* arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2020-10-151-2/+2
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-1/+45
|\
| * arm64: mte: Enable swap of tagged pagesSteven Price2020-09-041-0/+32
| * arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-1/+6
| * arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2020-09-041-0/+7
| |
| \
*-. \ Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-021-12/+52
|\ \ \ | |_|/ |/| |
| | * arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon2020-10-011-0/+8
| | * arm64/mm: Enable THP migrationAnshuman Khandual2020-09-111-0/+5
| | * arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual2020-09-111-3/+31
| |/ |/|
| * arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2020-09-141-9/+8
|/
* arm64: tlb: Set the TTL field in flush_*_tlb_rangeZhenyu Ye2020-07-071-0/+10
* arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon2020-06-161-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-22/+14
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-3/+1
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-041-14/+23
* mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-0/+3
|\
| * mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-0/+3
* | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-1/+1
|\ \
| * | arm64: Basic Branch Target Identification supportDave Martin2020-03-161-1/+1
| |/
* | arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan2020-04-281-0/+1
* | arm64/mm: Use phys_to_page() to access pgtable memoryGavin Shan2020-04-281-3/+3
|/
* arm64: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
* arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-061-7/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-251-1/+15
|\
| *---. Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-1/+15
| |\ \ \
| | | | * arm64: pgtable: Correct typo in commentMark Brown2019-10-251-1/+1
| | | |/ | | |/|
| | | * arm64: mm: implement arch_faults_on_old_pte() on arm64Jia He2019-10-181-0/+14
| | |/
* | / arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas2019-11-061-17/+0
|/ /
* / arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen2019-10-111-3/+0
|/
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-0/+12
|\
| * arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig2019-08-291-0/+8
| * dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-0/+4
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-8/+15
|\ \ | |/ |/|
| *---. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-8/+15
| |\ \ \
| | | | * arm64: mm: Add ISB instruction to set_pgd()Will Deacon2019-08-271-0/+1
| | | | * Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon2019-08-271-3/+9
| | |_|/ | |/| |
| | * | arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-141-2/+2
| | * | arm64: mm: Separate out vmemmapSteve Capper2019-08-091-2/+2
| | * | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-1/+1
| |/ /
* / / arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He2019-08-081-2/+5
|/ /