index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
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
2024-08-02
KVM: arm64: fix kdoc warnings in W=1 builds
Sebastian Ott
2024-04-25
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Rip out the global translation cache
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Maintain a translation cache per ITS
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
Oliver Upton
2024-04-25
KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
Oliver Upton
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
Oliver Upton
2024-03-11
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2024-03-07
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
2024-03-07
Merge branch kvm-arm64/lpi-xarray into kvmarm/next
Oliver Upton
2024-02-24
KVM: arm64: Fix typos
Bjorn Helgaas
2024-02-23
KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
Oliver Upton
2024-02-23
KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
Oliver Upton
2024-02-23
KVM: arm64: vgic: Use atomics to count LPIs
Oliver Upton
2024-02-23
KVM: arm64: vgic: Get rid of the LPI linked-list
Oliver Upton
2024-02-23
KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
Oliver Upton
2024-02-23
KVM: arm64: vgic: Store LPIs in an xarray
Oliver Upton
2024-02-21
KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
Oliver Upton
2024-02-21
KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()
Oliver Upton
2024-02-01
KVM: arm64: vgic-its: fix kernel-doc warnings
Randy Dunlap
2024-01-04
KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
Oliver Upton
2023-09-30
KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id
Marc Zyngier
2023-05-19
KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
Jean-Philippe Brucker
2023-04-12
KVM: arm64: vgic: Don't acquire its_lock before config_lock
Oliver Upton
2023-03-29
KVM: arm64: Use config_lock to protect vgic state
Oliver Upton
2023-01-29
KVM: arm64: Add helper vgic_write_guest_lock()
Gavin Shan
2022-11-10
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022-10-15
KVM: arm64: vgic: Fix exit condition in scan_its_table()
Eric Ren
2022-09-26
KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()
Gavin Shan
2022-05-16
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
2022-05-16
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
2022-05-16
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
2022-05-16
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
2022-05-04
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
2022-05-04
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
2022-04-06
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2021-10-17
Merge branch kvm-arm64/memory-accounting into kvmarm-master/next
Marc Zyngier
2021-10-17
KVM: arm64: vgic: Add memcg accounting to vgic allocations
Jia He
2021-10-11
KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size
Ricardo Koller
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-03-24
KVM: arm64: GICv4.1: Give a chance to save VLPI state
Shenming Lu
2020-07-05
KVM: arm64: Allow in-atomic injection of SPIs
Marc Zyngier
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier