summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/vgic (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: vgic: Hold config_lock while tearing down a CPU interfaceMarc Zyngier2024-08-081-2/+1
* KVM: arm64: vgic-debug: Exit the iterator properly w/o LPIZenghui Yu2024-08-071-2/+3
* KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott2024-08-022-2/+2
* KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott2024-08-023-11/+16
* KVM: arm64: Disassociate vcpus from redistributor region on teardownMarc Zyngier2024-06-063-4/+15
* Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-05-128-348/+235
|\
| * Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier2024-05-081-19/+63
| |\
| | * KVM: arm64: vgic: Allocate private interrupts on demandMarc Zyngier2024-05-031-19/+63
| * | Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier2024-05-034-42/+3
| |\ \
| | * | KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier2024-05-014-42/+3
| | |/
| * | KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton2024-04-253-7/+5
| * | KVM: arm64: vgic-its: Rip out the global translation cacheOliver Upton2024-04-253-126/+4
| * | KVM: arm64: vgic-its: Use the per-ITS translation cache for injectionOliver Upton2024-04-251-46/+17
| * | KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addrOliver Upton2024-04-251-14/+21
| * | KVM: arm64: vgic-its: Maintain a translation cache per ITSOliver Upton2024-04-251-1/+36
| * | KVM: arm64: vgic-its: Scope translation cache invalidations to an ITSOliver Upton2024-04-253-14/+36
| * | KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton2024-04-253-50/+0
| * | KVM: arm64: vgic-debug: Use an xarray mark for debug iteratorOliver Upton2024-04-253-25/+62
| * | KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()Oliver Upton2024-04-251-9/+4
| * | KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()Oliver Upton2024-04-251-10/+6
| * | KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()Oliver Upton2024-04-251-17/+10
| |/
* / KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()Oliver Upton2024-04-241-4/+4
|/
* Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-116-72/+83
|\
| * Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton2024-03-073-4/+6
| |\
| | * KVM: arm64: vgic: fix a kernel-doc warningRandy Dunlap2024-02-011-1/+1
| | * KVM: arm64: vgic-its: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+2
| | * KVM: arm64: vgic-init: fix a kernel-doc warningRandy Dunlap2024-02-011-1/+3
| * | Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton2024-03-076-65/+74
| |\ \
| | * | KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton2024-02-233-22/+11
| | * | KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton2024-02-232-11/+10
| | * | KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton2024-02-232-8/+15
| | * | KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton2024-02-231-1/+1
| | * | KVM: arm64: vgic: Use atomics to count LPIsOliver Upton2024-02-233-4/+4
| | * | KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton2024-02-233-8/+2
| | * | KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()Oliver Upton2024-02-231-1/+8
| | * | KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIsOliver Upton2024-02-231-1/+2
| | * | KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()Oliver Upton2024-02-231-14/+5
| | * | KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton2024-02-233-1/+22
| | |/
| * / KVM: arm64: Fix typosBjorn Helgaas2024-02-242-3/+3
| |/
* | KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handlerOliver Upton2024-02-211-0/+2
* | KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()Oliver Upton2024-02-211-0/+3
|/
* Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2024-01-083-81/+53
|\
| * KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cacheOliver Upton2024-01-041-0/+5
| * KVM: arm64: vgic-v3: Reinterpret user ISPENDR writes as I{C,S}PENDROliver Upton2023-12-221-30/+5
| * KVM: arm64: vgic: Use common accessor for writes to ICPENDROliver Upton2023-12-221-29/+22
| * KVM: arm64: vgic: Use common accessor for writes to ISPENDROliver Upton2023-12-221-29/+21
| * KVM: arm64: vgic-v4: Restore pending state on host userspace writeMarc Zyngier2023-12-221-10/+17
* | Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-12-233-19/+33
|\ \
| * | KVM: arm64: vgic: Ensure that slots_lock is held in vgic_register_all_redist_...Marc Zyngier2023-12-121-0/+2
| * | KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier2023-12-123-2/+6