index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
cpufeature.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
Catalin Marinas
2016-11-21
1
-0
/
+1
*
arm64: Support systems without FP/ASIMD
Suzuki K Poulose
2016-11-16
1
-0
/
+15
*
arm64: Add hypervisor safe helper for checking constant capabilities
Suzuki K Poulose
2016-11-16
1
-1
/
+1
*
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
2016-10-20
1
-1
/
+9
*
arm64: Rearrange CPU errata workaround checks
Suzuki K Poulose
2016-09-09
1
-10
/
+20
*
arm64: Use consistent naming for errata handling
Suzuki K Poulose
2016-09-09
1
-1
/
+1
*
arm64: Set the safe value for L1 icache policy
Suzuki K Poulose
2016-09-09
1
-2
/
+3
*
arm64: Use static keys for CPU features
Catalin Marinas
2016-09-07
1
-0
/
+3
*
arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0
Ard Biesheuvel
2016-08-31
1
-1
/
+6
*
arm64: cpufeature: constify arm64_ftr_regs array
Ard Biesheuvel
2016-08-31
1
-26
/
+20
*
arm64: cpufeature: constify arm64_ftr_bits structures
Ard Biesheuvel
2016-08-31
1
-22
/
+24
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-02
1
-0
/
+19
|
\
|
*
arm64: KVM: Runtime detection of lower HYP offset
Marc Zyngier
2016-07-03
1
-0
/
+19
*
|
arm64: errata: Calling enable functions for CPU errata too
Andre Przywara
2016-07-01
1
-2
/
+2
|
/
*
arm64: Verify CPU errata work arounds on hotplugged CPU
Suzuki K Poulose
2016-04-25
1
-0
/
+1
*
arm64: Allow a capability to be checked on a single CPU
Marc Zyngier
2016-04-25
1
-0
/
+18
*
arm64: cpufeature: Add scope for capability check
Suzuki K Poulose
2016-04-25
1
-59
/
+72
*
arm64: compat: Check for AArch32 state
Suzuki K Poulose
2016-04-20
1
-2
/
+5
*
arm64: cpufeature: Track 32bit EL0 support
Suzuki K Poulose
2016-04-20
1
-0
/
+9
*
arm64: cpufeature: Check availability of AArch32
Suzuki K Poulose
2016-04-20
1
-39
/
+47
*
arm64: HWCAP: Split COMPAT HWCAP table entries
Suzuki K Poulose
2016-04-20
1
-48
/
+56
*
arm64: hwcaps: Cleanup naming
Suzuki K Poulose
2016-04-20
1
-9
/
+9
*
arm64: vhe: Verify CPU Exception Levels
Suzuki K Poulose
2016-04-15
1
-0
/
+1
*
arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeature
Kefeng Wang
2016-04-13
1
-0
/
+4
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-03-18
1
-106
/
+164
|
\
|
*
arm64: make mrs_s prefixing implicit in read_cpuid
Mark Rutland
2016-03-04
1
-30
/
+30
|
*
arm64: Add support for Half precision floating point
Suzuki K Poulose
2016-02-26
1
-0
/
+2
|
*
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
2016-02-25
1
-1
/
+1
|
*
arm64: capabilities: Handle sign of the feature bit
Suzuki K Poulose
2016-02-25
1
-14
/
+18
|
*
arm64: cpufeature: Fix the sign of feature bits
Suzuki K Poulose
2016-02-25
1
-25
/
+25
|
*
arm64: cpufeature: Correct feature register tables
Suzuki K Poulose
2016-02-25
1
-3
/
+15
|
*
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
2016-02-25
1
-0
/
+12
|
*
arm64: Enable CPU capability verification unconditionally
Suzuki K Poulose
2016-02-25
1
-10
/
+0
|
*
arm64: Move cpu_die_early to smp.c
Suzuki K Poulose
2016-02-24
1
-19
/
+0
|
*
arm64: Introduce cpu_die_early
Suzuki K Poulose
2016-02-24
1
-9
/
+15
|
*
arm64: Add a helper for parking CPUs in a loop
Suzuki K Poulose
2016-02-24
1
-4
/
+1
|
*
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
2016-02-18
1
-0
/
+16
|
*
arm64: cpufeature: Test 'matches' pointer to find the end of the list
James Morse
2016-02-18
1
-6
/
+6
|
*
arm64: kernel: Add support for User Access Override
James Morse
2016-02-18
1
-0
/
+11
|
*
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
2016-02-18
1
-0
/
+10
|
*
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2016-02-18
1
-29
/
+29
|
*
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
Will Deacon
2016-02-16
1
-0
/
+17
*
|
arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
Marc Zyngier
2016-02-29
1
-0
/
+11
|
/
*
arm64: add __init/__initdata section marker to some functions/variables
Jisheng Zhang
2015-12-02
1
-4
/
+5
*
arm64: cpufeature: Track unsigned fields
Suzuki K. Poulose
2015-11-26
1
-14
/
+23
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2015-11-13
1
-1
/
+1
|
\
|
*
arm64: mark cpus_have_hwcap as __maybe_unused
Arnd Bergmann
2015-11-12
1
-1
/
+1
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-04
1
-25
/
+826
|
\
|
|
*
arm64: cpufeature: declare enable_cpu_capabilities as static
Will Deacon
2015-10-28
1
-1
/
+1
|
*
arm64: Move FP/ASIMD hwcap handling to common code
Suzuki K. Poulose
2015-10-21
1
-0
/
+2
[next]