summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)AuthorLines
2020-07-07arm64: tlb: Set the TTL field in flush_*_tlb_rangeZhenyu Ye-0/+10
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-22/+14
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-3/+1
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport-14/+23
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+3
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig-0/+3
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon-1/+1
2020-04-28arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan-0/+1
2020-04-28arm64/mm: Use phys_to_page() to access pgtable memoryGavin Shan-3/+3
2020-03-16arm64: Basic Branch Target Identification supportDave Martin-1/+1
2020-02-04arm64: mm: add p?d_leaf() definitionsSteven Price-0/+2
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas-7/+3
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+15
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas-1/+15
2019-11-06arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas-17/+0
2019-10-25arm64: pgtable: Correct typo in commentMark Brown-1/+1
2019-10-18arm64: mm: implement arch_faults_on_old_pte() on arm64Jia He-0/+14
2019-10-11arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen-3/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-2/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+12
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-8/+15
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-8/+15
2019-08-29arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig-0/+8
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig-0/+4
2019-08-27arm64: mm: Add ISB instruction to set_pgd()Will Deacon-0/+1
2019-08-27Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon-3/+9
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland-2/+2
2019-08-09arm64: mm: Separate out vmemmapSteve Capper-2/+2
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper-1/+1
2019-08-08arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He-2/+5
2019-08-01arm64/mm: fix variable 'pud' set but not usedQian Cai-2/+2
2019-07-22arm64: mm: Drop pte_huge()Anshuman Khandual-1/+0
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy-0/+21
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-19/+37
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-06-18arm64/mm: don't initialize pgd_cache twiceMike Rapoport-2/+1
2019-06-10arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland-17/+30
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual-2/+7
2019-04-30arm64: mm: Remove pte_unmap_nested()Qian Cai-2/+0
2019-04-30arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai-1/+2
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+9
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal-0/+2
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal-0/+1
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal-0/+6
2018-11-26arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt-0/+22
2018-10-05arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse-2/+6
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao-6/+29