aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-03-24arm64: Remove pgprot_dmacoherent()Catalin Marinas
2014-03-14arm64: mm: Route pmd thp functions through pte equivalentsSteve Capper
2014-03-13arm64: Do not synchronise I and D caches for special ptesCatalin Marinas
2014-03-13arm64: Make DMA coherent and strongly ordered mappings not executableCatalin Marinas
2014-02-28arm64: mm: Add double logical invert to pte accessorsSteve Capper
2014-01-31arm64: mm: Introduce PTE_WRITESteve Capper
2014-01-31arm64: mm: Remove PTE_BIT_FUNC macroSteve Capper
2013-11-29arm64: Move PTE_PROT_NONE higher upCatalin Marinas
2013-11-29arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas
2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro
2013-06-14ARM64: mm: THP support.Steve Capper
2013-06-14ARM64: mm: HugeTLB support.Steve Capper
2013-06-14ARM64: mm: Move PTE_PROT_NONE bit.Steve Capper
2013-06-14ARM64: mm: Make PAGE_NONE pages read only and no-execute.Steve Capper
2013-06-12Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas
2013-06-11arm64: pgtable: use pte_index instead of __pte_indexWill Deacon
2013-06-07arm64: KVM: define HYP and Stage-2 translation page flagsMarc Zyngier
2013-01-10arm64: mm: introduce present, faulting entries for PAGE_NONEWill Deacon
2013-01-10arm64: mm: only wrprotect clean ptes if they are presentWill Deacon
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-11-29arm64: Make !dirty ptes read-onlyCatalin Marinas
2012-11-16arm64: Distinguish between user and kernel XN bitsCatalin Marinas
2012-09-17arm64: MMU definitionsCatalin Marinas