summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpufeature.c
AgeCommit message (Expand)Author
2018-09-15arm64: Fix mismatched cache line size detectionSuzuki K Poulose
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-03arm64: kpti: Use early_param for kpti= command-line optionWill Deacon
2018-06-06arm64/cpufeature: don't use mutex in bringup pathMark Rutland
2018-06-06arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland
2018-04-20arm64: cpufeature: Pass capability structure to ->enable callbackMark Rutland
2018-04-20arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyMark Rutland
2018-04-08arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier
2018-04-08arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-04-08arm64: Turn on KPTI only on CPUs that need itJayachandran C
2018-04-08arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose
2018-04-08arm64: Allow checking of a CPU-local erratumMarc Zyngier
2018-04-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-04-08arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2017-03-12arm64: fix erroneous __raw_read_system_reg() casesMark Rutland
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-09-09arm64: Rearrange CPU errata workaround checksSuzuki K Poulose
2016-09-09arm64: Use consistent naming for errata handlingSuzuki K Poulose
2016-09-09arm64: Set the safe value for L1 icache policySuzuki K Poulose
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas
2016-08-31arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel
2016-08-31arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel
2016-08-31arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-03arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara
2016-04-25arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose
2016-04-25arm64: Allow a capability to be checked on a single CPUMarc Zyngier
2016-04-25arm64: cpufeature: Add scope for capability checkSuzuki K Poulose
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose
2016-04-20arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose
2016-04-20arm64: cpufeature: Check availability of AArch32Suzuki K Poulose
2016-04-20arm64: HWCAP: Split COMPAT HWCAP table entriesSuzuki K Poulose
2016-04-20arm64: hwcaps: Cleanup namingSuzuki K Poulose
2016-04-15arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose
2016-04-13arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeatureKefeng Wang
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland
2016-02-29arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier
2016-02-26arm64: Add support for Half precision floating pointSuzuki K Poulose
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose
2016-02-25arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose
2016-02-25arm64: cpufeature: Correct feature register tablesSuzuki K Poulose
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose