summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/cpufeature.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: context switch POR_EL0 registerJoey Gouly2024-09-041-0/+6
* arm64/cpufeature: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual2024-07-041-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-0/+1
|\
| * Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-111-0/+1
| |\
| | * arm64: cpufeatures: Correctly handle signed valuesMarc Zyngier2024-02-081-0/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-0/+113
|\ \ \ | |/ / |/| |
| * | Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas2024-03-131-8/+0
| * | Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas2024-03-071-0/+116
| |\ \
| | * | arm64: mm: add support for WXN memory translation attributeArd Biesheuvel2024-02-161-0/+8
| | * | arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel2024-02-161-0/+18
| | * | arm64: mm: Add feature override support for LVAArd Biesheuvel2024-02-161-0/+4
| | * | arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel2024-02-161-0/+9
| | * | arm64: Add helpers to probe local CPU for PAC and BTI supportArd Biesheuvel2024-02-161-0/+32
| | * | arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel2024-02-161-0/+1
| | * | arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel2024-02-161-0/+5
| | * | arm64: cpufeature: Add helper to test for CPU feature overridesArd Biesheuvel2024-02-161-0/+39
| | |/
| * / arm64/fpsimd: Support FEAT_FPMRMark Brown2024-03-071-0/+5
| |/
* / arm64: fix typo in commentsSeongsu Park2024-02-091-1/+1
|/
* Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon2024-01-041-0/+5
|\
| * arm64: Add ARM64_HAS_LPA2 CPU capabilityRyan Roberts2023-11-271-0/+5
* | arm64: Align boot cpucap handling with system cpucap handlingMark Rutland2023-12-131-0/+1
|/
* Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas2023-10-261-55/+41
|\
| * arm64: Remove cpus_have_const_cap()Mark Rutland2023-10-161-36/+2
| * arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland2023-10-161-4/+4
| * arm64: Avoid cpus_have_const_cap() for ARM64_MTEMark Rutland2023-10-161-1/+1
| * arm64: Avoid cpus_have_const_cap() for ARM64_HAS_TLB_RANGEMark Rutland2023-10-161-1/+1
| * arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PANMark Rutland2023-10-161-1/+1
| * arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKINGMark Rutland2023-10-161-1/+1
| * arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNPMark Rutland2023-10-161-1/+1
| * arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIMark Rutland2023-10-161-1/+7
| * arm64: Avoid cpus_have_const_cap() for ARM64_HAS_{ADDRESS,GENERIC}_AUTHMark Rutland2023-10-161-2/+2
| * arm64: Use a positive cpucap for FP/SIMDMark Rutland2023-10-161-1/+1
| * arm64: Rework setup_cpu_features()Mark Rutland2023-10-161-1/+3
| * arm64: Add cpus_have_final_boot_cap()Mark Rutland2023-10-161-2/+25
| * arm64: Add cpucap_is_possible()Mark Rutland2023-10-161-25/+14
* | arm64: cpufeature: Display the set of cores with a featureJeremy Linton2023-10-231-0/+2
|/
* arm64: cpufeature: Fix CLRBHB and BC detectionKristina Martsenko2023-09-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-041-0/+6
|\
| * Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton2023-06-151-0/+1
| |\
| | * KVM: arm64: Use arm64_ftr_bits to sanitise ID register writesJing Zhang2023-06-151-0/+1
| * | arm64: Add KVM_HVHE capability and has_hvhe() predicateMarc Zyngier2023-06-131-0/+1
| * | arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier2023-06-131-0/+4
| |/
* | arm64: cpufeature: fold cpus_set_cap() into update_cpu_capabilities()Mark Rutland2023-06-071-10/+0
* | arm64: alternatives: use cpucap namingMark Rutland2023-06-071-2/+2
* | arm64: standardise cpucap bitmap namesMark Rutland2023-06-071-6/+6
|/
*---. Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-101-2/+12
|\ \ \
| | | * arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland2023-01-311-1/+1
| |_|/ |/| |
| | * arm64/sme: Add basic enumeration for SME2Mark Brown2023-01-201-0/+6
| |/ |/|
| * arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault pathGabriel Krisman Bertazi2023-01-201-1/+5
|/
* arm64: rework EL0 MRS emulationMark Rutland2022-11-151-1/+2