summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpufeature.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Rearrange CPU errata workaround checksSuzuki K Poulose2016-09-091-10/+20
* arm64: Use consistent naming for errata handlingSuzuki K Poulose2016-09-091-1/+1
* arm64: Set the safe value for L1 icache policySuzuki K Poulose2016-09-091-2/+3
* arm64: Use static keys for CPU featuresCatalin Marinas2016-09-071-0/+3
* arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel2016-08-311-1/+6
* arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel2016-08-311-26/+20Star
* arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel2016-08-311-22/+24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-0/+19
|\
| * arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier2016-07-031-0/+19
* | arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2016-07-011-2/+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/+18
* arm64: cpufeature: Add scope for capability checkSuzuki K Poulose2016-04-251-59/+72
* arm64: compat: Check for AArch32 stateSuzuki K Poulose2016-04-201-2/+5
* arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose2016-04-201-0/+9
* arm64: cpufeature: Check availability of AArch32Suzuki K Poulose2016-04-201-39/+47
* arm64: HWCAP: Split COMPAT HWCAP table entriesSuzuki K Poulose2016-04-201-48/+56
* arm64: hwcaps: Cleanup namingSuzuki K Poulose2016-04-201-9/+9
* arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose2016-04-151-0/+1
* arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeatureKefeng Wang2016-04-131-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-181-106/+164
|\
| * arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-041-30/+30
| * arm64: Add support for Half precision floating pointSuzuki K Poulose2016-02-261-0/+2
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
| * arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose2016-02-251-14/+18
| * arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose2016-02-251-25/+25
| * arm64: cpufeature: Correct feature register tablesSuzuki K Poulose2016-02-251-3/+15
| * arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-251-0/+12
| * arm64: Enable CPU capability verification unconditionallySuzuki K Poulose2016-02-251-10/+0Star
| * arm64: Move cpu_die_early to smp.cSuzuki K Poulose2016-02-241-19/+0Star
| * arm64: Introduce cpu_die_earlySuzuki K Poulose2016-02-241-9/+15
| * arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose2016-02-241-4/+1Star
| * arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-0/+16
| * arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse2016-02-181-6/+6
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-0/+11
| * arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2016-02-181-0/+10
| * arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-181-29/+29
| * arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2016-02-161-0/+17
* | arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier2016-02-291-0/+11
|/
* arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-021-4/+5
* arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose2015-11-261-14/+23
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-131-1/+1
|\
| * arm64: mark cpus_have_hwcap as __maybe_unusedArnd Bergmann2015-11-121-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-25/+826
|\|
| * arm64: cpufeature: declare enable_cpu_capabilities as staticWill Deacon2015-10-281-1/+1
| * arm64: Move FP/ASIMD hwcap handling to common codeSuzuki K. Poulose2015-10-211-0/+2
| * arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose2015-10-211-72/+91
| * arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose2015-10-211-20/+59
| * arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-211-4/+93
| * arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose2015-10-211-3/+11