summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpufeature.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-63/+141
|\
| * arm64/sve: Detect SVE and activate runtime supportDave Martin2017-11-031-0/+17
| * arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin2017-11-031-0/+52
| * arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin2017-11-031-15/+15
| * arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-251-1/+1
| * arm64: Fix the feature type for ID register fieldsSuzuki K Poulose2017-10-191-51/+51
| * arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2017-10-111-0/+9
* | arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2017-10-061-1/+1
|/
* arm64: Implement pmem API supportRobin Murphy2017-08-091-0/+11
* arm64: Expose DC CVAP to userspaceRobin Murphy2017-08-091-0/+2
* arm64: dump cpu_hwcaps at panic timeMark Rutland2017-06-221-0/+19
* arm64: cpufeature: Fix CPU_OUT_OF_SPEC taint for uniform systemsWill Deacon2017-06-051-2/+4
* arm64: cpufeature: Don't dump useless backtrace on CPU_OUT_OF_SPECWill Deacon2017-05-301-2/+2
* arm64/cpufeature: don't use mutex in bringup pathMark Rutland2017-05-171-2/+21
* Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-04-071-2/+11
|\
| * arm64: Allow checking of a CPU-local erratumMarc Zyngier2017-04-071-2/+11
* | arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-041-7/+7
* | arm64: v8.3: Support for weaker release consistencySuzuki K Poulose2017-03-201-0/+2
* | arm64: v8.3: Support for complex number instructionsSuzuki K Poulose2017-03-201-0/+2
* | arm64: v8.3: Support for Javascript conversion instructionSuzuki K Poulose2017-03-201-1/+7
* | arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-201-2/+2
|/
* arm64: cpufeature: correctly handle MRS to XZRMark Rutland2017-02-151-1/+1
* arm64: ensure __raw_read_system_reg() is self-consistentMark Rutland2017-02-021-30/+34
* arm64: fix erroneous __raw_read_system_reg() casesMark Rutland2017-02-021-3/+3
* arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter2017-01-131-5/+3
* arm64: Advertise support for Rounding double multiply instructionsSuzuki K Poulose2017-01-121-0/+1
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-1/+2
* arm64: Documentation - Expose CPU feature registersSuzuki K Poulose2017-01-121-0/+4
* arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose2017-01-121-0/+101
* arm64: cpufeature: Track user visible fieldsSuzuki K Poulose2017-01-101-92/+101
* arm64: cpufeature: Cleanup feature bit tablesSuzuki K Poulose2017-01-101-12/+7
* arm64: cpufeature: remove explicit RAZ fieldsMark Rutland2017-01-101-15/+0
* arm64: cpufeature: treat unknown fields as RES0Mark Rutland2017-01-101-1/+11
* arm64: cpufeature: Don't enforce system-wide SPE capabilityWill Deacon2017-01-101-1/+2
* arm64: cpufeature: allow for version discrepancy in PMU implementationsWill Deacon2017-01-101-1/+5
* arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse2017-01-101-1/+4
* arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Catalin Marinas2016-11-211-0/+1
* arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-161-0/+15
* arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose2016-11-161-1/+1
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-201-1/+9
* arm64: Rearrange CPU errata workaround checksSuzuki K Poulose2016-09-091-10/+20
* arm64: Use consistent naming for errata handlingSuzuki K Poulose2016-09-091-1/+1
* arm64: Set the safe value for L1 icache policySuzuki K Poulose2016-09-091-2/+3
* arm64: Use static keys for CPU featuresCatalin Marinas2016-09-071-0/+3
* arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel2016-08-311-1/+6
* arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel2016-08-311-26/+20
* arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel2016-08-311-22/+24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-0/+19
|\
| * arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier2016-07-031-0/+19
* | arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2016-07-011-2/+2
|/