]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b79352b26003e65cb55c21ece25ceb4f1f92b91
tree59e673b826de1306d6bf6cc13527da1f7a3790a0
parent49f60032b8a94147e0f25037ae2af3249d953c22
parent6704683708bb5ba75f807859b3661f78e785e253
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