summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable-prot.h
AgeCommit message (Expand)Author
2024-02-16arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel
2024-02-16arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel
2023-11-27arm64/mm: Add lpa2_is_enabled() kvm_lpa2_is_enabled() stubsRyan Roberts
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIMark Rutland
2023-06-06arm64: add encodings of PIRx_ELx registersJoey Gouly
2023-06-06arm64: reorganise PAGE_/PROT_ macrosJoey Gouly
2023-06-06arm64: add PTE_WRITE to PROT_SECT_NORMALJoey Gouly
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual
2022-05-09arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
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-09-11arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas
2020-07-08KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon
2020-05-12arm64: bti: Fix support for userspace only BTIMark Brown
2020-05-07arm64: Set GP bit in kernel page tables to enable BTI for the kernelMark Brown
2020-03-19arm64: kpti: Fix "kpti=off" when KASLR is enabledWill Deacon
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-10-29arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas
2019-08-27arm64: KVM: Device mappings should be execute-neverJames Morse
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
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-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon
2018-07-09arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-06arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon
2018-01-08KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier
2017-12-11arm64: mm: Use non-global mappings for kernel spaceWill Deacon
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas
2016-06-29arm/arm64: KVM: Make default HYP mappings non-excutableMarc Zyngier
2016-06-29arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier
2016-06-29arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier
2016-02-26arm64: Remove fixmap include fragilityMark Rutland