Merge branch kvm-arm64/mops into kvmarm/next
authorOliver Upton <oliver.upton@linux.dev>
Mon, 30 Oct 2023 20:21:19 +0000 (20:21 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Mon, 30 Oct 2023 20:21:19 +0000 (20:21 +0000)
commit53ce49ea75602b51a1feb3844d535ced42b2d8c2
treee454a1245943f9d7927a786cb343f946ab03525a
parenta87a36436cb0cc6e576731f6a4409841e46d3ed1
parente0bb80c62cfd0c289c841d35e412e633299530e3
Merge branch kvm-arm64/mops into kvmarm/next

* kvm-arm64/mops:
  : KVM support for MOPS, courtesy of Kristina Martsenko
  :
  : MOPS adds new instructions for accelerating memcpy(), memset(), and
  : memmove() operations in hardware. This series brings virtualization
  : support for KVM guests, and allows VMs to run on asymmetrict systems
  : that may have different MOPS implementations.
  KVM: arm64: Expose MOPS instructions to guests
  KVM: arm64: Add handler for MOPS exceptions

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/hyp/vhe/switch.c
arch/arm64/kvm/sys_regs.c