summaryrefslogtreecommitdiffstats
path: root/include/kvm
AgeCommit message (Expand)AuthorLines
2026-04-01KVM: arm64: Kill arch_timer_context::direct fieldMarc Zyngier-3/+0
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff-0/+3
2026-03-19KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5Sascha Bischoff-1/+4
2026-03-19KVM: arm64: gic-v5: Enlighten arch timer for GICv5Sascha Bischoff-1/+13
2026-03-19KVM: arm64: gic-v5: Create and initialise vgic_v5Sascha Bischoff-0/+1
2026-03-19KVM: arm64: Introduce set_direct_injection irq_opSascha Bischoff-0/+7
2026-03-19KVM: arm64: gic: Introduce queue_irq_unlock to irq_opsSascha Bischoff-0/+8
2026-03-19KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate maskSascha Bischoff-0/+24
2026-03-19KVM: arm64: gic-v5: Implement GICv5 load/put and save/restoreSascha Bischoff-0/+2
2026-03-19KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interfaceSascha Bischoff-0/+22
2026-03-19KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIESascha Bischoff-0/+1
2026-03-19KVM: arm64: gic-v5: Detect implemented PPIs on bootSascha Bischoff-0/+13
2026-03-19KVM: arm64: gic: Introduce interrupt type helpersSascha Bischoff-5/+97
2026-03-19KVM: arm64: vgic: Split out mapping IRQs and setting irq_opsSascha Bischoff-1/+4
2026-02-02KVM: arm64: Use standard seq_file iterator for vgic-debug debugfsFuad Tabba-3/+0
2026-02-02KVM: arm64: Reimplement vgic-debug XArray iterationFuad Tabba-1/+0
2025-11-24KVM: arm64: GICv2: Handle deactivation via GICV_DIR trapsMarc Zyngier-0/+1
2025-11-24KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivationMarc Zyngier-0/+3
2025-11-24KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 trapsMarc Zyngier-0/+1
2025-11-24KVM: arm64: Add tracking of vgic_irq being present in a LRMarc Zyngier-0/+1
2025-11-24KVM: arm64: Repack struct vgic_irq fieldsMarc Zyngier-10/+10
2025-11-24irqchip/gic: Expose CPU interface VA to KVMMarc Zyngier-0/+3
2025-10-13KVM: arm64: Kill leftovers of ad-hoc timer userspace accessMarc Zyngier-3/+0
2025-10-13KVM: arm64: Make timer_set_offset() generally accessibleMarc Zyngier-0/+10
2025-10-13KVM: arm64: Replace timer context vcpu pointer with timer_idMarc Zyngier-5/+6
2025-10-13KVM: arm64: Introduce timer_context_to_vcpu() helperMarc Zyngier-1/+1
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-1/+1
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier-0/+1
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier-0/+1
2025-09-15KVM: arm64: vgic-init: Remove vgic_ready() macroKeir Fraser-1/+0
2025-09-10KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocksOliver Upton-0/+3
2025-09-10KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIsOliver Upton-2/+2
2025-09-10KVM: arm64: vgic: Drop stale comment on IRQ active stateOliver Upton-1/+1
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-1/+8
2025-07-28Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/nextOliver Upton-0/+3
2025-07-26KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcapRaghavendra Rao Ananta-0/+3
2025-07-08KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff-1/+5
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson-1/+1
2025-05-30KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding()Oliver Upton-2/+1
2025-03-19Merge branch 'kvm-arm64/pmu-fixes' into kvmarm/nextOliver Upton-2/+3
2025-03-19Merge branch 'kvm-arm64/pmuv3-asahi' into kvmarm/nextOliver Upton-9/+3
2025-03-17KVM: arm64: PMU: Reload when resettingAkihiko Odaki-2/+0
2025-03-17KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regsAkihiko Odaki-0/+3
2025-03-11KVM: arm64: Drop kvm_arm_pmu_available static keyOliver Upton-8/+2
2025-03-11KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3Oliver Upton-1/+1
2025-03-03KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier-0/+4
2025-03-03KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier-0/+2
2025-03-03KVM: arm64: nv: Plumb handling of GICv3 EL2 accessesMarc Zyngier-0/+4
2025-01-17Merge branch kvm-arm64/pkvm-memshare-declutter into kvmarm-master/nextMarc Zyngier-4/+2
2025-01-02KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosityMarc Zyngier-0/+7