summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpu_errata.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger2019-11-011-2/+11
* | | arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for KryoBjorn Andersson2019-10-311-6/+14
* | | arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003Bjorn Andersson2019-10-291-0/+1
|/ /
* | Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-171-0/+38
|\ \ | |/ |/|
| * arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2019-10-081-0/+5
| * arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier2019-10-081-0/+33
* | arm64: errata: Update stale commentThierry Reding2019-10-011-2/+2
|/
* arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-051-5/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier2019-05-231-10/+14
* arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-231-0/+24
* Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon2019-05-011-2/+11
|\
| * arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier2019-04-301-2/+11
* | arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-011-1/+5
* | arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon2019-05-011-4/+6
* | arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton2019-05-011-0/+42
* | arm64: Always enable ssb vulnerability detectionJeremy Linton2019-04-261-4/+5
* | arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton2019-04-261-1/+26
* | arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton2019-04-261-7/+8
* | arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier2019-04-261-9/+23
* | arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier2019-04-261-53/+56
* | arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab2019-04-261-0/+6
* | arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton2019-04-261-0/+13
|/
* arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon2019-01-101-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-251-82/+67
|\
| * arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2018-12-131-33/+1
| * Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2018-12-101-0/+8
| |\
| | * arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier2018-12-101-0/+8
| * | arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose2018-12-061-9/+16
| * | arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose2018-12-061-26/+24
| * | arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose2018-12-061-12/+16
| * | arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse2018-11-271-3/+3
| |/
* / arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas2018-11-291-3/+17
|/
* arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP workJames Morse2018-10-191-0/+9
* arm64: cpufeature: Trap CTR_EL0 access only where it is necessarySuzuki K Poulose2018-10-161-1/+6
* arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose2018-10-161-3/+24
* arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2018-10-011-0/+8
* arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon2018-09-191-13/+2
* arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon2018-09-141-0/+6
* arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon2018-09-141-2/+24
* arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-2/+1
* arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon2018-07-061-2/+0
* arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-051-1/+1
* arm64: Handle mismatched cache typeSuzuki K Poulose2018-07-051-3/+14
* arm64: Fix mismatched cache line size detectionSuzuki K Poulose2018-07-051-2/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-0/+182
|\
| * arm64: cpu_errata: include required headersArnd Bergmann2018-06-051-0/+2
| * arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier2018-05-311-1/+1
| * arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2018-05-311-0/+14
| * arm64: Add 'ssbd' command-line optionMarc Zyngier2018-05-311-16/+87