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
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9 days
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
11 days
Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
11 days
Merge tag 'x86_tdx_for_7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11 days
Merge tag 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11 days
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'kvm-x86-svm-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'kvm-x86-vmx-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'kvm-x86-mmu-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'kvm-x86-clocks-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'kvm-x86-generic-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11 days
Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
11 days
Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2026-08-07
KVM: x86: Remove runtime Xen TSC frequency CPUID update
David Woodhouse
2026-08-07
KVM: x86/xen: Prevent runstate times from becoming negative
David Woodhouse
2026-08-07
KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow page
Sean Christopherson
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-08-05
KVM: x86/pmu: Clean up vPMU comments and stray blank lines
Like Xu
2026-08-04
KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
David Woodhouse
2026-07-31
KVM: VMX: Fix stale PID-pointer table entry left after vCPU free
Dmytro Maluka
2026-07-31
KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
Sean Christopherson
2026-07-31
KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
Sean Christopherson
2026-07-31
KVM: x86: Extract VMX's unhandleable emulation check to common x86
Sean Christopherson
2026-07-31
KVM: VMX: Cap VMX preemption timer to work around Intel erratum
Jim Mattson
2026-07-31
KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=y
Sean Christopherson
2026-07-30
KVM: VMX: use higher-level allocator API
Brendan Jackman
2026-07-29
KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active
Sean Christopherson
2026-07-29
KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMU
Sean Christopherson
2026-07-29
KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMU
Sean Christopherson
2026-07-28
KVM: nVMX: Use CLASS(kvm_vcpu_map_local_readonly) for MSR bitmap merging
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-28
KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-Exit
Sean Christopherson
2026-07-28
KVM: x86/mmu: Check all address spaces before skipping unsync
Jinu Kim
2026-07-28
KVM: x86/mmu: Check write tracking in all address spaces
Jinu Kim
2026-07-28
KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
Weiming Shi
2026-07-28
KVM: VMX: add memory clobber to asm for VMX instructions
Paolo Bonzini
2026-07-27
KVM: x86: Don't WARN if IRQ disappears when Xen emulation is enabled.
Sean Christopherson
2026-07-27
KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PIC
Sean Christopherson
2026-07-27
KVM: x86: Replace delivery mode TODO with WARN_ON_ONCE
Tim Wiederhake
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: Rename invalidate() arch hook to reclaim() and isolate it
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: nVMX: Service local TLB flushes on failed nested VM-Enter
Yosry Ahmed
2026-07-24
KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts
Sean Christopherson
[next]