aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpufeature.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-05arm64: cpufeature: Fix CPU_OUT_OF_SPEC taint for uniform systemsWill Deacon1-2/+4
2017-05-30arm64: cpufeature: Don't dump useless backtrace on CPU_OUT_OF_SPECWill Deacon1-2/+2
2017-05-17arm64/cpufeature: don't use mutex in bringup pathMark Rutland1-2/+21
2017-04-07Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into for-next/coreCatalin Marinas1-2/+11
2017-04-07arm64: Allow checking of a CPU-local erratumMarc Zyngier1-2/+11
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin1-7/+7
2017-03-20arm64: v8.3: Support for weaker release consistencySuzuki K Poulose1-0/+2
2017-03-20arm64: v8.3: Support for complex number instructionsSuzuki K Poulose1-0/+2
2017-03-20arm64: v8.3: Support for Javascript conversion instructionSuzuki K Poulose1-1/+7
2017-03-20arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon1-2/+2
2017-02-15arm64: cpufeature: correctly handle MRS to XZRMark Rutland1-1/+1
2017-02-02arm64: ensure __raw_read_system_reg() is self-consistentMark Rutland1-30/+34
2017-02-02arm64: fix erroneous __raw_read_system_reg() casesMark Rutland1-3/+3
2017-01-13arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter1-5/+3
2017-01-12arm64: Advertise support for Rounding double multiply instructionsSuzuki K Poulose1-0/+1
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott1-1/+2
2017-01-12arm64: Documentation - Expose CPU feature registersSuzuki K Poulose1-0/+4
2017-01-12arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose1-0/+101
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose1-92/+101
2017-01-10arm64: cpufeature: Cleanup feature bit tablesSuzuki K Poulose1-12/+7
2017-01-10arm64: cpufeature: remove explicit RAZ fieldsMark Rutland1-15/+0
2017-01-10arm64: cpufeature: treat unknown fields as RES0Mark Rutland1-1/+11
2017-01-10arm64: cpufeature: Don't enforce system-wide SPE capabilityWill Deacon1-1/+2
2017-01-10arm64: cpufeature: allow for version discrepancy in PMU implementationsWill Deacon1-1/+5
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse1-1/+4
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas1-0/+1
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose1-0/+15
2016-11-16arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose1-1/+1
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse1-1/+9
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