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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translation
Keisuke Nishimura
1
-1
/
+11
2024-11-21
KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizes
Marc Zyngier
2
-42
/
+50
2024-11-21
KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definition
Marc Zyngier
1
-2
/
+2
2024-11-21
KVM: arm64: vgic: Make vgic_get_irq() more robust
Marc Zyngier
11
-57
/
+71
2024-11-21
KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
Marc Zyngier
1
-1
/
+6
2024-11-11
KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
Kunkun Jiang
1
-1
/
+5
2024-11-11
KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
Kunkun Jiang
1
-2
/
+4
2024-11-11
KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
Jing Zhang
2
-12
/
+31
2024-10-17
KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration
Oliver Upton
1
-2
/
+11
2024-10-17
KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS
Oliver Upton
1
-1
/
+6
2024-10-11
KVM: arm64: Don't eagerly teardown the vgic on init error
Marc Zyngier
1
-3
/
+3
2024-10-08
KVM: arm64: Unregister redistributor for failed vCPU creation
Oliver Upton
1
-1
/
+21
2024-08-27
KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
Marc Zyngier
1
-3
/
+1
2024-08-27
KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHE
Marc Zyngier
1
-4
/
+10
2024-08-27
KVM: arm64: Force SRE traps when SRE access is not enabled
Marc Zyngier
1
-1
/
+4
2024-08-27
KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
Marc Zyngier
2
-0
/
+11
2024-08-22
KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
Marc Zyngier
1
-0
/
+7
2024-08-19
KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
Marc Zyngier
2
-3
/
+11
2024-08-19
KVM: arm64: vgic-debug: Don't put unmarked LPIs
Zenghui Yu
1
-1
/
+1
2024-08-08
KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface
Marc Zyngier
1
-2
/
+1
2024-08-07
KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI
Zenghui Yu
1
-2
/
+3
2024-08-02
KVM: arm64: vgic: fix unexpected unlock sparse warnings
Sebastian Ott
2
-2
/
+2
2024-08-02
KVM: arm64: fix kdoc warnings in W=1 builds
Sebastian Ott
3
-11
/
+16
2024-06-06
KVM: arm64: Disassociate vcpus from redistributor region on teardown
Marc Zyngier
3
-4
/
+15
2024-05-12
Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
8
-348
/
+235
2024-05-08
Merge branch kvm-arm64/misc-6.10 into kvmarm-master/next
Marc Zyngier
1
-19
/
+63
2024-05-03
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
4
-42
/
+3
2024-05-03
KVM: arm64: vgic: Allocate private interrupts on demand
Marc Zyngier
1
-19
/
+63
2024-05-01
KVM: arm64: Simplify vgic-v3 hypercalls
Marc Zyngier
4
-42
/
+3
2024-04-25
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
Oliver Upton
3
-7
/
+5
2024-04-25
KVM: arm64: vgic-its: Rip out the global translation cache
Oliver Upton
3
-126
/
+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
3
-14
/
+36
2024-04-25
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
Oliver Upton
3
-50
/
+0
2024-04-25
KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
Oliver Upton
3
-25
/
+62
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-04-24
KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
Oliver Upton
1
-4
/
+4
2024-03-11
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
6
-72
/
+83
2024-03-07
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
3
-4
/
+6
2024-03-07
Merge branch kvm-arm64/lpi-xarray into kvmarm/next
Oliver Upton
6
-65
/
+74
2024-02-24
KVM: arm64: Fix typos
Bjorn Helgaas
2
-3
/
+3
2024-02-24
KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
Oliver Upton
3
-22
/
+11
2024-02-24
KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
Oliver Upton
2
-11
/
+10
2024-02-24
KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
Oliver Upton
2
-8
/
+15
2024-02-24
KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
Oliver Upton
1
-1
/
+1
2024-02-24
KVM: arm64: vgic: Use atomics to count LPIs
Oliver Upton
3
-4
/
+4
[next]