aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2020-12-02arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon
2020-01-17arm64: don't open code page table entry creationKristina Martsenko
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-11-12arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai
2018-02-16arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2017-12-20arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper
2017-11-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
2016-04-15arm64, mm, numa: Add NUMA balancing support for arm64.Ganapatrao Kulkarni
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel
2016-04-14arm64: mm: avoid virt_to_page() translation for the zero pageArd Biesheuvel
2016-04-14Revert "arm64: account for sparsemem section alignment when choosing vmemmap ...Ard Biesheuvel
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-11arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas
2016-03-09arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel
2016-02-26arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel
2016-02-26arm64: Remove fixmap include fragilityMark Rutland
2016-02-25arm64: Fix building error with 16KB pages and 36-bit VACatalin Marinas
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-02-18arm64: pgtable: implement static [pte|pmd|pud]_offset variantsArd Biesheuvel
2016-02-16arm64: mm: add functions to walk tables in fixmapMark Rutland
2016-02-16arm64: mm: add functions to walk page tables by PAMark Rutland
2016-02-16arm64: mm: move pte_* macrosMark Rutland
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland
2016-01-25arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas
2016-01-15arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim