summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic/vgic.c
AgeCommit message (Expand)Author
2026-06-12Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/nextMarc Zyngier
2026-05-22KVM: arm64: vgic: Rationalise per-CPU irq accessorMarc Zyngier
2026-05-22KVM: arm64: vgic: Constify struct irq_ops usageMarc Zyngier
2026-05-21KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injectionMarc Zyngier
2026-03-19KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINESascha Bischoff
2026-03-19KVM: arm64: Introduce set_direct_injection irq_opSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Check for pending PPIsSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Implement PPI interrupt injectionSascha Bischoff
2026-03-19KVM: arm64: gic: Introduce queue_irq_unlock to irq_opsSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Implement GICv5 load/put and save/restoreSascha Bischoff
2026-03-19KVM: arm64: gic: Introduce interrupt type helpersSascha Bischoff
2026-03-19KVM: arm64: vgic: Split out mapping IRQs and setting irq_opsSascha Bischoff
2026-03-07KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tailMarc Zyngier
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2025-11-24KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulationMarc Zyngier
2025-11-24KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIRMarc Zyngier
2025-11-24KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivationMarc Zyngier
2025-11-24KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 trapsMarc Zyngier
2025-11-24KVM: arm64: Move undeliverable interrupts to the end of ap_listMarc Zyngier
2025-11-24KVM: arm64: Invert ap_list sorting to push active interrupts outMarc Zyngier
2025-11-24KVM: arm64: Make vgic_target_oracle() globally availableMarc Zyngier
2025-11-24KVM: arm64: Revamp vgic maintenance interrupt configurationMarc Zyngier
2025-11-24KVM: arm64: Compute vgic state irrespective of the number of interruptsMarc Zyngier
2025-11-24KVM: arm64: Add LR overflow handling documentationMarc Zyngier
2025-11-08KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarrayOliver Upton
2025-09-10KVM: arm64: vgic: fix incorrect spinlock API usageAlok Tiwari
2025-09-10KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take LPI xarray lockOliver Upton
2025-09-10KVM: arm64: vgic-v3: Don't require IRQs be disabled for LPI xarray lockOliver Upton
2025-09-10KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocksOliver Upton
2025-09-10KVM: arm64: Spin off release helper from vgic_put_irq()Oliver Upton
2025-09-10KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIsOliver Upton
2025-07-26KVM: arm64: Disambiguate support for vSGIs v. vLPIsOliver Upton
2025-03-03KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier
2025-03-03KVM: arm64: nv: Handle L2->L1 transition on interrupt injectionMarc Zyngier
2025-03-03KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier
2024-11-20KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definitionMarc Zyngier
2024-11-20KVM: arm64: vgic: Make vgic_get_irq() more robustMarc Zyngier
2024-08-27KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHEMarc Zyngier
2024-08-19KVM: arm64: vgic: Don't hold config_lock while unregistering redistributorsMarc Zyngier
2024-08-02KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton
2024-04-25KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton
2024-02-23KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton
2024-02-23KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton
2024-02-23KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton
2024-02-23KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton
2024-02-23KVM: arm64: vgic: Use atomics to count LPIsOliver Upton