summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpu_errata.c
AgeCommit message (Expand)AuthorLines
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2022-05-12arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K-0/+2
2022-05-11arm64: Declare non global symbols as staticLinu Cherian-1/+1
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+18
2022-03-18arm64: errata: avoid duplicate field initializerArnd Bergmann-1/+0
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon-0/+7
2022-03-09arm64: Add cavium_erratum_23154_cpus missing sentinelMarc Zyngier-0/+1
2022-03-07irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IARLinu Cherian-3/+17
2022-02-24arm64: Mitigate spectre style branch history side channelsJames Morse-0/+7
2022-02-03KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse-0/+8
2022-01-28Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...Catalin Marinas-0/+27
2022-01-27arm64: errata: Add detection for TRBE trace data corruptionAnshuman Khandual-0/+9
2022-01-27arm64: errata: Add detection for TRBE invalid prohibited statesAnshuman Khandual-0/+9
2022-01-27arm64: errata: Add detection for TRBE ignored system register writesAnshuman Khandual-0/+9
2022-01-24arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 rangesAnshuman Khandual-0/+2
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose-0/+20
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose-0/+19
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose-0/+25
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley-0/+8
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland-2/+0
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier-13/+6
2020-11-16arm64: spectre: Consolidate spectre-v3a detectionWill Deacon-11/+2
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon-3/+3
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon-0/+2
2020-11-13arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX SilverKonrad Dybcio-0/+2
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring-0/+10
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-479/+8
2020-09-29arm64: Get rid of arm64_ssbd_stateMarc Zyngier-2/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier-14/+0
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon-213/+4
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon-1/+1
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon-233/+3
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon-6/+0
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon-1/+1
2020-09-29KVM: arm64: Simplify install_bp_hardening_cb()Will Deacon-20/+7
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon-2/+2
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon-17/+2
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsMarc Zyngier-0/+7
2020-09-21arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsMarc Zyngier-0/+8
2020-09-21arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabledMarc Zyngier-2/+5
2020-09-13arm64: Allow CPUs unffected by ARM erratum 1418040 to come in lateMarc Zyngier-2/+6
2020-08-21arm64: Allow booting of late CPUs affected by erratum 1418040Marc Zyngier-0/+2
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-2/+2
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier-2/+2
2020-07-28KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil-2/+2
2020-07-09arm64: Add missing sentinel to erratum_1463225Florian Fainelli-0/+1
2020-07-03arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718Sai Prakash Ranjan-0/+2
2020-07-03arm64: Add KRYO4XX gold CPU cores to erratum list 1463225 and 1418040Sai Prakash Ranjan-6/+13
2020-06-25arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistSai Prakash Ranjan-0/+2
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1