index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
cpufeature.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-19
/
+0
2018-03-27
Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"
Will Deacon
1
-2
/
+7
2018-03-27
arm64: cpufeature: Avoid warnings due to unused symbols
Will Deacon
1
-5
/
+7
2018-03-26
arm64: Add work around for Arm Cortex-A55 Erratum 1024718
Suzuki K Poulose
1
-1
/
+15
2018-03-26
arm64: Delay enabling hardware DBM feature
Suzuki K Poulose
1
-0
/
+71
2018-03-26
arm64: capabilities: Handle shared entries
Suzuki K Poulose
1
-7
/
+6
2018-03-26
arm64: capabilities: Add support for checks based on a list of MIDRs
Suzuki K Poulose
1
-4
/
+6
2018-03-26
arm64: capabilities: Change scope of VHE to Boot CPU feature
Suzuki K Poulose
1
-2
/
+3
2018-03-26
arm64: capabilities: Add support for features enabled early
Suzuki K Poulose
1
-13
/
+44
2018-03-26
arm64: capabilities: Restrict KPTI detection to boot-time CPUs
Suzuki K Poulose
1
-5
/
+11
2018-03-26
arm64: capabilities: Introduce weak features based on local CPU
Suzuki K Poulose
1
-1
/
+1
2018-03-26
arm64: capabilities: Group handling of features and errata workarounds
Suzuki K Poulose
1
-31
/
+42
2018-03-26
arm64: capabilities: Allow features based on local CPU scope
Suzuki K Poulose
1
-6
/
+11
2018-03-26
arm64: capabilities: Split the processing of errata work arounds
Suzuki K Poulose
1
-2
/
+4
2018-03-26
arm64: capabilities: Prepare for grouping features and errata work arounds
Suzuki K Poulose
1
-40
/
+18
2018-03-26
arm64: capabilities: Filter the entries based on a given mask
Suzuki K Poulose
1
-11
/
+22
2018-03-26
arm64: capabilities: Unify the verification
Suzuki K Poulose
1
-33
/
+58
2018-03-26
arm64: capabilities: Add flags to handle the conflicts on late CPU
Suzuki K Poulose
1
-17
/
+17
2018-03-26
arm64: capabilities: Prepare for fine grained capabilities
Suzuki K Poulose
1
-21
/
+21
2018-03-26
arm64: capabilities: Move errata processing code
Suzuki K Poulose
1
-3
/
+40
2018-03-26
arm64: capabilities: Move errata work around check on boot CPU
Suzuki K Poulose
1
-0
/
+6
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
1
-18
/
+24
2018-03-19
arm64: Expose Arm v8.4 features
Suzuki K Poulose
1
-0
/
+7
2018-03-19
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
Marc Zyngier
1
-19
/
+0
2018-03-09
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
Shanker Donthineni
1
-6
/
+30
2018-03-06
arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
Catalin Marinas
1
-7
/
+2
2018-03-05
arm64: cpufeature: Remove redundant "feature" in reports
Kees Cook
1
-1
/
+1
2018-03-05
arm64: cpufeature: Relocate PAN emulation report
Kees Cook
1
-3
/
+3
2018-02-19
arm64: cpufeature: Fix CTR_EL0 field definitions
Will Deacon
1
-2
/
+4
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+39
2018-02-07
arm64: Force KPTI to be disabled on Cavium ThunderX
Marc Zyngier
1
-3
/
+14
2018-02-07
arm64: kpti: Add ->enable callback to remap swapper using nG mappings
Will Deacon
1
-0
/
+25
2018-01-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-23
/
+123
2018-01-23
arm64: Turn on KPTI only on CPUs that need it
Jayachandran C
1
-0
/
+7
2018-01-16
arm64: kernel: Prepare for a DISR user
James Morse
1
-0
/
+9
2018-01-16
arm64: cpufeature: Detect CPU RAS Extentions
Xie XiuQi
1
-0
/
+13
2018-01-16
arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
James Morse
1
-2
/
+1
2018-01-16
arm64: Inform user if software PAN is in use
Stephen Boyd
1
-0
/
+3
2018-01-15
arm64: capabilities: Handle duplicate entries for a capability
Suzuki K Poulose
1
-21
/
+23
2018-01-13
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
1
-0
/
+17
2018-01-08
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
1
-0
/
+1
2018-01-08
arm64: cpufeature: Pass capability structure to ->enable callback
Will Deacon
1
-2
/
+2
2018-01-08
arm64: Take into account ID_AA64PFR0_EL1.CSV3
Will Deacon
1
-1
/
+7
2018-01-05
arm64: v8.4: Support for new floating point multiplication instructions
Dongjiu Geng
1
-0
/
+2
2017-12-14
arm64/sve: Report SVE to userspace via CPUID only if supported
Dave Martin
1
-1
/
+2
2017-12-11
arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
Will Deacon
1
-0
/
+41
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-63
/
+141
2017-11-03
arm64/sve: Detect SVE and activate runtime support
Dave Martin
1
-0
/
+17
2017-11-03
arm64/sve: Probe SVE capabilities and usable vector lengths
Dave Martin
1
-0
/
+52
2017-11-03
arm64: cpufeature: Move sys_caps_initialised declarations
Dave Martin
1
-15
/
+15
[next]