index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
vgic
/
vgic-its.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-02
KVM: arm64: fix kdoc warnings in W=1 builds
Sebastian Ott
1
-7
/
+11
2024-04-25
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
Oliver Upton
1
-3
/
+3
2024-04-25
KVM: arm64: vgic-its: Rip out the global translation cache
Oliver Upton
1
-117
/
+4
2024-04-25
KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
Oliver Upton
1
-46
/
+17
2024-04-25
KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
Oliver Upton
1
-14
/
+21
2024-04-25
KVM: arm64: vgic-its: Maintain a translation cache per ITS
Oliver Upton
1
-1
/
+36
2024-04-25
KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
Oliver Upton
1
-12
/
+34
2024-04-25
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
Oliver Upton
1
-48
/
+0
2024-04-25
KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
Oliver Upton
1
-3
/
+1
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
Oliver Upton
1
-9
/
+4
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
Oliver Upton
1
-10
/
+6
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
Oliver Upton
1
-17
/
+10
2024-03-11
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
1
-23
/
+40
2024-03-07
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
1
-2
/
+2
2024-03-07
Merge branch kvm-arm64/lpi-xarray into kvmarm/next
Oliver Upton
1
-19
/
+36
2024-02-24
KVM: arm64: Fix typos
Bjorn Helgaas
1
-2
/
+2
2024-02-24
KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
Oliver Upton
1
-2
/
+2
2024-02-24
KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
Oliver Upton
1
-10
/
+8
2024-02-24
KVM: arm64: vgic: Use atomics to count LPIs
Oliver Upton
1
-2
/
+2
2024-02-24
KVM: arm64: vgic: Get rid of the LPI linked-list
Oliver Upton
1
-6
/
+2
2024-02-24
KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
Oliver Upton
1
-1
/
+8
2024-02-24
KVM: arm64: vgic: Store LPIs in an xarray
Oliver Upton
1
-0
/
+16
2024-02-21
KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
Oliver Upton
1
-0
/
+2
2024-02-21
KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()
Oliver Upton
1
-0
/
+3
2024-02-01
KVM: arm64: vgic-its: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2024-01-04
KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
Oliver Upton
1
-0
/
+5
2023-09-30
KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id
Marc Zyngier
1
-22
/
+27
2023-05-19
KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
Jean-Philippe Brucker
1
-4
/
+10
2023-04-12
KVM: arm64: vgic: Don't acquire its_lock before config_lock
Oliver Upton
1
-3
/
+12
2023-03-29
KVM: arm64: Use config_lock to protect vgic state
Oliver Upton
1
-6
/
+12
2023-01-29
KVM: arm64: Add helper vgic_write_guest_lock()
Gavin Shan
1
-8
/
+5
2022-11-10
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
1
-0
/
+20
2022-10-15
KVM: arm64: vgic: Fix exit condition in scan_its_table()
Eric Ren
1
-1
/
+4
2022-09-26
KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()
Gavin Shan
1
-1
/
+1
2022-05-16
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
1
-18
/
+78
2022-05-16
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
1
-2
/
+13
2022-05-16
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
1
-4
/
+23
2022-05-16
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
1
-0
/
+7
2022-05-16
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
1
-12
/
+35
2022-05-04
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
1
-21
/
+41
2022-05-04
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
1
-1
/
+1
2022-04-06
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2021-10-17
Merge branch kvm-arm64/memory-accounting into kvmarm-master/next
Marc Zyngier
1
-7
/
+7
2021-10-17
KVM: arm64: vgic: Add memcg accounting to vgic allocations
Jia He
1
-7
/
+7
2021-10-11
KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size
Ricardo Koller
1
-2
/
+2
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-4
/
+4
2021-03-24
KVM: arm64: GICv4.1: Give a chance to save VLPI state
Shenming Lu
1
-3
/
+3
2020-07-05
KVM: arm64: Allow in-atomic injection of SPIs
Marc Zyngier
1
-2
/
+1
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
1
-0
/
+2783