summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic
AgeCommit message (Expand)Author
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-06-12Merge branch kvm-arm64/misc-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/nextMarc Zyngier
2026-06-12KVM: arm64: vgic-its: Make ABI commit helpers return voidJackie Liu
2026-06-05KVM: arm64: vgic-its: Drop the translation cache reference only for the erase...Hyunwoo Kim
2026-05-23KVM: arm64: vgic-v5: Atomically assign bits to PPI DVI bitmapSascha Bischoff
2026-05-22KVM: arm64: vgic-v5: Limit support to 64 PPIsMarc Zyngier
2026-05-22KVM: arm64: vgic: Rationalise per-CPU irq accessorMarc Zyngier
2026-05-22KVM: arm64: vgic-v5: Drop defensive checks from vgic_v5_ppi_queue_irq_unlock()Marc Zyngier
2026-05-22KVM: arm64: vgic: Consolidate vgic_allocate_private_irqs_locked()Marc Zyngier
2026-05-22KVM: arm64: vgic: Constify struct irq_ops usageMarc Zyngier
2026-05-22KVM: arm64: vgic-v5: Drop pointless ARM64_HAS_GICV5_CPUIF checkMarc Zyngier
2026-05-22KVM: arm64: vgic-v5: Remove use of __assign_bit() with a constantMarc Zyngier
2026-05-22KVM: arm64: vgic-v5: Move PPI caps into kvm_vgic_global_stateMarc Zyngier
2026-05-22KVM: arm64: vgic-v5: Add for_each_visible_v5_ppi() iteratorMarc Zyngier
2026-05-21KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injectionMarc Zyngier
2026-05-21KVM: arm64: vgic-v2: Force vgic init on injection outside the run loopMarc Zyngier
2026-05-20KVM: arm64: vgic-its: Reject restored DTE with out-of-range num_eventid_bitsMichael Bommarito
2026-04-24KVM: arm64: vgic: Fix IIDR revision field extracted from wrong valueDavid Woodhouse
2026-04-01KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIsSascha Bischoff
2026-04-01KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supportedMarc Zyngier
2026-04-01KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()Marc Zyngier
2026-04-01KVM: arm64: vgic-v5: Correctly set dist->ready once initialisedMarc Zyngier
2026-04-01KVM: arm64: vgic-v5: Make the effective priority mask a strict limitMarc Zyngier
2026-04-01KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behavioursMarc Zyngier
2026-04-01KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2Marc Zyngier
2026-04-01KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIsMarc Zyngier
2026-04-01KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize timeMarc Zyngier
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff
2026-03-19KVM: arm64: gic-v5: Probe for GICv5 deviceSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register themSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Enlighten arch timer for GICv5Sascha Bischoff
2026-03-19KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpuSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Create and initialise vgic_v5Sascha Bischoff
2026-03-19KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINESascha Bischoff
2026-03-19KVM: arm64: gic-v5: Implement direct injection of PPIsSascha 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: Init Private IRQs (PPIs) for GICv5Sascha 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: Finalize GICv5 PPIs and generate maskSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Implement GICv5 load/put and save/restoreSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accessesSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIESascha Bischoff
2026-03-19KVM: arm64: gic-v5: Detect implemented PPIs on bootSascha Bischoff
2026-03-19KVM: arm64: gic-v5: Add Arm copyright headerSascha 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-19KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()Sascha Bischoff