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