summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | arm64/mm: fix variable 'pud' set but not usedQian Cai2019-08-011-2/+2
* | arm64: mm: Drop pte_huge()Anshuman Khandual2019-07-221-1/+0
|/
* arm64: mm: implement pte_devmap supportRobin Murphy2019-07-161-0/+21
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-19/+37
|\
| * arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland2019-06-101-17/+30
| * arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual2019-06-041-2/+7
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-12/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
| |/
* | arm64/mm: don't initialize pgd_cache twiceMike Rapoport2019-06-181-2/+1
|/
* arm64: mm: Remove pte_unmap_nested()Qian Cai2019-04-301-2/+0
* arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai2019-04-301-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-0/+9
|\
| * KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-181-0/+2
| * KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-181-0/+1
| * KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-181-0/+6
* | arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt2018-11-261-0/+22
|/
* arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse2018-10-051-2/+6
* arm64/mm: use fixmap to modify swapper_pg_dirJun Yao2018-09-251-6/+29
* arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2018-09-251-1/+2
* arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()Will Deacon2018-09-111-2/+8
* arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon2018-06-271-5/+1
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-2/+0
* arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang2018-04-241-2/+2
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-10/+13
* arm64: provide pmdp_establish() helperCatalin Marinas2018-01-311-0/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-11/+46
|\
| * arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-141-0/+1
| * Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-221-11/+44
| |\
| | * arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko2017-12-221-12/+38
| | * arm64: don't open code page table entry creationKristina Martsenko2017-12-221-0/+1
OpenPOWER on IntegriCloud