Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Wed, 1 Dec 2021 12:13:44 +0000 (12:13 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 Dec 2021 12:13:44 +0000 (12:13 +0000)
commit2d761dbf7ff48b7eca4486658c5995b9669bcbbc
tree59e673b826de1306d6bf6cc13527da1f7a3790a0
parente525523c198921161d3ba17dfab1bd3aef2ed3bc
parent31aa126de88e1e9f562f708a9b0ec5917ba97dce
Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next

* kvm-arm64/fpsimd-tracking:
  : .
  : Simplify the handling of both the FP/SIMD and SVE state by
  : removing the need for mapping the thread at EL2, and by
  : dropping the tracking of the host's SVE state which is
  : always invalid by construction.
  : .
  arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVM
  KVM: arm64: Stop mapping current thread_info at EL2
  KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
  KVM: arm64: Remove unused __sve_save_state
  KVM: arm64: Get rid of host SVE tracking/saving
  KVM: arm64: Reorder vcpu flag definitions

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/fpsimd.c