summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic/vgic-its.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton1-3/+3
2024-04-25KVM: arm64: vgic-its: Rip out the global translation cacheOliver Upton1-117/+4
2024-04-25KVM: arm64: vgic-its: Use the per-ITS translation cache for injectionOliver Upton1-46/+17
2024-04-25KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addrOliver Upton1-14/+21
2024-04-25KVM: arm64: vgic-its: Maintain a translation cache per ITSOliver Upton1-1/+36
2024-04-25KVM: arm64: vgic-its: Scope translation cache invalidations to an ITSOliver Upton1-12/+34
2024-04-25KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton1-48/+0
2024-04-25KVM: arm64: vgic-debug: Use an xarray mark for debug iteratorOliver Upton1-3/+1
2024-04-25KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()Oliver Upton1-9/+4
2024-04-25KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()Oliver Upton1-10/+6
2024-04-25KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()Oliver Upton1-17/+10
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-23/+40
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton1-2/+2
2024-03-07Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton1-19/+36
2024-02-24KVM: arm64: Fix typosBjorn Helgaas1-2/+2
2024-02-24KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton1-2/+2
2024-02-24KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton1-10/+8
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-6/+2
2024-02-24KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()Oliver Upton1-1/+8
2024-02-24KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton1-0/+16
2024-02-21KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handlerOliver Upton1-0/+2
2024-02-21KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()Oliver Upton1-0/+3
2024-02-01KVM: arm64: vgic-its: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-01-04KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cacheOliver Upton1-0/+5
2023-09-30KVM: arm64: vgic-its: Treat the collection target address as a vcpu_idMarc Zyngier1-22/+27
2023-05-19KVM: arm64: vgic: Wrap vgic_its_create() with config_lockJean-Philippe Brucker1-4/+10
2023-04-12KVM: arm64: vgic: Don't acquire its_lock before config_lockOliver Upton1-3/+12
2023-03-29KVM: arm64: Use config_lock to protect vgic stateOliver Upton1-6/+12
2023-01-29KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan1-8/+5
2022-11-10KVM: arm64: Enable ring-based dirty memory trackingGavin Shan1-0/+20
2022-10-15KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren1-1/+4
2022-09-26KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()Gavin Shan1-1/+1
2022-05-16Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/nextMarc Zyngier1-18/+78
2022-05-16KVM: arm64: vgic: Undo work in failed ITS restoresRicardo Koller1-2/+13
2022-05-16KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failuresRicardo Koller1-4/+23
2022-05-16KVM: arm64: vgic: Add more checks when restoring ITS tablesRicardo Koller1-0/+7
2022-05-16KVM: arm64: vgic: Check that new ITEs could be saved in guest memoryRicardo Koller1-12/+35
2022-05-04KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier1-21/+41
2022-05-04KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier1-1/+1
2022-04-06KVM: arm64: vgic: Remove unnecessary type castingsYu Zhe1-1/+1
2021-10-17Merge branch kvm-arm64/memory-accounting into kvmarm-master/nextMarc Zyngier1-7/+7
2021-10-17KVM: arm64: vgic: Add memcg accounting to vgic allocationsJia He1-7/+7
2021-10-11KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA sizeRicardo Koller1-2/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-4/+4
2021-03-24KVM: arm64: GICv4.1: Give a chance to save VLPI stateShenming Lu1-3/+3
2020-07-05KVM: arm64: Allow in-atomic injection of SPIsMarc Zyngier1-2/+1
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier1-0/+2783