summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-30arm64: mm: Remove pte_unmap_nested()Qian Cai
2019-04-30arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal
2018-11-26arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt
2018-10-05arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao
2018-09-11arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()Will Deacon
2018-06-27arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-04-24arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2018-01-31arm64: provide pmdp_establish() helperCatalin Marinas
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko
2017-12-22arm64: don't open code page table entry creationKristina Martsenko
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko
2017-12-12arm64: mm: Fix false positives in set_pte_at access/dirty race detectionWill Deacon
2017-12-11arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas
2017-09-29arm64: mm: Use READ_ONCE when dereferencing pointer to pte tableWill Deacon
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas
2017-08-21arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas
2017-06-12arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal
2017-03-23arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel
2017-01-31arm64: Improve detection of user/non-user mappings in set_pte(_at)Catalin Marinas
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas
2016-08-04arm64: Fix copy-on-write referencing in HugeTLBSteve Capper
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-09kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas
2016-05-06arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas
2016-05-06arm64: Replace hard-coded values in the pmd/pud_bad() macrosCatalin Marinas
2016-05-06arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas
2016-05-06arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas
2016-04-21arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose
2016-04-15arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas