summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2015-10-07arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin
2015-10-01arm64: Fix THP protection change logicSteve Capper
2015-09-14arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon
2015-09-14arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas
2015-09-14arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas
2015-08-08arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang
2015-07-28arm64: pgtable: fix definition of pte_validWill Deacon
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-07-27arm64: Add support for hardware updates of the access and dirty pte bitsCatalin Marinas
2015-07-27arm64: move update_mmu_cache() into asm/pgtable.hWill Deacon
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-02-26arm64: enable PTE type bit in the mask for pte_modifyFeng Kan
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10arm64: drop PTE_FILE and pte_file()-related helpersKirill A. Shutemov
2015-01-28arm64:mm: free the useless initial page tablezhichang.yuan
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel
2014-12-23arm64: mm: Add pgd_page to support RCU fast_gupJungseok Lee
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov
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