index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
cpu_errata.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
arm64: Handle erratum 1418040 as a superset of erratum 1188873
Marc Zyngier
2019-05-23
1
-10
/
+14
*
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
2019-05-23
1
-0
/
+24
*
Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...
Will Deacon
2019-05-01
1
-2
/
+11
|
\
|
*
arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1
Marc Zyngier
2019-04-30
1
-2
/
+11
*
|
arm64/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2019-05-01
1
-1
/
+5
*
|
arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB
Will Deacon
2019-05-01
1
-4
/
+6
*
|
arm64: add sysfs vulnerability show for speculative store bypass
Jeremy Linton
2019-05-01
1
-0
/
+42
*
|
arm64: Always enable ssb vulnerability detection
Jeremy Linton
2019-04-26
1
-4
/
+5
*
|
arm64: add sysfs vulnerability show for spectre-v2
Jeremy Linton
2019-04-26
1
-1
/
+26
*
|
arm64: Always enable spectre-v2 vulnerability detection
Jeremy Linton
2019-04-26
1
-7
/
+8
*
|
arm64: Use firmware to detect CPUs that are not affected by Spectre-v2
Marc Zyngier
2019-04-26
1
-9
/
+23
*
|
arm64: Advertise mitigation of Spectre-v2, or lack thereof
Marc Zyngier
2019-04-26
1
-53
/
+56
*
|
arm64: Add sysfs vulnerability show for spectre-v1
Mian Yousaf Kaukab
2019-04-26
1
-0
/
+6
*
|
arm64: Provide a command line to disable spectre_v2 mitigation
Jeremy Linton
2019-04-26
1
-0
/
+13
|
/
*
arm64: kpti: Avoid rewriting early page tables when KASLR is enabled
Will Deacon
2019-01-10
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-12-26
1
-82
/
+67
|
\
|
*
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
Will Deacon
2018-12-13
1
-33
/
+1
|
*
Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core
Will Deacon
2018-12-10
1
-0
/
+8
|
|
\
|
|
*
arm64: KVM: Force VHE for systems affected by erratum 1165522
Marc Zyngier
2018-12-10
1
-0
/
+8
|
*
|
arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003
Suzuki K Poulose
2018-12-06
1
-9
/
+16
|
*
|
arm64: capabilities: Merge duplicate Cavium erratum entries
Suzuki K Poulose
2018-12-06
1
-26
/
+24
|
*
|
arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHE
Suzuki K Poulose
2018-12-06
1
-12
/
+16
|
*
|
arm64: Use a raw spinlock in __install_bp_hardening_cb()
James Morse
2018-11-27
1
-3
/
+3
|
|
/
*
/
arm64: Add workaround for Cortex-A76 erratum 1286807
Catalin Marinas
2018-11-29
1
-3
/
+17
|
/
*
arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP work
James Morse
2018-10-19
1
-0
/
+9
*
arm64: cpufeature: Trap CTR_EL0 access only where it is necessary
Suzuki K Poulose
2018-10-16
1
-1
/
+6
*
arm64: cpufeature: Fix handling of CTR_EL0.IDC field
Suzuki K Poulose
2018-10-16
1
-3
/
+24
*
arm64: arch_timer: Add workaround for ARM erratum 1188873
Marc Zyngier
2018-10-01
1
-0
/
+8
*
arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE
Will Deacon
2018-09-19
1
-13
/
+2
*
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
2018-09-14
1
-0
/
+6
*
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
2018-09-14
1
-2
/
+24
*
arm64: kill config_sctlr_el1()
Mark Rutland
2018-07-12
1
-2
/
+1
*
arm64: errata: Don't define type field twice for arm64_errata[] entries
Will Deacon
2018-07-06
1
-2
/
+0
*
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
Will Deacon
2018-07-05
1
-1
/
+1
*
arm64: Handle mismatched cache type
Suzuki K Poulose
2018-07-05
1
-3
/
+14
*
arm64: Fix mismatched cache line size detection
Suzuki K Poulose
2018-07-05
1
-2
/
+4
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-08
1
-0
/
+182
|
\
|
*
arm64: cpu_errata: include required headers
Arnd Bergmann
2018-06-05
1
-0
/
+2
|
*
arm64: ssbd: Restore mitigation status on CPU resume
Marc Zyngier
2018-05-31
1
-1
/
+1
|
*
arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
Marc Zyngier
2018-05-31
1
-0
/
+14
|
*
arm64: Add 'ssbd' command-line option
Marc Zyngier
2018-05-31
1
-16
/
+87
|
*
arm64: Add ARCH_WORKAROUND_2 probing
Marc Zyngier
2018-05-31
1
-0
/
+69
|
*
arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
Marc Zyngier
2018-05-31
1
-0
/
+2
|
*
arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
Marc Zyngier
2018-05-31
1
-0
/
+24
*
|
arm64: capabilities: Add NVIDIA Denver CPU to bp_harden list
David Gilhooley
2018-05-09
1
-0
/
+1
|
/
*
arm64: Move the content of bpi.S to hyp-entry.S
Marc Zyngier
2018-04-11
1
-2
/
+2
*
arm64: Get rid of __smccc_workaround_1_hvc_*
Marc Zyngier
2018-04-11
1
-6
/
+3
*
arm64: capabilities: Rework EL2 vector hardening entry
Marc Zyngier
2018-04-11
1
-9
/
+11
*
arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
Shanker Donthineni
2018-04-11
1
-47
/
+19
[next]