Linux KVM/arm64 development list
 help / color / mirror / Atom feed
* [PATCH v2 0/5] KVM: arm64: Some VGIC-related fixes
@ 2025-05-23 19:47 Oliver Upton
  2025-05-23 19:47 ` [PATCH v2 1/5] KVM: arm64: Use lock guard in vgic_v4_set_forwarding() Oliver Upton
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Oliver Upton @ 2025-05-23 19:47 UTC (permalink / raw)
  To: kvmarm; +Cc: Marc Zyngier, Joey Gouly, Suzuki K Poulose, Zenghui Yu,
	Oliver Upton

v1 -> v2:
 - Added details to changelog about why its_lock gets removed later from
   vgic_v4_unset_forwarding() (Marc)
 - Fix email address for Sweet Tea's Tested-by tags (sorry about that!)

v1: https://lore.kernel.org/kvmarm/20250523160810.4049313-1-oliver.upton@linux.dev/

Oliver Upton (5):
  KVM: arm64: Use lock guard in vgic_v4_set_forwarding()
  KVM: arm64: Protect vLPI translation with vgic_irq::irq_lock
  KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding()
  KVM: arm64: Unmap vLPIs affected by changes to GSI routing information
  KVM: arm64: vgic-init: Plug vCPU vs. VGIC creation race

 arch/arm64/kvm/arm.c            | 26 +++++++++-
 arch/arm64/kvm/vgic/vgic-init.c | 27 +++++++++-
 arch/arm64/kvm/vgic/vgic-its.c  | 48 ++++++++---------
 arch/arm64/kvm/vgic/vgic-v4.c   | 92 ++++++++++++++++++---------------
 include/kvm/arm_vgic.h          |  3 +-
 5 files changed, 125 insertions(+), 71 deletions(-)


base-commit: 1b85d923ba8c9e6afaf19e26708411adde94fba8
-- 
2.39.5


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-30  9:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 19:47 [PATCH v2 0/5] KVM: arm64: Some VGIC-related fixes Oliver Upton
2025-05-23 19:47 ` [PATCH v2 1/5] KVM: arm64: Use lock guard in vgic_v4_set_forwarding() Oliver Upton
2025-05-23 19:47 ` [PATCH v2 2/5] KVM: arm64: Protect vLPI translation with vgic_irq::irq_lock Oliver Upton
2025-05-23 19:47 ` [PATCH v2 3/5] KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding() Oliver Upton
2025-05-23 19:47 ` [PATCH v2 4/5] KVM: arm64: Unmap vLPIs affected by changes to GSI routing information Oliver Upton
2025-05-23 19:47 ` [PATCH v2 5/5] KVM: arm64: vgic-init: Plug vCPU vs. VGIC creation race Oliver Upton
2025-05-28 10:28   ` Alexander Potapenko
2025-05-30  9:27 ` [PATCH v2 0/5] KVM: arm64: Some VGIC-related fixes Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox