summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-08-09KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is activeSean Christopherson1-8/+0
2026-08-09KVM: VMX: add memory clobber to asm for VMX instructionsPaolo Bonzini1-4/+4
2026-08-03KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...Nikunj A Dadhania1-1/+6
2026-08-03KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal1-0/+2
2026-08-03KVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim1-2/+9
2026-08-03KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas1-1/+1
2026-08-03KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson2-8/+11
2026-07-24KVM: TDX: Account all non-transient page allocations for per-TD structuresSean Christopherson1-6/+6
2026-07-24KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson1-0/+2
2026-07-24KVM: x86: Nullify irqfd->producer if updating IRTE for bypass failsleixiang1-1/+3
2026-07-24KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIsSean Christopherson1-2/+6
2026-07-24KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra1-2/+4
2026-07-18KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exitsSean Christopherson3-3/+6
2026-07-18KVM: VMX: Handle bad values on proxied writes to LBR MSRsXuanqing Shi1-2/+4
2026-07-18KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBsSean Christopherson1-17/+18
2026-07-18KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are acceleratedSean Christopherson1-36/+4
2026-07-18KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supportsSean Christopherson1-2/+11
2026-07-18KVM: x86: Add dedicated API for getting mask of accelerated x2APIC MSRsSean Christopherson3-5/+21
2026-07-18KVM: x86: Unconditionally recompute CR8 intercept on PPR updateCarlos López2-4/+3
2026-07-18KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest modeSean Christopherson1-2/+1
2026-07-18KVM: x86: Move update_cr8_intercept() to lapic.cSean Christopherson3-31/+30
2026-07-04KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT pathAshutosh Desai1-0/+1
2026-07-04KVM: x86: hyper-v: Bound the bank index when querying sparse banksHyunwoo Kim1-0/+5
2026-07-04KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson1-6/+12
2026-07-04KVM: x86: Fix shadow paging use-after-free due to unexpected rolePaolo Bonzini1-4/+6
2026-06-19KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson1-13/+14
2026-06-19KVM: VMX: Update SVI during runtime APICv activationDongli Zhang2-9/+7
2026-06-09KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson1-5/+6
2026-06-09KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson1-6/+6
2026-06-09KVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson1-2/+15
2026-06-09KVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson1-9/+10
2026-06-09KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson1-0/+3
2026-06-09KVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson1-1/+1
2026-06-09KVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson1-0/+8
2026-06-09KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth1-0/+4
2026-06-09KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson1-6/+29
2026-06-01KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)Tina Zhang1-5/+7
2026-05-23KVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma1-1/+1
2026-05-14KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is emptyPaolo Bonzini1-3/+5
2026-05-14KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini1-1/+1
2026-05-14KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-05-14KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson1-21/+14
2026-05-07KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson2-11/+0
2026-05-07KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng4-12/+30
2026-05-07KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
2026-05-07KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLEYosry Ahmed1-4/+5
2026-05-07KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed2-0/+7
2026-05-07KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1