aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h
AgeCommit message (Expand)Author
2015-12-11arm64: Improve error reporting on set_pte_at() checksCatalin Marinas
2015-12-01arm64: pgtable: implement pte_accessible()Will Deacon
2015-11-18arm64: Fix R/O permissions in mark_rodata_roLaura Abbott
2015-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-11-09arm64: fix R/O permissions of FDT mappingArd Biesheuvel
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-16arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offsetCatalin Marinas
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar
2015-10-13arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macroyalin wang
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-10-08arm64: Default kernel pages should be contiguousJeremy Linton
2015-10-08arm64: Macros to check/set/unset the contiguous bitJeremy Linton
2015-10-07arm64: mm: remove dsb from update_mmu_cacheWill Deacon
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