]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch kvm-arm64/nv-fp-elision into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Fri, 12 Jun 2026 08:03:57 +0000 (09:03 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 12 Jun 2026 08:03:57 +0000 (09:03 +0100)
commitd1f0ed520bf9cc55979b5a966e2c4829fe47d4fd
treecd2303ed204a0950a63c30ef2931c7df52dd6657
parenta1b504eda4496a96d184bafaf363a8b215661b7e
parent435c466196148ae116f616e6cda97c33281defc2
Merge branch kvm-arm64/nv-fp-elision into kvmarm-master/next

* kvm-arm64/nv-fp-elision:
  : .
  : Significantly reduce the overhead of the context switch between L1 and
  : L2 guests by eliding the save/restore of the FP/SIMD/SVE registers, as
  : this state is shared between the two guests, and therefore can be left
  : live.
  : .
  KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception
  KVM: arm64: nv: Track L2 to L1 exception emulation

Signed-off-by: Marc Zyngier <maz@kernel.org>