summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: implement pte_devmap supportRobin Murphy2019-07-171-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/+1Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
| |/
* / arm64/mm: don't initialize pgd_cache twiceMike Rapoport2019-06-181-2/+1Star
|/
* arm64: mm: Remove pte_unmap_nested()Qian Cai2019-04-301-2/+0Star
* 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/+1Star
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-081-2/+0Star
* 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-02-011-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
| | * arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-221-0/+6
| * | arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2017-12-111-0/+1
| |/
* | arm64: mm: Fix false positives in set_pte_at access/dirty race detectionWill Deacon2017-12-121-4/+4
* | arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper2017-12-111-15/+18
|/
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-1/+0Star
* arm64: Implement arch-specific pte_access_permitted()Catalin Marinas2017-10-301-0/+14
* arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon2017-09-291-1/+1
* arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-8/+1Star
* arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas2017-08-211-8/+13
* arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-211-24/+10Star
* arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2017-08-211-38/+33Star
* arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal2017-06-121-1/+1
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-231-0/+10
* arm64: Improve detection of user/non-user mappings in set_pte(_at)Catalin Marinas2017-01-311-6/+9
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-1/+1
* arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse2016-08-251-0/+10
* arm64: Introduce execute-only page access permissionsCatalin Marinas2016-08-251-5/+5
* arm64: Fix copy-on-write referencing in HugeTLBSteve Capper2016-08-041-0/+17
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-201-5/+0Star
|\
| * arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-5/+0Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-4/+11
|\ \ | |/ |/|
| * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-091-4/+9