]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Don't switch MMU on translation from non-NV context
authorMarc Zyngier <maz@kernel.org>
Mon, 25 Aug 2025 10:24:11 +0000 (11:24 +0100)
committerMarc Zyngier <maz@kernel.org>
Sat, 20 Sep 2025 10:05:13 +0000 (11:05 +0100)
commit61b0280a670bdbb3a209ae474625f387788af0a8
tree8822828e49c6018cdbb7d47767601af37b628f06
parentcb1762904c5000220a0facf9bcab68ba687ec417
KVM: arm64: Don't switch MMU on translation from non-NV context

If calling into the AT code from guest EL1, there is no need
to consider any context switch, as we are guaranteed to be
in the correct context.

Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/at.c