summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/cpufeature.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * \ 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