aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpu_errata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara1-5/+18
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-23arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier1-10/+14
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon1-0/+24
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/coreWill Deacon1-2/+11
2019-05-01arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+5
2019-05-01arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon1-4/+6
2019-05-01arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton1-0/+42
2019-04-30arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier1-2/+11
2019-04-26arm64: Always enable ssb vulnerability detectionJeremy Linton1-4/+5
2019-04-26arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton1-1/+26
2019-04-26arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton1-7/+8
2019-04-26arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier1-9/+23
2019-04-26arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier1-53/+56
2019-04-26arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab1-0/+6
2019-04-26arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton1-0/+13
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon1-1/+1
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-82/+67
2018-12-13arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon1-33/+1
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon1-0/+8
2018-12-10arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier1-0/+8
2018-12-06arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose1-9/+16
2018-12-06arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose1-26/+24
2018-12-06arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose1-12/+16
2018-11-29arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas1-3/+17
2018-11-27arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse1-3/+3
2018-10-19arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP workJames Morse1-0/+9
2018-10-16arm64: cpufeature: Trap CTR_EL0 access only where it is necessarySuzuki K Poulose1-1/+6
2018-10-16arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose1-3/+24
2018-10-01arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier1-0/+8
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon1-13/+2
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon1-0/+6
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon1-2/+24
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-2/+1
2018-07-06arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon1-2/+0
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon1-1/+1
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose1-3/+14
2018-07-05arm64: Fix mismatched cache line size detectionSuzuki K Poulose1-2/+4
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+182
2018-06-05arm64: cpu_errata: include required headersArnd Bergmann1-0/+2
2018-05-31arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier1-1/+1
2018-05-31arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier1-0/+14
2018-05-31arm64: Add 'ssbd' command-line optionMarc Zyngier1-16/+87
2018-05-31arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier1-0/+69
2018-05-31arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier1-0/+2
2018-05-31arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier1-0/+24
2018-05-09arm64: capabilities: Add NVIDIA Denver CPU to bp_harden listDavid Gilhooley1-0/+1
2018-04-11arm64: Move the content of bpi.S to hyp-entry.SMarc Zyngier1-2/+2
2018-04-11arm64: Get rid of __smccc_workaround_1_hvc_*Marc Zyngier1-6/+3
2018-04-11arm64: capabilities: Rework EL2 vector hardening entryMarc Zyngier1-9/+11