index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
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-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
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 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
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-vmx-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'kvm-x86-generic-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: 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-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: 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-28
KVM: nVMX: Use CLASS(kvm_vcpu_map_local_readonly) for MSR bitmap merging
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: VMX: add memory clobber to asm for VMX instructions
Paolo Bonzini
2026-07-27
KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PIC
Sean Christopherson
2026-07-24
KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
Yosry Ahmed
2026-07-21
KVM: nVMX: Hide shadow VMCS right after VMCLEAR
Hyunwoo Kim
2026-07-17
KVM/x86: Stop using 32-bit MSR interfaces
Juergen Gross
2026-07-15
KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state
Sean Christopherson
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: TDX: Reject concurrent change to CPUID entry count
Binbin Wu
2026-07-08
KVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpers
Hao Zhang
2026-07-08
KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
Sean Christopherson
2026-07-08
KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
Sean Christopherson
2026-07-08
KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source
Sean Christopherson
2026-07-08
KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU
Yosry Ahmed
2026-07-08
KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
Sean Christopherson
2026-07-08
KVM: nVMX: Always flush vpid02 on first use
Yosry Ahmed
2026-07-08
KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled
Sean Christopherson
2026-07-08
KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
Sean Christopherson
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: merge struct rsvd_bits_validate into struct kvm_page_format
Paolo Bonzini
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: pass struct kvm_pagewalk to kvm_mmu_invalidate_addr
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
[next]