summaryrefslogtreecommitdiff
path: root/include/kvm/arm_vgic.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+1
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier1-0/+1
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier1-0/+1
2025-09-15KVM: arm64: vgic-init: Remove vgic_ready() macroKeir Fraser1-1/+0
2025-09-10KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocksOliver Upton1-0/+3
2025-09-10KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIsOliver Upton1-2/+2
2025-09-10KVM: arm64: vgic: Drop stale comment on IRQ active stateOliver Upton1-1/+1
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-1/+8
2025-07-28Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/nextOliver Upton1-0/+3
2025-07-26KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcapRaghavendra Rao Ananta1-0/+3
2025-07-09KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff1-1/+5
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson1-1/+1
2025-05-30KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding()Oliver Upton1-2/+1
2025-03-04KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier1-0/+4
2025-03-04KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier1-0/+2
2025-03-04KVM: arm64: nv: Plumb handling of GICv3 EL2 accessesMarc Zyngier1-0/+4
2024-11-21KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definitionMarc Zyngier1-1/+0
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier1-1/+1
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier1-1/+0
2024-05-03KVM: arm64: vgic: Allocate private interrupts on demandMarc Zyngier1-1/+1
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier1-1/+0
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton1-3/+0
2024-04-25KVM: arm64: vgic-its: Rip out the global translation cacheOliver Upton1-3/+0
2024-04-25KVM: arm64: vgic-its: Maintain a translation cache per ITSOliver Upton1-0/+6
2024-04-25KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton1-1/+0
2024-04-25KVM: arm64: vgic-debug: Use an xarray mark for debug iteratorOliver Upton1-0/+2
2024-02-24KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton1-0/+1
2024-02-24KVM: arm64: vgic: Use atomics to count LPIsOliver Upton1-2/+2
2024-02-24KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton1-2/+0
2024-02-24KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton1-0/+2
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier1-2/+2
2023-07-14KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier1-1/+1
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier1-0/+1
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-1/+1
2023-01-29KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan1-1/+1
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier1-0/+4
2022-11-10KVM: arm64: Enable ring-based dirty memory trackingGavin Shan1-0/+1
2022-07-17KVM: arm64: vgic: Consolidate userspace access for base address settingMarc Zyngier1-1/+0
2022-07-17KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier1-0/+1
2022-05-04KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier1-0/+3
2022-05-04KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier1-0/+1
2022-05-04KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier1-2/+2
2022-01-04KVM: arm64: vgic: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-06-01KVM: arm64: vgic: Implement SW-driven deactivationMarc Zyngier1-0/+10
2021-06-01KVM: arm64: vgic: move irq->get_input_level into an ops structureMarc Zyngier1-11/+17
2021-06-01KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivationMarc Zyngier1-0/+3
2021-04-06KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspaceEric Auger1-0/+1
2020-11-30KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bitShenming Lu1-0/+1
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall1-1/+4
2020-03-24KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier1-0/+3