summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgtable.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-4/+26
|\
| * arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offsetCatalin Marinas2015-10-161-2/+3
| * arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macroyalin wang2015-10-131-0/+2
| * arm64: add KASAN supportAndrey Ryabinin2015-10-121-0/+7
| * arm64: Default kernel pages should be contiguousJeremy Linton2015-10-081-0/+1
| * arm64: Macros to check/set/unset the contiguous bitJeremy Linton2015-10-081-0/+11
| * arm64: mm: remove dsb from update_mmu_cacheWill Deacon2015-10-071-3/+3
| * arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin2015-10-071-1/+1
* | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-141-10/+159
|\|
| * arm64: Fix THP protection change logicSteve Capper2015-10-011-2/+2
| * arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon2015-09-141-5/+1
| * arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas2015-09-141-1/+1
| * arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas2015-09-141-2/+2
| * arm64: pgtable: fix definition of pte_validWill Deacon2015-07-281-1/+1
| * arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-5/+0
| * arm64: Add support for hardware updates of the access and dirty pte bitsCatalin Marinas2015-07-271-2/+145
| * arm64: move update_mmu_cache() into asm/pgtable.hWill Deacon2015-07-271-0/+15
* | arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WTJonathan (Zhixiong) Zhang2015-08-081-0/+2
|/
* arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-4/+4
* arm64: enable PTE type bit in the mask for pte_modifyFeng Kan2015-02-261-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-1/+1
|\
| * mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-121-0/+8
|\ \ | |/ |/|
| * arm64:mm: free the useless initial page tablezhichang.yuan2015-01-281-0/+3
| * arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel2015-01-121-0/+5
* | arm64: drop PTE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-18/+4
|/
* arm64: mm: Add pgd_page to support RCU fast_gupJungseok Lee2014-12-231-2/+3
* mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-111-0/+1
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-181-1/+1
|\
| * arm64: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel2014-10-101-1/+1
* | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-101-1/+20
|\ \
| * | arm64: mm: enable RCU fast_gupSteve Capper2014-10-101-1/+20
* | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-0/+2
|\ \ \ | |/ / |/| |
| * | arm64: Add architectural support for PCILiviu Dudau2014-10-011-0/+2
| |/
* / arm64: Introduce {set,clear}_pte_bitLaura Abbott2014-09-081-14/+19
|/
* arm64: Fix barriers used for page table modificationsCatalin Marinas2014-07-241-0/+13
* arm64: asm/pgtable.h pmd/pud definitions clean-upCatalin Marinas2014-07-231-29/+28
* arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas2014-07-231-5/+8
* arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-9/+9
* arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-0/+40
* arm64: Introduce VA_BITS and translation level optionsJungseok Lee2014-07-231-4/+4
* arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitionsCatalin Marinas2014-07-171-3/+0
* arm64: mm: Fix horrendous config typoSteve Capper2014-07-041-1/+1
* arm64: mm: remove broken &= operator from pmd_mknotpresentWill Deacon2014-06-181-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-52/+55
|\
| * Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2014-05-161-6/+5
| * arm64: barriers: make use of barrier options with explicit barriersWill Deacon2014-05-091-2/+2
| * arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper2014-05-091-0/+7
| * arm64: Clean up the default pgprot settingCatalin Marinas2014-05-091-51/+47
| * arm64: Introduce execute-only page access permissionsCatalin Marinas2014-05-091-5/+6