]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
authorMarc Zyngier <maz@kernel.org>
Thu, 20 Nov 2025 17:25:28 +0000 (17:25 +0000)
committerOliver Upton <oupton@kernel.org>
Mon, 24 Nov 2025 22:29:14 +0000 (14:29 -0800)
commit255de897e7fb918a34845167c572b5bf8e1d9d79
treef4bb14efbfce66b805ed784db69d30dce666ffd3
parent281c6c06e2a7bc331cbe02ad21f1390820d28d59
KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps

Add the plumbing of GICv2 interrupt deactivation via GICV_DIR.
This requires adding a new device so that we can easily decode
the DIR address.

The deactivation itself is very similar to the GICv3 version.

Tested-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Tested-by: Mark Brown <broonie@kernel.org>
Link: https://msgid.link/20251120172540.2267180-39-maz@kernel.org
Signed-off-by: Oliver Upton <oupton@kernel.org>
arch/arm64/kvm/vgic/vgic-mmio-v2.c
arch/arm64/kvm/vgic/vgic-mmio.h
arch/arm64/kvm/vgic/vgic-v2.c
arch/arm64/kvm/vgic/vgic.h
include/kvm/arm_vgic.h