summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
21 hoursKVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas
21 hoursKVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal
21 hoursKVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim
21 hoursKVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson
21 hoursKVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim
6 daysKVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...Nikunj A Dadhania
7 daysKVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson
9 daysKVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception()Daniel Paziyski
12 daysKVM: TDX: Reject concurrent change to CPUID entry countBinbin Wu
12 daysKVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra
14 daysKVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabledSean Christopherson
14 daysKVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checksSean Christopherson
14 daysKVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIsSean Christopherson
14 daysKVM: x86: Nullify irqfd->producer if updating IRTE for bypass failsleixiang
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson
2026-06-24KVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson
2026-06-24KVM: x86: Unconditionally recompute CR8 intercept on PPR updateCarlos López
2026-06-24KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest modeSean Christopherson
2026-06-24KVM: x86: WARN (once) if RTC pending EOI tracking goes off the railsSean Christopherson
2026-06-24KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalidSean Christopherson
2026-06-24KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flowsSean Christopherson
2026-06-24KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEsSean Christopherson
2026-06-24KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translationSean Christopherson
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-16Merge tag 'x86_tdx_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-16KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson
2026-06-16KVM: x86: Fix shadow paging use-after-free due to unexpected rolePaolo Bonzini
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-12Merge branch 'kvm-single-pdptrs' into HEADPaolo Bonzini
2026-06-12KVM: x86/mmu: move pdptrs out of the MMUPaolo Bonzini
2026-06-12KVM: x86: check that kvm_handle_invpcid is only invoked with shadow pagingPaolo Bonzini
2026-06-12KVM: nSVM: invalidate cached PDPTRs across nested NPT transitionsPaolo Bonzini
2026-06-12KVM: nVMX: remove unnecessary code in prepare_vmcs02_rarePaolo Bonzini
2026-06-12KVM: x86: remove nested_mmu from mmu_is_nested()Paolo Bonzini
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-vmx-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-generic-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-08KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages on emulated wr...Sean Christopherson
2026-06-08KVM: x86/pmu: Use hardware value when reprogramming for FIXED_CTR_CTRL changesSean Christopherson
2026-06-08KVM: x86: hyper-v: Bound the bank index when querying sparse banksHyunwoo Kim
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross
2026-06-04KVM: x86: Use <linux/lockdep.h> for lockdep header inclusionKai Huang
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini
2026-06-03KVM: SEV: Remove sometimes-used function-scoped "ret" from #VMGEXIT handlerSean Christopherson