index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
vgic
/
vgic-its.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: fix kdoc warnings in W=1 builds
Sebastian Ott
2024-08-02
1
-7
/
+11
*
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
Oliver Upton
2024-04-25
1
-3
/
+3
*
KVM: arm64: vgic-its: Rip out the global translation cache
Oliver Upton
2024-04-25
1
-117
/
+4
*
KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
Oliver Upton
2024-04-25
1
-46
/
+17
*
KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
Oliver Upton
2024-04-25
1
-14
/
+21
*
KVM: arm64: vgic-its: Maintain a translation cache per ITS
Oliver Upton
2024-04-25
1
-1
/
+36
*
KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
Oliver Upton
2024-04-25
1
-12
/
+34
*
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
Oliver Upton
2024-04-25
1
-48
/
+0
*
KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
Oliver Upton
2024-04-25
1
-3
/
+1
*
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
Oliver Upton
2024-04-25
1
-9
/
+4
*
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
Oliver Upton
2024-04-25
1
-10
/
+6
*
KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
Oliver Upton
2024-04-25
1
-17
/
+10
*
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2024-03-11
1
-23
/
+40
|
\
|
*
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
2024-03-07
1
-2
/
+2
|
|
\
|
|
*
KVM: arm64: vgic-its: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+2
|
*
|
Merge branch kvm-arm64/lpi-xarray into kvmarm/next
Oliver Upton
2024-03-07
1
-19
/
+36
|
|
\
\
|
|
*
|
KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
Oliver Upton
2024-02-23
1
-2
/
+2
|
|
*
|
KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
Oliver Upton
2024-02-23
1
-10
/
+8
|
|
*
|
KVM: arm64: vgic: Use atomics to count LPIs
Oliver Upton
2024-02-23
1
-2
/
+2
|
|
*
|
KVM: arm64: vgic: Get rid of the LPI linked-list
Oliver Upton
2024-02-23
1
-6
/
+2
|
|
*
|
KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
Oliver Upton
2024-02-23
1
-1
/
+8
|
|
*
|
KVM: arm64: vgic: Store LPIs in an xarray
Oliver Upton
2024-02-23
1
-0
/
+16
|
|
|
/
|
*
/
KVM: arm64: Fix typos
Bjorn Helgaas
2024-02-24
1
-2
/
+2
|
|
/
*
|
KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
Oliver Upton
2024-02-21
1
-0
/
+2
*
|
KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()
Oliver Upton
2024-02-21
1
-0
/
+3
|
/
*
KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
Oliver Upton
2024-01-04
1
-0
/
+5
*
KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id
Marc Zyngier
2023-09-30
1
-22
/
+27
*
KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
Jean-Philippe Brucker
2023-05-19
1
-4
/
+10
*
KVM: arm64: vgic: Don't acquire its_lock before config_lock
Oliver Upton
2023-04-12
1
-3
/
+12
*
KVM: arm64: Use config_lock to protect vgic state
Oliver Upton
2023-03-29
1
-6
/
+12
*
KVM: arm64: Add helper vgic_write_guest_lock()
Gavin Shan
2023-01-29
1
-8
/
+5
*
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022-11-10
1
-0
/
+20
*
KVM: arm64: vgic: Fix exit condition in scan_its_table()
Eric Ren
2022-10-15
1
-1
/
+4
*
KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()
Gavin Shan
2022-09-26
1
-1
/
+1
*
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-18
/
+78
|
\
|
*
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
2022-05-16
1
-2
/
+13
|
*
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
2022-05-16
1
-4
/
+23
|
*
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
2022-05-16
1
-0
/
+7
|
*
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
2022-05-16
1
-12
/
+35
*
|
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
2022-05-04
1
-21
/
+41
*
|
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
2022-05-04
1
-1
/
+1
|
/
*
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2022-04-06
1
-1
/
+1
*
Merge branch kvm-arm64/memory-accounting into kvmarm-master/next
Marc Zyngier
2021-10-17
1
-7
/
+7
|
\
|
*
KVM: arm64: vgic: Add memcg accounting to vgic allocations
Jia He
2021-10-17
1
-7
/
+7
*
|
KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size
Ricardo Koller
2021-10-11
1
-2
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
1
-3
/
+3
|
\
|
*
KVM: arm64: GICv4.1: Give a chance to save VLPI state
Shenming Lu
2021-03-24
1
-3
/
+3
*
|
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-09
1
-4
/
+4
|
/
*
KVM: arm64: Allow in-atomic injection of SPIs
Marc Zyngier
2020-07-05
1
-2
/
+1
*
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
2020-05-16
1
-0
/
+2783