linux_dsm_epyc7002/arch/arm/kvm
Marc Zyngier 33b5c38852 arm: KVM: Allow unaligned accesses at HYP
We currently have the HSCTLR.A bit set, trapping unaligned accesses
at HYP, but we're not really prepared to deal with it.

Since the rest of the kernel is pretty happy about that, let's follow
its example and set HSCTLR.A to zero. Modern CPUs don't really care.

Cc: stable@vger.kernel.org
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
2017-06-06 22:20:02 +02:00
..
hyp KVM: arm: plug potential guest hardware debug leakage 2017-05-15 14:29:19 +02:00
coproc_a7.c
coproc_a15.c
coproc.c KVM: arm: rename pm_fake handler to trap_raz_wi 2017-05-15 14:29:27 +02:00
coproc.h
emulate.c
guest.c
handle_exit.c KVM: arm: plug potential guest hardware debug leakage 2017-05-15 14:29:19 +02:00
init.S arm: KVM: Allow unaligned accesses at HYP 2017-06-06 22:20:02 +02:00
interrupts.S
irq.h
Kconfig
Makefile
reset.c
trace.h
vgic-v3-coproc.c