summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2026-03-19KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson
2026-03-19KVM: SVM: Add a helper to look up the max physical ID for AVICNaveen N Rao
2026-03-19KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_idsNaveen N Rao
2026-03-19KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson
2026-03-19KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson
2026-03-12KVM: x86: Add x2APIC "features" to control EOI broadcast suppressionKhushit Shah
2026-03-12KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson
2026-03-04KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()Vasiliy Kovalev
2026-03-04KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed
2026-03-04KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson
2026-03-04KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...Sean Christopherson
2026-02-11KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()Sean Christopherson
2026-01-23x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson
2026-01-02KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}Sean Christopherson
2026-01-02KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson
2026-01-02KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson
2026-01-02KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang
2026-01-02KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson
2026-01-02KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson
2026-01-02KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed
2026-01-02KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson
2026-01-02KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed
2026-01-02KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2026-01-02KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
2026-01-02KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson
2026-01-02KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky
2025-12-12KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval
2025-11-18KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed
2025-11-09KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed
2025-11-09KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed
2025-11-09KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed
2025-11-06KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar
2025-11-04KVM: SVM: switch to raw spinlock for svm->ir_list_lockMaxim Levitsky
2025-11-04KVM: SVM: Make avic_ga_log_notifier() local to avic.cSean Christopherson
2025-11-04KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exitSean Christopherson
2025-11-04KVM: SVM: Initialize per-CPU svm_data at the end of hardware setupSean Christopherson
2025-11-04KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVESChao Gao
2025-11-04KVM: x86: Harden KVM against imbalanced load/put of guest FPU stateSean Christopherson
2025-11-04KVM: x86: Unload "FPU" state on INIT if and only if its currently in-useSean Christopherson
2025-10-20KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALLSean Christopherson
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-10KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson
2025-10-10KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUsDapeng Mi
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-10-04Merge tag 'x86_tdx_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson
2025-09-30entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM properSean Christopherson