summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpufeature.c
AgeCommit message (Expand)Author
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang
2024-11-01arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumersMarc Zyngier
2024-10-31arm64: cpufeature: discover CPU support for MPAMJames Morse
2024-10-17arm64: Support AT_HWCAP3Mark Brown
2024-10-04arm64/hwcap: Add hwcap for GCSMark Brown
2024-10-04arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)Mark Brown
2024-09-04arm64: enable the Permission Overlay Extension for EL0Joey Gouly
2024-09-04arm64: cpufeature: add Permission Overlay Extension cpucapJoey Gouly
2024-07-04arm64/cpufeature: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual
2024-06-12arm64/cpufeatures/kvm: Add ARMv8.9 FEAT_ECBHB bits in ID_AA64MMFR1 registerNianyao Tang
2024-05-10arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown
2024-03-01arm64: cpufeatures: Clean up temporary variable to simplify codeLiao Chang
2024-02-19arm64: Use Signed/Unsigned enums for TGRAN{4,16,64} and VARangeMarc Zyngier
2024-02-16arm64: Enable 52-bit virtual addressing for 4k and 16k granule configsArd Biesheuvel
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel
2024-02-16arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel
2024-02-16arm64: mm: Make kaslr_requires_kpti() a static inlineArd Biesheuvel
2024-02-16arm64: cpufeature: Add helper to test for CPU feature overridesArd Biesheuvel
2024-02-16arm64: Move feature overrides into the BSS sectionArd Biesheuvel
2024-02-15arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1Marc Zyngier
2024-02-12arm64: cpufeatures: Only check for NV1 if NV is presentMarc Zyngier
2024-02-12arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()Marc Zyngier
2024-02-08KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implementedMarc Zyngier
2024-02-08arm64: cpufeature: Detect HCR_EL2.NV1 being RES0Marc Zyngier
2024-02-08arm64: cpufeature: Add ID_AA64MMFR4_EL1 handlingMarc Zyngier
2024-02-08arm64: cpufeature: Correctly display signed override valuesMarc Zyngier
2024-02-08arm64: cpufeatures: Correctly handle signed valuesMarc Zyngier
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-08Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2024-01-04Merge branch 'for-next/fixes' into for-next/coreWill Deacon
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon
2023-12-19Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier
2023-12-19arm64: cpufeatures: Restrict NV support to FEAT_NV2Marc Zyngier
2023-12-13arm64: Align boot cpucap handling with system cpucap handlingMark Rutland
2023-12-13arm64: Cleanup system cpucap handlingMark Rutland
2023-12-05arm64: Get rid of ARM64_HAS_NO_HW_PREFETCHMarc Zyngier
2023-11-30arm64: Avoid enabling KPTI unnecessarilyArd Biesheuvel
2023-11-27arm64: Add ARM64_HAS_LPA2 CPU capabilityRyan Roberts
2023-11-08arm64: Move MediaTek GIC quirk handling from irqchip to coreDouglas Anderson
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas