]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Thu, 5 Feb 2026 09:17:58 +0000 (09:17 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 5 Feb 2026 09:17:58 +0000 (09:17 +0000)
commit6316366129d2885fae07c2774f4b7ae0a45fb55d
tree86f2aeb0a8c1ee8627c4a0965e58d1ef1de792e0
parent1df3f01ebfb9e7d00fd10711fe9e98b25e01e59a
parent0c4762e26879acc101790269382f230f22fd6905
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next

* kvm-arm64/misc-6.20:
  : .
  : Misc KVM/arm64 changes for 6.20
  :
  : - Trivial FPSIMD cleanups
  :
  : - Calculate hyp VA size only once, avoiding potential mapping issues when
  :   VA bits is smaller than expected
  :
  : - Silence sparse warning for the HYP stack base
  :
  : - Fix error checking when handling FFA_VERSION
  :
  : - Add missing trap configuration for DBGWCR15_EL1
  :
  : - Don't try to deal with nested S2 when NV isn't enabled for a guest
  :
  : - Various spelling fixes
  : .
  KVM: arm64: nv: Avoid NV stage-2 code when NV is not supported
  KVM: arm64: Fix various comments
  KVM: arm64: nv: Add trap config for DBGWCR<15>_EL1
  KVM: arm64: Fix error checking for FFA_VERSION
  KVM: arm64: Fix missing <asm/stackpage/nvhe.h> include
  KVM: arm64: Calculate hyp VA size only once
  KVM: arm64: Remove ISB after writing FPEXC32_EL2
  KVM: arm64: Shuffle KVM_HOST_DATA_FLAG_* indices
  KVM: arm64: Fix comment in fpsimd_lazy_switch_to_host()

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/emulate-nested.c
arch/arm64/kvm/hyp/include/hyp/switch.h
arch/arm64/kvm/mmu.c
arch/arm64/kvm/nested.c
arch/arm64/kvm/vgic/vgic-v3-nested.c