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-04-01
KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIs
Sascha Bischoff
-23
/
+5
2026-04-01
KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supported
Marc Zyngier
-1
/
+2
2026-04-01
KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()
Marc Zyngier
-2
/
+2
2026-04-01
KVM: arm64: vgic-v5: Correctly set dist->ready once initialised
Marc Zyngier
-7
/
+11
2026-04-01
KVM: arm64: vgic-v5: Make the effective priority mask a strict limit
Marc Zyngier
-1
/
+1
2026-04-01
KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behaviours
Marc Zyngier
-2
/
+3
2026-04-01
KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2
Marc Zyngier
-1
/
+4
2026-04-01
KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIs
Marc Zyngier
-0
/
+10
2026-04-01
KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize time
Marc Zyngier
-2
/
+9
2026-03-19
KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
Sascha Bischoff
-0
/
+41
2026-03-19
KVM: arm64: gic-v5: Probe for GICv5 device
Sascha Bischoff
-11
/
+37
2026-03-19
KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
Sascha Bischoff
-0
/
+74
2026-03-19
KVM: arm64: gic-v5: Enlighten arch timer for GICv5
Sascha Bischoff
-4
/
+12
2026-03-19
KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
Sascha Bischoff
-1
/
+21
2026-03-19
KVM: arm64: gic-v5: Create and initialise vgic_v5
Sascha Bischoff
-20
/
+62
2026-03-19
KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
Sascha Bischoff
-0
/
+4
2026-03-19
KVM: arm64: gic-v5: Implement direct injection of PPIs
Sascha Bischoff
-0
/
+16
2026-03-19
KVM: arm64: Introduce set_direct_injection irq_op
Sascha Bischoff
-0
/
+7
2026-03-19
KVM: arm64: gic-v5: Check for pending PPIs
Sascha Bischoff
-0
/
+117
2026-03-19
KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
Sascha Bischoff
-29
/
+67
2026-03-19
KVM: arm64: gic-v5: Implement PPI interrupt injection
Sascha Bischoff
-15
/
+188
2026-03-19
KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
Sascha Bischoff
-0
/
+3
2026-03-19
KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
Sascha Bischoff
-0
/
+35
2026-03-19
KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
Sascha Bischoff
-21
/
+174
2026-03-19
KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
Sascha Bischoff
-0
/
+5
2026-03-19
KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
Sascha Bischoff
-14
/
+35
2026-03-19
KVM: arm64: gic-v5: Detect implemented PPIs on boot
Sascha Bischoff
-0
/
+31
2026-03-19
KVM: arm64: gic-v5: Add Arm copyright header
Sascha Bischoff
-0
/
+3
2026-03-19
KVM: arm64: gic: Introduce interrupt type helpers
Sascha Bischoff
-13
/
+8
2026-03-19
KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
Sascha Bischoff
-6
/
+21
2026-03-19
KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()
Sascha Bischoff
-5
/
+14
2026-03-07
KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tail
Marc Zyngier
-8
/
+14
2026-03-05
KVM: arm64: Eagerly init vgic dist/redist on vgic creation
Marc Zyngier
-16
/
+16
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
[next]