summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable-hwdef.h
AgeCommit message (Expand)Author
2023-06-06arm64: add encodings of PIRx_ELx registersJoey Gouly
2022-11-09arm64/mm: Simplify and document pte_to_phys() for 52 bit addressesAnshuman Khandual
2022-07-19arm64/mm: use GENMASK_ULL for TTBR_BADDR_MASK_52Joey Gouly
2022-04-22arm64/mm: Compute PTRS_PER_[PMD|PUD] independently of PTRS_PER_PTEAnshuman Khandual
2022-02-15arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-09-11arm64/mm: Unify CONT_PMD_SHIFTGavin Shan
2020-09-11arm64/mm: Unify CONT_PTE_SHIFTGavin Shan
2020-09-11arm64/mm: Remove CONT_RANGE_OFFSETGavin Shan
2020-09-11KVM: arm64: Remove unused page-table codeWill Deacon
2020-09-11KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas
2020-07-30arm64: pgtable-hwdef.h: delete duplicated wordsRandy Dunlap
2020-07-07arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptorsMarc Zyngier
2020-07-03arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan
2020-07-02arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfoBhupesh Sharma
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-04-28KVM: arm64: Drop PTE_S2_MEMATTR_MASKZenghui Yu
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon
2020-01-15arm64: Add initial support for E0PDMark Brown
2020-01-08arm64: hibernate: add PUD_SECT_RDONLYPavel Tatashin
2019-11-06arm64: mm: Remove MAX_USER_VA_BITS definitionBhupesh Sharma
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-26arm64/mm: Drop [PTE|PMD]_TYPE_FAULTAnshuman Khandual
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-03arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitionsAnshuman Khandual
2019-02-28arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal
2018-12-12arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper
2018-12-10arm64: Add TCR_EPD{0,1} definitionsMarc Zyngier
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin
2018-03-06arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-01-16arm64: Correct type for PUD macrosPunit Agrawal
2018-01-08arm64: KVM: PTE/PMD S2 XN bit definitionMarc Zyngier
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko