index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
cpu_errata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-01
arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
Doug Berger
1
-2
/
+11
2019-10-31
arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
Bjorn Andersson
1
-6
/
+14
2019-10-29
arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003
Bjorn Andersson
1
-0
/
+1
2019-10-28
Merge branch 'kvm-arm64/erratum-1319367' of git://git.kernel.org/pub/scm/linu...
Catalin Marinas
1
-3
/
+10
2019-10-28
Merge branch 'for-next/neoverse-n1-stale-instr' into for-next/core
Catalin Marinas
1
-1
/
+31
2019-10-25
arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419
James Morse
1
-1
/
+31
2019-10-21
arm/arm64: Make use of the SMCCC 1.1 wrapper
Steven Price
1
-52
/
+29
2019-10-18
arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
Marc Zyngier
1
-3
/
+10
2019-10-17
Merge branch 'errata/tx2-219' into for-next/fixes
Will Deacon
1
-0
/
+38
2019-10-14
arm64: errata: use arm_smccc_1_1_get_conduit()
Mark Rutland
1
-25
/
+12
2019-10-08
arm64: Avoid Cavium TX2 erratum 219 when switching TTBR
Marc Zyngier
1
-0
/
+5
2019-10-08
arm64: Enable workaround for Cavium TX2 erratum 219 when running SMT
Marc Zyngier
1
-0
/
+33
2019-10-01
arm64: errata: Update stale comment
Thierry Reding
1
-2
/
+2
2019-07-05
arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
Andre Przywara
1
-5
/
+18
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-05-23
arm64: Handle erratum 1418040 as a superset of erratum 1188873
Marc Zyngier
1
-10
/
+14
2019-05-23
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
1
-0
/
+24
2019-05-01
Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...
Will Deacon
1
-2
/
+11
2019-05-01
arm64/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-1
/
+5
2019-05-01
arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB
Will Deacon
1
-4
/
+6
2019-05-01
arm64: add sysfs vulnerability show for speculative store bypass
Jeremy Linton
1
-0
/
+42
2019-04-30
arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1
Marc Zyngier
1
-2
/
+11
2019-04-26
arm64: Always enable ssb vulnerability detection
Jeremy Linton
1
-4
/
+5
2019-04-26
arm64: add sysfs vulnerability show for spectre-v2
Jeremy Linton
1
-1
/
+26
2019-04-26
arm64: Always enable spectre-v2 vulnerability detection
Jeremy Linton
1
-7
/
+8
2019-04-26
arm64: Use firmware to detect CPUs that are not affected by Spectre-v2
Marc Zyngier
1
-9
/
+23
2019-04-26
arm64: Advertise mitigation of Spectre-v2, or lack thereof
Marc Zyngier
1
-53
/
+56
2019-04-26
arm64: Add sysfs vulnerability show for spectre-v1
Mian Yousaf Kaukab
1
-0
/
+6
2019-04-26
arm64: Provide a command line to disable spectre_v2 mitigation
Jeremy Linton
1
-0
/
+13
2019-01-10
arm64: kpti: Avoid rewriting early page tables when KASLR is enabled
Will Deacon
1
-1
/
+1
2018-12-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-82
/
+67
2018-12-13
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
Will Deacon
1
-33
/
+1
2018-12-10
Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core
Will Deacon
1
-0
/
+8
2018-12-10
arm64: KVM: Force VHE for systems affected by erratum 1165522
Marc Zyngier
1
-0
/
+8
2018-12-06
arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003
Suzuki K Poulose
1
-9
/
+16
2018-12-06
arm64: capabilities: Merge duplicate Cavium erratum entries
Suzuki K Poulose
1
-26
/
+24
2018-12-06
arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHE
Suzuki K Poulose
1
-12
/
+16
2018-11-29
arm64: Add workaround for Cortex-A76 erratum 1286807
Catalin Marinas
1
-3
/
+17
2018-11-27
arm64: Use a raw spinlock in __install_bp_hardening_cb()
James Morse
1
-3
/
+3
2018-10-19
arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP work
James Morse
1
-0
/
+9
2018-10-16
arm64: cpufeature: Trap CTR_EL0 access only where it is necessary
Suzuki K Poulose
1
-1
/
+6
2018-10-16
arm64: cpufeature: Fix handling of CTR_EL0.IDC field
Suzuki K Poulose
1
-3
/
+24
2018-10-01
arm64: arch_timer: Add workaround for ARM erratum 1188873
Marc Zyngier
1
-0
/
+8
2018-09-19
arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE
Will Deacon
1
-13
/
+2
2018-09-14
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
1
-0
/
+6
2018-09-14
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
1
-2
/
+24
2018-07-12
arm64: kill config_sctlr_el1()
Mark Rutland
1
-2
/
+1
2018-07-06
arm64: errata: Don't define type field twice for arm64_errata[] entries
Will Deacon
1
-2
/
+0
2018-07-05
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
Will Deacon
1
-1
/
+1
2018-07-05
arm64: Handle mismatched cache type
Suzuki K Poulose
1
-3
/
+14
[prev]
[next]