summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/cpufeature.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose2016-09-091-1/+2
* arm64: Rearrange CPU errata workaround checksSuzuki K Poulose2016-09-091-2/+2
* arm64: Use consistent naming for errata handlingSuzuki K Poulose2016-09-091-2/+2
* arm64: Set the safe value for L1 icache policySuzuki K Poulose2016-09-091-1/+1
* arm64: Use static keys for CPU featuresCatalin Marinas2016-09-071-3/+11
* arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel2016-08-311-0/+2
* arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel2016-08-311-1/+0Star
* arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel2016-08-311-7/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-1/+2
|\
| * arm64: Add ARM64_HYP_OFFSET_LOW capabilityMarc Zyngier2016-07-031-1/+2
* | arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2016-07-011-0/+2
|/
* arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose2016-04-251-0/+1
* arm64: Allow a capability to be checked on a single CPUMarc Zyngier2016-04-251-0/+2
* arm64: cpufeature: Add scope for capability checkSuzuki K Poulose2016-04-251-1/+8
* arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose2016-04-201-1/+7
* arm64: Add helpers for detecting AArch32 support at EL0Suzuki K Poulose2016-04-201-0/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-181-21/+23
|\
| * arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-041-1/+1
| * arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-02-261-1/+2
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-8/+14
| * arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose2016-02-251-3/+4
| * arm64: Enable CPU capability verification unconditionallySuzuki K Poulose2016-02-251-6/+0Star
| * arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-1/+2
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-1/+2
| * arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-181-1/+1
| * arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2016-02-161-1/+2
* | arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier2016-02-291-1/+5
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-271-2/+20
|\
| * arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose2015-11-261-2/+8
| * arm64: cpufeature: Add helpers for extracting unsigned valuesSuzuki K. Poulose2015-11-261-0/+12
* | arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier2015-11-241-1/+2
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-8/+83
|\
| * arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose2015-10-211-0/+2
| * arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose2015-10-211-0/+1
| * arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-211-2/+9
| * arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose2015-10-211-1/+1
| * arm64: Cleanup mixed endian support detectionSuzuki K. Poulose2015-10-211-2/+10
| * arm64: Read system wide CPUID valueSuzuki K. Poulose2015-10-211-0/+2
| * arm64: Keep track of CPU feature registersSuzuki K. Poulose2015-10-211-0/+41
| * arm64: Handle width of a cpuid featureSuzuki K. Poulose2015-10-211-3/+9
| * arm64: Move mixed endian support detectionSuzuki K. Poulose2015-10-211-0/+7
| * arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose2015-10-211-0/+1
* | irqchip/gicv3: Workaround for Cavium ThunderX erratum 23154Robert Richter2015-09-291-1/+2
|/
* arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon2015-07-271-1/+1
* arm64: alternatives: add cpu feature for lse atomicsWill Deacon2015-07-271-1/+2
* arm64: cpufeature.h: add missing #include of kernel.hWill Deacon2015-07-271-0/+2
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-271-1/+2
* arm64: kernel: Add min_field_value and use '>=' for feature detectionJames Morse2015-07-271-2/+2
* arm64: kernel: Add cpufeature 'enable' callbackJames Morse2015-07-271-0/+1
* arm64: kernel: Add cpuid_feature_extract_field() for 4bit sign extensionJames Morse2015-07-271-0/+7