aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+12
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-8/+15
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-8/+15
2019-08-29arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig1-0/+8
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-0/+4
2019-08-27arm64: mm: Add ISB instruction to set_pgd()Will Deacon1-0/+1
2019-08-27Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon1-3/+9
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland1-2/+2
2019-08-09arm64: mm: Separate out vmemmapSteve Capper1-2/+2
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-1/+1
2019-08-08arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He1-2/+5
2019-08-01arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-07-22arm64: mm: Drop pte_huge()Anshuman Khandual1-1/+0
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy1-0/+21
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-19/+37
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-12/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-18arm64/mm: don't initialize pgd_cache twiceMike Rapoport1-2/+1
2019-06-10arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland1-17/+30
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual1-2/+7
2019-04-30arm64: mm: Remove pte_unmap_nested()Qian Cai1-2/+0
2019-04-30arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+9
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal1-0/+2
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal1-0/+1
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal1-0/+6
2018-11-26arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt1-0/+22
2018-10-05arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse1-2/+6
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao1-6/+29
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao1-1/+2
2018-09-11arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()Will Deacon1-2/+8
2018-06-27arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon1-5/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-2/+0
2018-04-24arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang1-2/+2
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-10/+13
2018-01-31arm64: provide pmdp_establish() helperCatalin Marinas1-0/+7
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-11/+46
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper1-0/+1
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas1-11/+44
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko1-12/+38
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-0/+1
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-0/+6
2017-12-12arm64: mm: Fix false positives in set_pte_at access/dirty race detectionWill Deacon1-4/+4
2017-12-11arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper1-15/+18
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-0/+1
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas1-0/+14
2017-09-29arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon1-1/+1
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-8/+1