index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-194
/
+299
2026-08-18
Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+11
2026-08-18
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-64
/
+39
2026-08-18
Merge tag 'kvm-x86-svm-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-45
/
+107
2026-08-18
Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-75
/
+143
2026-08-18
Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
4
-23
/
+45
2026-08-18
Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-4
/
+12
2026-08-06
KVM: SVM: Serialize accesses to the owner and mirror list with separate lock
Paolo Bonzini
2
-9
/
+26
2026-08-06
KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
Paolo Bonzini
1
-6
/
+19
2026-07-31
KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
Sean Christopherson
3
-11
/
+7
2026-07-29
KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active
Sean Christopherson
1
-8
/
+0
2026-07-28
KVM: nSVM: Use CLASS(kvm_vcpu_map_local) for SMM VMCB mappings
Sean Christopherson
1
-24
/
+14
2026-07-28
KVM: nSVM: Add CLASS()es for automagically handling local kvm_vcpu_map() usage
Sean Christopherson
2
-16
/
+10
2026-07-27
KVM: guest_memfd: Explicitly pass number of pages to make_private() hook
Sean Christopherson
2
-17
/
+12
2026-07-27
KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT
Sean Christopherson
3
-3
/
+3
2026-07-27
KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()
Sean Christopherson
3
-3
/
+3
2026-07-27
KVM: guest_memfd: Pass the number of pages instead of the end pfn into .invalidate()
Sean Christopherson
2
-5
/
+5
2026-07-24
KVM: SVM: Always intercept ICEBP to workaround AMD ICEBP+TASK_SWITCH flaws
David Woodhouse
1
-0
/
+18
2026-07-24
KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts
Sean Christopherson
1
-2
/
+21
2026-07-22
KVM: SEV: Drop FOLL_WRITE for encrypted region registration
Pankaj Gupta
1
-1
/
+5
2026-07-22
KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setup
Yosry Ahmed
1
-4
/
+0
2026-07-16
KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug
Nikunj A Dadhania
1
-1
/
+6
2026-07-10
KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
Sean Christopherson
2
-3
/
+2
2026-07-10
KVM: x86: Reject nested CAP enablement if nested virtualization is disabled
Sean Christopherson
1
-0
/
+1
2026-07-10
KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid
Sean Christopherson
1
-11
/
+11
2026-07-10
KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
Sean Christopherson
3
-11
/
+73
2026-07-10
KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2
-14
/
+4
2026-07-10
KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
Sean Christopherson
1
-3
/
+9
2026-07-10
KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
Sean Christopherson
1
-21
/
+31
2026-07-10
KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
Sean Christopherson
2
-6
/
+11
2026-07-10
KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
Atish Patra
1
-2
/
+4
2026-07-10
KVM: SVM: Remove redundant ret = 0 in svm_set_nested_state
Qiang Ma
1
-1
/
+0
2026-07-08
KVM: SVM: Remove VM from the GA Log notifier list before VM destruction
Sean Christopherson
3
-7
/
+15
2026-07-08
KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phase
Sean Christopherson
3
-38
/
+51
2026-07-08
KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specific
Sean Christopherson
3
-11
/
+12
2026-07-08
KVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATE
Joerg Roedel
1
-6
/
+5
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
1
-11
/
+11
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-4
/
+5
2026-06-25
KVM: x86/mmu: unify root_gva_walk and ngva_walk
Paolo Bonzini
1
-2
/
+0
2026-06-25
KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmu
Paolo Bonzini
1
-6
/
+5
2026-06-25
KVM: x86/mmu: change nested_mmu.w to ngva_walk
Paolo Bonzini
1
-1
/
+1
2026-06-25
KVM: x86/mmu: change walk_mmu to struct kvm_pagewalk
Paolo Bonzini
1
-2
/
+2
2026-06-25
KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalk
Paolo Bonzini
1
-1
/
+1
2026-06-25
KVM: x86/mmu: move get_pdptr to struct kvm_pagewalk
Paolo Bonzini
1
-1
/
+1
2026-06-25
KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalk
Paolo Bonzini
1
-2
/
+2
2026-06-25
KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalk
Paolo Bonzini
1
-1
/
+3
2026-06-24
KVM: x86: Don't treat interrupts as allowed just because a nested run is pending
Sean Christopherson
1
-3
/
+3
2026-06-24
KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
Sean Christopherson
1
-0
/
+1
2026-06-24
x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC
Sean Christopherson
1
-3
/
+3
[next]