summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic/vgic.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-27KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHEMarc Zyngier1-4/+10
2024-08-19KVM: arm64: vgic: Don't hold config_lock while unregistering redistributorsMarc Zyngier1-0/+5
2024-08-02KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott1-1/+1
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier1-11/+0
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier1-11/+0
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton1-3/+2
2024-04-25KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton1-1/+0
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton1-1/+1
2024-02-24KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton1-19/+9
2024-02-24KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton1-1/+2
2024-02-24KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton1-5/+4
2024-02-24KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton1-1/+1
2024-02-24KVM: arm64: vgic: Use atomics to count LPIsOliver Upton1-1/+1
2024-02-24KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton1-1/+0
2024-02-24KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()Oliver Upton1-14/+5
2024-02-24KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton1-1/+3
2024-02-01KVM: arm64: vgic: fix a kernel-doc warningRandy Dunlap1-1/+1
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier1-7/+5
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier1-0/+15
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier1-0/+15
2023-03-29KVM: arm64: Use config_lock to protect vgic stateOliver Upton1-5/+7
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall1-1/+1
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier1-1/+1
2021-08-20KVM: arm64: vgic: Resample HW pending state on deactivationMarc Zyngier1-0/+38
2021-08-19KVM: arm64: vgic: Drop WARN from vgic_get_irqRicardo Koller1-1/+0
2021-06-01KVM: arm64: vgic: move irq->get_input_level into an ops structureMarc Zyngier1-7/+7
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2020-11-30KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bitShenming Lu1-0/+3
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall1-8/+17
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier1-0/+1011