summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/cpufeature.h
Commit message (Expand)AuthorAgeFilesLines
* arm64/kexec: Test page size support with new TGRAN range valuesAnshuman Khandual2022-11-031-3/+6
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-03-111-0/+13
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-03-111-0/+15
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-131-0/+2
|\
| * arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon2020-11-101-0/+2
* | 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
|\ \
| * \ Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-251-18/+21
| |\ \
| | * | arm64: enable ptrauth earlierKristina Martsenko2020-03-181-0/+9
| | * | arm64: cpufeature: handle conflicts based on capabilityKristina Martsenko2020-03-181-2/+10
| | * | arm64: cpufeature: Move cpu capability helpers inside C fileAmit Daniel Kachhap2020-03-181-12/+0
| | * | arm64: cpufeature: add pointer auth meta-capabilitiesKristina Martsenko2020-03-181-4/+2
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-251-11/+75
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * arm64: cpufeature: Extract capped perfmon fieldsAndrew Murray2020-03-171-0/+23
| | |_|/ | |/| |
| | | * arm64: cpufeature: add cpus_have_final_cap()Mark Rutland2020-03-131-11/+47
| | |/ | |/|
| | * arm64: add support for the AMU extension v1Ionela Voinescu2020-03-061-0/+5
| |/
* | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-281-5/+5
|\ \ | |/ |/|
| * arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-221-4/+4
| * KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-221-1/+1
* | arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose2020-01-141-0/+5
|/
* arm64: cpufeature: introduce helper cpu_has_hw_af()Jia He2019-10-181-0/+14
* arm64: Clarify when cpu_enable() is calledMark Brown2019-08-141-3/+10
* arm64: Remove unused cpucap_multi_entry_cap_cpu_enable()Mark Brown2019-08-051-15/+0
* arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2019-07-311-3/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-0/+6
|\
| * arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-051-0/+6
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-0/+6
|\ \ | |/ |/|
| * arm64: irqflags: Introduce explicit debugging for IRQ prioritiesJulien Thierry2019-06-211-0/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* arm64: mark (__)cpus_have_const_cap as __always_inlineMasahiro Yamada2019-05-141-2/+2
* Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon2019-05-011-4/+0
|\