aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-33/+27
2014-03-24arm64: Remove pgprot_dmacoherent()Catalin Marinas1-2/+0
2014-03-14arm64: mm: Route pmd thp functions through pte equivalentsSteve Capper1-28/+24
2014-03-13arm64: Do not synchronise I and D caches for special ptesCatalin Marinas1-1/+1
2014-03-13arm64: Make DMA coherent and strongly ordered mappings not executableCatalin Marinas1-3/+3
2014-02-28arm64: mm: Add double logical invert to pte accessorsSteve Capper1-5/+5
2014-01-31arm64: mm: Introduce PTE_WRITESteve Capper1-23/+25
2014-01-31arm64: mm: Remove PTE_BIT_FUNC macroSteve Capper1-10/+41
2013-11-29arm64: Move PTE_PROT_NONE higher upCatalin Marinas1-14/+17
2013-11-29arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas1-1/+1
2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-18/+94
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepagesCatalin Marinas1-16/+80
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-7/+0
2013-06-14ARM64: mm: THP support.Steve Capper1-0/+55
2013-06-14ARM64: mm: HugeTLB support.Steve Capper1-2/+11
2013-06-14ARM64: mm: Move PTE_PROT_NONE bit.Steve Capper1-12/+12
2013-06-14ARM64: mm: Make PAGE_NONE pages read only and no-execute.Steve Capper1-2/+2
2013-06-12Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into upstreamCatalin Marinas1-0/+12
2013-06-11arm64: pgtable: use pte_index instead of __pte_indexWill Deacon1-2/+2
2013-06-07arm64: KVM: define HYP and Stage-2 translation page flagsMarc Zyngier1-0/+12
2013-01-10arm64: mm: introduce present, faulting entries for PAGE_NONEWill Deacon1-11/+13
2013-01-10arm64: mm: only wrprotect clean ptes if they are presentWill Deacon1-7/+9
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-0/+2
2012-11-29arm64: Make !dirty ptes read-onlyCatalin Marinas1-0/+2
2012-11-16arm64: Distinguish between user and kernel XN bitsCatalin Marinas1-20/+20
2012-09-17arm64: MMU definitionsCatalin Marinas1-0/+328