aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpufeature.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-09arm64: Rearrange CPU errata workaround checksSuzuki K Poulose1-10/+20
2016-09-09arm64: Use consistent naming for errata handlingSuzuki K Poulose1-1/+1
2016-09-09arm64: Set the safe value for L1 icache policySuzuki K Poulose1-2/+3
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas1-0/+3
2016-08-31arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel1-1/+6
2016-08-31arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel1-26/+20
2016-08-31arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel1-22/+24
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+19
2016-07-03arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier1-0/+19
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara1-2/+2
2016-04-25arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose1-0/+1
2016-04-25arm64: Allow a capability to be checked on a single CPUMarc Zyngier1-0/+18
2016-04-25arm64: cpufeature: Add scope for capability checkSuzuki K Poulose1-59/+72
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose1-2/+5
2016-04-20arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose1-0/+9
2016-04-20arm64: cpufeature: Check availability of AArch32Suzuki K Poulose1-39/+47
2016-04-20arm64: HWCAP: Split COMPAT HWCAP table entriesSuzuki K Poulose1-48/+56
2016-04-20arm64: hwcaps: Cleanup namingSuzuki K Poulose1-9/+9
2016-04-15arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose1-0/+1
2016-04-13arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeatureKefeng Wang1-0/+4
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-106/+164
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland1-30/+30
2016-02-29arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier1-0/+11
2016-02-26arm64: Add support for Half precision floating pointSuzuki K Poulose1-0/+2
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose1-1/+1
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose1-14/+18
2016-02-25arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose1-25/+25
2016-02-25arm64: cpufeature: Correct feature register tablesSuzuki K Poulose1-3/+15
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose1-0/+12
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose1-10/+0
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose1-19/+0
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose1-9/+15
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose1-4/+1
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-0/+16
2016-02-18arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse1-6/+6
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-0/+11
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse1-0/+10
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse1-29/+29
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon1-0/+17
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang1-4/+5
2015-11-26arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose1-14/+23
2015-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2015-11-12arm64: mark cpus_have_hwcap as __maybe_unusedArnd Bergmann1-1/+1
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-25/+826
2015-10-28arm64: cpufeature: declare enable_cpu_capabilities as staticWill Deacon1-1/+1
2015-10-21arm64: Move FP/ASIMD hwcap handling to common codeSuzuki K. Poulose1-0/+2
2015-10-21arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose1-72/+91
2015-10-21arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose1-20/+59
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose1-4/+93
2015-10-21arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose1-3/+11