summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
5 daysKVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson1-1/+13
5 daysKVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson1-2/+2
5 daysKVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson1-4/+7
5 daysKVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson1-2/+8
5 daysKVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPUSean Christopherson1-0/+3
2026-04-02KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson1-6/+8
2026-03-25KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson1-4/+18
2026-03-25KVM: nVMX: Add consistency checks for CR0.WP and CR4.CETChao Gao1-0/+6
2026-03-25KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PATYan Zhao4-13/+46
2026-03-25KVM: x86: Introduce supported_quirks to block disabling quirksYan Zhao2-4/+7
2026-03-25KVM: x86: Allow vendor code to disable quirksPaolo Bonzini3-0/+4
2026-03-25KVM: x86: do not allow re-enabling quirksPaolo Bonzini1-1/+1
2026-03-25KVM: x86: Quirk initialization of feature MSRs to KVM's max configurationSean Christopherson3-7/+14
2026-03-25KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()Sean Christopherson1-2/+2
2026-03-25KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
2026-03-25KVM: SVM: Add a helper to look up the max physical ID for AVICNaveen N Rao1-6/+20
2026-03-25KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_idsNaveen N Rao1-2/+5
2026-03-25KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
2026-03-13KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson1-2/+1
2026-03-04KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()Vasiliy Kovalev1-0/+2
2026-03-04KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed1-2/+3
2026-03-04KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson1-2/+1
2026-03-04KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...Sean Christopherson1-20/+20
2026-01-23x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson1-0/+9
2026-01-08KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson2-3/+6
2026-01-08KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson1-2/+2
2026-01-08KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang1-1/+2
2026-01-08KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-08KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed1-9/+9
2026-01-08KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-08KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed1-5/+19
2026-01-08KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang1-5/+23
2026-01-08KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang1-1/+1
2026-01-08KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson1-1/+1
2026-01-08KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky1-10/+15
2025-12-12KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval2-11/+34
2025-12-07KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed2-0/+7
2025-12-07KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed2-50/+17
2025-12-07KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed1-10/+19
2025-12-07KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()Yosry Ahmed1-11/+21
2025-11-24KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar1-1/+1
2025-11-24KVM: VMX: Split out guts of EPT violation to common/exposed functionSean Christopherson2-22/+37
2025-11-24KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed1-0/+4
2025-11-02perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASKDapeng Mi1-1/+1
2025-10-19KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspaceBorislav Petkov (AMD)1-1/+1
2025-10-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson3-0/+8
2025-10-15KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't validSean Christopherson1-2/+10
2025-10-12KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson3-14/+13
2025-09-25KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson2-6/+67
2025-09-25x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov1-0/+6