aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/cpufeature.h
AgeCommit message (Expand)Author
2019-10-11arm64: Always enable ssb vulnerability detectionJeremy Linton
2019-08-06arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-05-31arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier
2018-05-31arm64: ssbd: Add global mitigation state accessorMarc Zyngier
2018-05-31arm64: Add 'ssbd' command-line optionMarc Zyngier
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin
2018-03-26arm64: capabilities: Handle shared entriesSuzuki K Poulose
2018-03-26arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose
2018-03-26arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose
2018-03-26arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose
2018-03-26arm64: capabilities: Add support for features enabled earlySuzuki K Poulose
2018-03-26arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose
2018-03-26arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose
2018-03-26arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose
2018-03-26arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose
2018-03-26arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose
2018-03-26arm64: capabilities: Move errata processing codeSuzuki K Poulose
2018-03-26arm64: capabilities: Update prototype for enable call backDave Martin
2018-03-09arm64/errata: add REVIDR handling to frameworkArd Biesheuvel
2017-12-14arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave Martin
2017-05-17arm64/cpufeature: don't use mutex in bringup pathMark Rutland
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin
2017-03-10arm64: use const cap for system_uses_ttbr0_pan()Mark Rutland
2017-02-24arm64/cpufeature: check correct field width when updating sys_valMark Rutland
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose
2017-01-10arm64: cpufeature: Document the rules of safe value for featuresSuzuki K Poulose
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose
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: Add ARM64_HYP_OFFSET_LOW capabilityMarc 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