aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-10arm64: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2014-10-09arm64: mm: enable RCU fast_gupSteve Capper
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-30arm64: Add architectural support for PCILiviu Dudau
2014-09-08arm64: Introduce {set,clear}_pte_bitLaura Abbott
2014-07-24arm64: Fix barriers used for page table modificationsCatalin Marinas
2014-07-23arm64: asm/pgtable.h pmd/pud definitions clean-upCatalin Marinas
2014-07-23arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee
2014-07-17arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitionsCatalin Marinas
2014-07-04arm64: mm: Fix horrendous config typoSteve Capper
2014-06-18arm64: mm: remove broken &= operator from pmd_mknotpresentWill Deacon
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-05-29arm64: mm: fix pmd_write CoW brokennessWill Deacon
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas
2014-05-05arm64: mm: Remove superfluous "the" in commentGeert Uytterhoeven
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