aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-08arm64: Macros to check/set/unset the contiguous bitJeremy Linton1-0/+11
2015-10-07arm64: mm: remove dsb from update_mmu_cacheWill Deacon1-3/+3
2015-10-07arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin1-1/+1
2015-10-01arm64: Fix THP protection change logicSteve Capper1-2/+2
2015-09-14arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon1-5/+1
2015-09-14arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas1-1/+1
2015-09-14arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas1-2/+2
2015-08-08arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang1-0/+2
2015-07-28arm64: pgtable: fix definition of pte_validWill Deacon1-1/+1
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-5/+0
2015-07-27arm64: Add support for hardware updates of the access and dirty pte bitsCatalin Marinas1-2/+145
2015-07-27arm64: move update_mmu_cache() into asm/pgtable.hWill Deacon1-0/+15
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov1-4/+4
2015-02-26arm64: enable PTE type bit in the mask for pte_modifyFeng Kan1-1/+1
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