summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/cpufeature.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-02-241-0/+13
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-02-241-0/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-9/+9
|\
| * Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-201-2/+2
| |\
| | * KVM: arm64: Add feature register flag definitionsFuad Tabba2021-08-201-2/+2
| * | Merge branch arm64/for-next/sysreg into kvm-arm64/misc-5.15Marc Zyngier2021-08-201-3/+6
| |\ \
| * | | arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macrosAnshuman Khandual2021-08-181-7/+7
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-261-3/+6
|\ \ \ \ | | |/ / | |/| / | | |/
| | * arm64/kexec: Test page size support with new TGRAN range valuesAnshuman Khandual2021-07-301-3/+6
| |/
* / arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual2021-08-111-1/+1
|/
* arm64: Allow mismatched 32-bit EL0 supportWill Deacon2021-06-111-1/+7
* arm64: Check if GMID_EL1.BS is the same on all CPUsCatalin Marinas2021-05-261-0/+7
* arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier2021-04-081-0/+17
* arm64: cpufeatures: Allow disabling of Pointer Auth from the command-lineMarc Zyngier2021-02-091-0/+1
* arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier2021-02-091-0/+1
* arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier2021-02-091-0/+2
* arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()Marc Zyngier2021-02-091-0/+1
* arm64: cpufeature: Add global feature override facilityMarc Zyngier2021-02-091-0/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-0/+5
|\
| * Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-091-1/+14
| |\
| * \ Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier2020-11-271-0/+5
| |\ \
| | * | KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Will Deacon2020-11-271-0/+5
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-131-0/+2
| |\ \ \ | | |/ / | |/| |
* | | | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon2020-11-101-0/+2
* | | | Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2020-12-091-1/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2020-12-021-1/+14
| | |/ | |/|
* | | arm64: implement CPPC FFH support using AMUsIonela Voinescu2020-11-131-0/+3
* | | arm64: wrap and generalise counter read functionsIonela Voinescu2020-11-131-0/+5
|/ /
* | Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-301-9/+31
|\ \ | |/ |/|
| * arm64: cpufeature: upgrade hyp caps to finalMark Rutland2020-10-301-2/+24
| * arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland2020-10-301-8/+8
* | Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+6
|\ \
| * | arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino2020-09-031-0/+6
* | | Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon2020-10-021-24/+0
|\ \ \ | | |/ | |/|
| * | arm64: Get rid of arm64_ssbd_stateMarc Zyngier2020-09-291-14/+0
| * | arm64: Rewrite Spectre-v2 mitigation codeWill Deacon2020-09-291-6/+0
| * | arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-291-4/+0
| |/
* / arm64: fix some spelling mistakes in the comments by codespellXiaoming Ni2020-09-071-1/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-0/+7
|\
| * Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas2020-07-311-0/+6
| |\
| | * arm64: tlb: Use the TLBI RANGE feature in arm64Zhenyu Ye2020-07-151-0/+6
| * | arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-021-0/+1
| |/
* / KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei2020-06-221-1/+1
|/
* Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-0/+5
|\
| * Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+5
| |\
| | * arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+6
* | | arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual2020-05-201-0/+18
* | | arm64: cpufeature: Relax AArch32 system checks if EL1 is 64-bit onlyWill Deacon2020-04-281-0/+7
|/ /
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-29/+96
|\ \