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
Age
Commit message (
Expand
)
Author
Lines
14 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-69
/
+75
2026-02-28
Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-67
/
+75
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
-1
/
+0
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
-1
/
+0
2026-02-25
arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI
Mark Rutland
-11
/
+11
2026-02-25
KVM: arm64: Deduplicate ASID retrieval code
Marc Zyngier
-54
/
+33
2026-02-23
KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMs
Fuad Tabba
-3
/
+0
2026-02-22
KVM: arm64: Fix protected mode handling of pages larger than 4kB
Marc Zyngier
-7
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-28
/
+29
2026-02-19
KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
Kees Cook
-1
/
+1
2026-02-13
KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
Kees Cook
-1
/
+1
2026-02-13
KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()
Fuad Tabba
-1
/
+1
2026-02-13
KVM: arm64: Fix ID register initialization for non-protected pKVM guests
Fuad Tabba
-2
/
+33
2026-02-13
KVM: arm64: Hide S1POE from guests when not supported by the host
Fuad Tabba
-0
/
+3
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+1
2026-02-05
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
Marc Zyngier
-39
/
+54
2026-02-05
Merge branch kvm-arm64/resx into kvmarm-master/next
Marc Zyngier
-282
/
+374
2026-02-05
Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/next
Marc Zyngier
-118
/
+40
2026-02-05
Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/next
Marc Zyngier
-78
/
+55
2026-02-05
Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/next
Marc Zyngier
-10
/
+18
2026-02-05
Merge branch kvm-arm64/fwb-for-all into kvmarm-master/next
Marc Zyngier
-13
/
+17
2026-02-05
Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/next
Marc Zyngier
-6
/
+74
2026-02-05
KVM: arm64: Add debugfs file dumping computed RESx values
Marc Zyngier
-0
/
+68
2026-02-05
KVM: arm64: Add sanitisation to SCTLR_EL2
Marc Zyngier
-0
/
+86
2026-02-05
KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
Marc Zyngier
-1
/
+0
2026-02-05
KVM: arm64: Remove all traces of FEAT_TME
Marc Zyngier
-12
/
+0
2026-02-05
KVM: arm64: Simplify handling of full register invalid constraint
Marc Zyngier
-6
/
+9
2026-02-05
KVM: arm64: Get rid of FIXED_VALUE altogether
Marc Zyngier
-24
/
+5
2026-02-05
KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
Marc Zyngier
-11
/
+1
2026-02-05
KVM: arm64: Move RESx into individual register descriptors
Marc Zyngier
-11
/
+37
2026-02-05
KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flags
Marc Zyngier
-3
/
+9
2026-02-05
KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
Marc Zyngier
-24
/
+14
2026-02-05
KVM: arm64: Simplify FIXED_VALUE handling
Marc Zyngier
-44
/
+22
2026-02-05
KVM: arm64: Convert HCR_EL2.RW to AS_RES1
Marc Zyngier
-14
/
+1
2026-02-05
KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
Marc Zyngier
-12
/
+14
2026-02-05
KVM: arm64: Allow RES1 bits to be inferred from configuration
Marc Zyngier
-2
/
+7
2026-02-05
KVM: arm64: Inherit RESx bits from FGT register descriptors
Marc Zyngier
-11
/
+5
2026-02-05
KVM: arm64: Extend unified RESx handling to runtime sanitisation
Marc Zyngier
-18
/
+5
2026-02-05
KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
Marc Zyngier
-133
/
+144
2026-02-05
KVM: arm64: Introduce standalone FGU computing primitive
Marc Zyngier
-32
/
+25
2026-02-05
KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
Marc Zyngier
-2
/
+0
2026-02-02
KVM: arm64: nv: Avoid NV stage-2 code when NV is not supported
Fuad Tabba
-0
/
+12
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-02-02
KVM: arm64: Use standard seq_file iterator for idregs debugfs
Fuad Tabba
-42
/
+8
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
-74
/
+51
2026-01-30
KVM: arm64: Fix various comments
Zenghui Yu (Huawei)
-2
/
+2
2026-01-30
KVM: arm64: nv: Add trap config for DBGWCR<15>_EL1
Zenghui Yu (Huawei)
-0
/
+1
[next]