aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/cpufeature.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-17arm64/cpufeature: don't use mutex in bringup pathMark Rutland1-2/+10
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin1-2/+2
2017-03-10arm64: use const cap for system_uses_ttbr0_pan()Mark Rutland1-1/+1
2017-02-24arm64/cpufeature: check correct field width when updating sys_valMark Rutland1-4/+10
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose1-0/+11
2017-01-10arm64: cpufeature: Document the rules of safe value for featuresSuzuki K Poulose1-1/+14
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-7/+23
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-0/+6
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose1-1/+11
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose1-7/+12
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas1-19/+1
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse1-1/+1
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose1-1/+2
2016-09-09arm64: Rearrange CPU errata workaround checksSuzuki K Poulose1-2/+2
2016-09-09arm64: Use consistent naming for errata handlingSuzuki K Poulose1-2/+2
2016-09-09arm64: Set the safe value for L1 icache policySuzuki K Poulose1-1/+1
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas1-3/+11
2016-08-31arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel1-0/+2
2016-08-31arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel1-1/+0
2016-08-31arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel1-7/+7
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2016-07-03arm64: Add ARM64_HYP_OFFSET_LOW capabilityMarc Zyngier1-1/+2
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara1-0/+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/+2
2016-04-25arm64: cpufeature: Add scope for capability checkSuzuki K Poulose1-1/+8
2016-04-20arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose1-1/+7
2016-04-20arm64: Add helpers for detecting AArch32 support at EL0Suzuki K Poulose1-0/+7
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-21/+23
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland1-1/+1
2016-02-29arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier1-1/+5
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski1-1/+2
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose1-8/+14
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose1-3/+4
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose1-6/+0
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-1/+2
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-1/+2
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse1-1/+1
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon1-1/+2
2015-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+20
2015-11-26arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose1-2/+8
2015-11-26arm64: cpufeature: Add helpers for extracting unsigned valuesSuzuki K. Poulose1-0/+12
2015-11-24arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier1-1/+2
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-8/+83
2015-10-21arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose1-0/+2
2015-10-21arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose1-0/+1
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose1-2/+9
2015-10-21arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose1-1/+1
2015-10-21arm64: Cleanup mixed endian support detectionSuzuki K. Poulose1-2/+10
2015-10-21arm64: Read system wide CPUID valueSuzuki K. Poulose1-0/+2