linux/arch/arm64
Will Deacon ea8f8c99a2 arm64: spectre-v2: Favour CPU-specific mitigation at EL2
Spectre-v2 can be mitigated on Falkor CPUs either by calling into
firmware or by issuing a magic, CPU-specific sequence of branches.
Although the latter is faster, the size of the code sequence means that
it cannot be used in the EL2 vectors, and so there is a need for both
mitigations to co-exist in order to achieve optimal performance.

Change the mitigation selection logic for Spectre-v2 so that the
CPU-specific mitigation is used only when the firmware mitigation is
also available, rather than when a firmware mitigation is unavailable.

Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
2020-10-20 16:01:57 +01:00
..
boot arm64: dts: k3-am65: Update the RM resource types 2020-08-16 22:01:20 +01:00
configs ARM: SoC driver updates for v5.9 2020-08-03 19:30:59 -07:00
crypto crypto: arm64/gcm - use inline helper to suppress indirect calls 2020-07-09 22:14:32 +10:00
include arm64: mm: use single quantity to represent the PA to VA translation 2020-10-15 11:14:57 +01:00
kernel arm64: spectre-v2: Favour CPU-specific mitigation at EL2 2020-10-20 16:01:57 +01:00
kvm Merge branch 'for-next/mte' into for-next/core 2020-10-02 12:16:11 +01:00
lib arm64: mte: Enable swap of tagged pages 2020-09-04 12:46:07 +01:00
mm arm64: mm: use single quantity to represent the PA to VA translation 2020-10-15 11:14:57 +01:00
net bpf, arm64: Add BPF exception tables 2020-07-31 00:43:40 +02:00
xen arm64: xen: Use modern annotations for assembly functions 2020-01-09 16:09:42 +00:00
Kbuild
Kconfig arm64: mremap speedup - Enable HAVE_MOVE_PMD 2020-10-15 11:27:28 +01:00
Kconfig.debug arm64: remove TEXT_OFFSET randomization 2020-06-15 13:10:59 +01:00
Kconfig.platforms ARM: new SoC support for v5.9 2020-08-03 19:38:30 -07:00
Makefile arm64: link with -z norelro regardless of CONFIG_RELOCATABLE 2020-10-20 12:35:37 +01:00