summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpufeature.c
AgeCommit message (Expand)Author
2025-03-19Merge branch 'kvm-arm64/pmuv3-asahi' into kvmarm/nextOliver Upton
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton
2025-03-11KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3Oliver Upton
2025-02-26smccc/kvm_guest: Enable errata based on implementation CPUsShameer Kolothum
2025-02-26arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum
2025-02-24arm64: cpufeature: Handle NV_frac as a synonym of NV2Marc Zyngier
2025-02-13arm64: Add missing registrations of hwcapsMark Brown
2025-02-04arm64/hwcap: Remove stray references to SF8MMxMark Brown
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-17Merge branch 'for-next/mm' into for-next/coreWill Deacon
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker
2025-01-08arm64: Exclude nohz_full CPUs from 32bits el0 supportFrederic Weisbecker
2025-01-08arm64/hwcap: Describe 2024 dpISA extensions to userspaceMark Brown
2025-01-08arm64: Filter out SVE hwcaps when FEAT_SVE isn't implementedMarc Zyngier
2025-01-07arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()Mark Brown
2024-12-19arm64/sysreg: Get rid of CPACR_ELx SysregFieldsMarc Zyngier
2024-12-19arm64/sysreg: Get rid of the TCR2_EL1x SysregFieldsMarc Zyngier
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel
2024-12-10arm64/cpufeature: Refactor conditional logic in init_cpu_ftr_reg()Hardevsinh Palaniya
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