Merge branch 'for-next/sve-state' into for-next/core
authorWill Deacon <will@kernel.org>
Tue, 6 Dec 2022 11:27:28 +0000 (11:27 +0000)
committerWill Deacon <will@kernel.org>
Tue, 6 Dec 2022 11:27:28 +0000 (11:27 +0000)
commit75bc81d08fda1b90dcc09dd068d144398ddd9a2d
tree57acc3748f81e7f97ccd2310d3fbc4c0d98b97b3
parent595a121e8901c4f1c0a876cbd6322a0f418791e1
parent1192b93ba3528feaf37dc4b5d8d6bdbb475791ad
Merge branch 'for-next/sve-state' into for-next/core

* for-next/sve-state:
  arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()
  arm64/sve: Leave SVE enabled on syscall if we don't context switch
  arm64/fpsimd: SME no longer requires SVE register state
  arm64/fpsimd: Load FP state based on recorded data type
  arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
  arm64/fpsimd: Have KVM explicitly say which FP registers to save
  arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
  KVM: arm64: Discard any SVE state when entering KVM guests
arch/arm64/include/asm/processor.h
arch/arm64/kernel/fpsimd.c