index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
vgic
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-16
/
+16
2026-02-19
KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
Kees Cook
-1
/
+1
2026-02-05
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
Marc Zyngier
-1
/
+1
2026-02-05
Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/next
Marc Zyngier
-76
/
+32
2026-02-05
Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/next
Marc Zyngier
-34
/
+30
2026-02-02
KVM: arm64: Use standard seq_file iterator for vgic-debug debugfs
Fuad Tabba
-28
/
+12
2026-02-02
KVM: arm64: Reimplement vgic-debug XArray iteration
Fuad Tabba
-48
/
+20
2026-01-30
KVM: arm64: gic: Set vgic_model before initing private IRQs
Sascha Bischoff
-4
/
+4
2026-01-30
KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
Sascha Bischoff
-30
/
+26
2026-01-30
KVM: arm64: Fix various comments
Zenghui Yu (Huawei)
-1
/
+1
2026-01-27
KVM: arm64: gic: Enable GICv3 CPUIF trapping on GICv5 hosts if required
Sascha Bischoff
-10
/
+18
2025-12-02
Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
-342
/
+859
2025-11-24
KVM: arm64: GICv2: Always trap GICV_DIR register
Marc Zyngier
-1
/
+1
2025-11-24
KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
Marc Zyngier
-0
/
+111
2025-11-24
KVM: arm64: GICv2: Handle LR overflow when EOImode==0
Marc Zyngier
-0
/
+27
2025-11-24
KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.En
Marc Zyngier
-2
/
+4
2025-11-24
KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
Marc Zyngier
-10
/
+9
2025-11-24
KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulation
Marc Zyngier
-32
/
+44
2025-11-24
KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
Marc Zyngier
-6
/
+13
2025-11-24
KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
Marc Zyngier
-8
/
+39
2025-11-24
KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
Marc Zyngier
-0
/
+7
2025-11-24
KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
Marc Zyngier
-1
/
+19
2025-11-24
KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
Marc Zyngier
-0
/
+97
2025-11-24
KVM: arm64: GICv3: Handle LR overflow when EOImode==0
Marc Zyngier
-0
/
+46
2025-11-24
KVM: arm64: Use MI to detect groups being enabled/disabled
Marc Zyngier
-0
/
+10
2025-11-24
KVM: arm64: Move undeliverable interrupts to the end of ap_list
Marc Zyngier
-1
/
+22
2025-11-24
KVM: arm64: Invert ap_list sorting to push active interrupts out
Marc Zyngier
-15
/
+12
2025-11-24
KVM: arm64: Make vgic_target_oracle() globally available
Marc Zyngier
-1
/
+2
2025-11-24
KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
Marc Zyngier
-14
/
+8
2025-11-24
KVM: arm64: Revamp vgic maintenance interrupt configuration
Marc Zyngier
-65
/
+73
2025-11-24
KVM: arm64: Eagerly save VMCR on exit
Marc Zyngier
-3
/
+3
2025-11-24
KVM: arm64: Compute vgic state irrespective of the number of interrupts
Marc Zyngier
-33
/
+2
2025-11-24
KVM: arm64: GICv2: Extract LR computing primitive
Marc Zyngier
-22
/
+39
2025-11-24
KVM: arm64: GICv2: Extract LR folding primitive
Marc Zyngier
-35
/
+32
2025-11-24
KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
Marc Zyngier
-14
/
+14
2025-11-24
KVM: arm64: GICv2: Preserve EOIcount on exit
Marc Zyngier
-0
/
+6
2025-11-24
KVM: arm64: GICv3: Extract LR computing primitive
Marc Zyngier
-17
/
+32
2025-11-24
KVM: arm64: GICv3: Extract LR folding primitive
Marc Zyngier
-45
/
+43
2025-11-24
KVM: arm64: GICv3: Drop LPI active state when folding LRs
Marc Zyngier
-1
/
+3
2025-11-24
KVM: arm64: Add LR overflow handling documentation
Marc Zyngier
-1
/
+80
2025-11-24
KVM: arm64: Add tracking of vgic_irq being present in a LR
Marc Zyngier
-0
/
+12
2025-11-24
KVM: arm64: Repack struct vgic_irq fields
Marc Zyngier
-1
/
+4
2025-11-24
KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
Marc Zyngier
-0
/
+3
2025-11-24
KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
Marc Zyngier
-42
/
+69
2025-11-24
irqchip/gic: Expose CPU interface VA to KVM
Marc Zyngier
-0
/
+1
2025-11-08
KVM: arm64: vgic-v3: Release reserved slot outside of lpi_xa's lock
Oliver Upton
-8
/
+5
2025-11-08
KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarray
Oliver Upton
-16
/
+32
2025-11-08
KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configured
Marc Zyngier
-2
/
+12
2025-10-30
KVM: arm64: vgic-v3: Trap all if no in-kernel irqchip
Sascha Bischoff
-1
/
+2
[next]