summaryrefslogtreecommitdiffstats
path: root/arch/arm64/tools/cpucaps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9 days1-0/+2
|\
| * arm64: cpufeature: discover CPU support for MPAMJames Morse2024-10-311-0/+2
| |
| \
*-. \ Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas2024-11-141-0/+2
|\ \ \ | |_|/ |/| |
| | * arm64: Add support for FEAT_HAFTYicong Yang2024-11-051-0/+1
| |/ |/|
| * arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)Mark Brown2024-10-041-0/+1
|/
* arm64: cpufeature: add Permission Overlay Extension cpucapJoey Gouly2024-09-041-0/+1
* arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland2024-05-101-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-0/+1
|\
| * arm64: cpufeature: Detect HCR_EL2.NV1 being RES0Marc Zyngier2024-02-081-0/+1
* | Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas2024-03-071-0/+1
|\ \
| * | arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel2024-02-161-0/+1
| |/
* / arm64/fpsimd: Support FEAT_FPMRMark Brown2024-03-071-0/+1
|/
* arm64: Rename ARM64_WORKAROUND_2966298Rob Herring2024-01-121-1/+1
* Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon2024-01-041-0/+1
|\
| * arm64: Add ARM64_HAS_LPA2 CPU capabilityRyan Roberts2023-11-271-0/+1
* | arm64: Get rid of ARM64_HAS_NO_HW_PREFETCHMarc Zyngier2023-12-051-1/+0
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-011-1/+1
|\
| * arm64: Use a positive cpucap for FP/SIMDMark Rutland2023-10-161-1/+1
* | arm64: errata: Add Cortex-A520 speculative unprivileged load workaroundRob Herring2023-09-291-0/+1
|/
* arm64: Add feature detection for fine grained trapsMark Brown2023-08-171-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-041-0/+3
|\
| * Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton2023-06-161-0/+1
| |\
| | * arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton2023-06-161-0/+1
| * | Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-06-151-0/+1
| |\ \
| | * | KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier2023-05-211-0/+1
| | |/
| * / arm64: Add KVM_HVHE capability and has_hvhe() predicateMarc Zyngier2023-06-131-0/+1
| |/
* | arm64: cpufeature: add Permission Indirection Extension cpucapJoey Gouly2023-06-061-0/+1
* | arm64: cpufeature: add TCR2 cpucapJoey Gouly2023-06-061-0/+1
* | arm64: mops: detect and enable FEAT_MOPSKristina Martsenko2023-06-051-0/+1
* | arm64: cpufeature: detect FEAT_HCXKristina Martsenko2023-06-051-0/+1
|/
* arm64: Add HAS_ECV_CNTPOFF capabilityMarc Zyngier2023-03-301-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-0/+1
|\
| * Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-141-0/+1
| |\
| | * arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim2023-02-111-0/+1
| * | Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton2023-02-131-0/+1
| |\ \ | | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-221-2/+4
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-101-2/+4
| |\ \ \ | | | |/ | | |/|
| | | * arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland2023-01-311-0/+1
| | | * arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland2023-01-311-1/+1
| | | * arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland2023-01-311-1/+1
| | |/ | |/|
| | * arm64/sme: Add basic enumeration for SME2Mark Brown2023-01-201-0/+1
| |/
* / arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2023-01-061-0/+1
|/
* Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-151-1/+0
* Merge branch 'for-next/errata' into for-next/coreWill Deacon2022-12-061-0/+1
|\
| * arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2022-11-181-0/+1
* | arm64: Enable data independent timing (DIT) in the kernelArd Biesheuvel2022-11-081-0/+1
|/
* Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas2022-09-301-0/+2
|\
| * arm64: alternatives: have callbacks take a capMark Rutland2022-09-161-0/+2
* | arm64: errata: remove BF16 HWCAP due to incorrect result on Cortex-A510James Morse2022-09-161-0/+1
|/
* arm64: errata: add detection for AMEVCNTR01 incrementing incorrectlyIonela Voinescu2022-08-231-0/+1