aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+8
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10arm64: drop PTE_FILE and pte_file()-related helpersKirill A. Shutemov1-18/+4
2015-01-28arm64:mm: free the useless initial page tablezhichang.yuan1-0/+3
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel1-0/+5
2014-12-23arm64: mm: Add pgd_page to support RCU fast_gupJungseok Lee1-2/+3
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+1
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmLinus Torvalds1-1/+1
2014-10-10arm64: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel1-1/+1
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds1-1/+20
2014-10-09arm64: mm: enable RCU fast_gupSteve Capper1-1/+20
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2014-09-30arm64: Add architectural support for PCILiviu Dudau1-0/+2
2014-09-08arm64: Introduce {set,clear}_pte_bitLaura Abbott1-14/+19
2014-07-24arm64: Fix barriers used for page table modificationsCatalin Marinas1-0/+13
2014-07-23arm64: asm/pgtable.h pmd/pud definitions clean-upCatalin Marinas1-29/+28
2014-07-23arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas1-5/+8
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas1-9/+9
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee1-0/+40
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee1-4/+4
2014-07-17arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitionsCatalin Marinas1-3/+0
2014-07-04arm64: mm: Fix horrendous config typoSteve Capper1-1/+1
2014-06-18arm64: mm: remove broken &= operator from pmd_mknotpresentWill Deacon1-1/+1
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-52/+55
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-1/+1
2014-05-29arm64: mm: fix pmd_write CoW brokennessWill Deacon1-1/+1
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas1-6/+5
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon1-2/+2
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper1-0/+7
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas1-51/+47
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas1-5/+6
2014-05-05arm64: mm: Remove superfluous "the" in commentGeert Uytterhoeven1-1/+1
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