aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson2-13/+2
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson1-27/+7
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson1-67/+6
2026-03-04x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS failsSean Christopherson1-3/+4
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson1-54/+4
2026-03-04KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"Sean Christopherson7-20/+21
2026-03-04KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.hSean Christopherson1-11/+0
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson2-0/+23
2026-03-03KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRSXiaoyao Li1-2/+2
2026-03-03x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*Xiaoyao Li1-2/+2
2026-03-03KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*Xiaoyao Li2-8/+2
2026-03-03KVM: x86: Drop redundant call to kvm_deliver_exception_payload()Yosry Ahmed1-6/+4
2026-03-03KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the featureSean Christopherson1-6/+2
2026-03-03KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subsetSean Christopherson1-12/+10
2026-03-03KVM: SVM: Extract OS-visible workarounds setup to helper functionSean Christopherson1-41/+49
2026-03-03KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as presentSean Christopherson1-2/+12
2026-03-03KVM: SVM: Serialize updates to global OS-Visible Workarounds variablesSean Christopherson1-3/+7
2026-03-03KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepageSean Christopherson1-1/+1
2026-03-02KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameterGal Pressman1-0/+5
2026-03-02KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman1-1/+12
2026-03-02KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exitSean Christopherson3-43/+37
2026-03-02KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...Sean Christopherson1-4/+8
2026-03-02KVM: x86: Rename .read_write_emulate() to .read_write_guest()Sean Christopherson1-10/+28
2026-03-02KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson1-13/+7
2026-03-02KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()Sean Christopherson1-15/+14
2026-03-02KVM: x86: Consolidate SEV-ES MMIO emulation into a single public APISean Christopherson3-38/+17
2026-03-02KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()Sean Christopherson1-39/+19
2026-03-02KVM: x86: Harden SEV-ES MMIO against on-stack use-after-freeSean Christopherson1-4/+6
2026-03-02KVM: x86: Move MMIO write tracing into vcpu_mmio_write()Sean Christopherson1-8/+5
2026-03-02KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()Sean Christopherson1-20/+13
2026-03-02KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()Sean Christopherson1-6/+5
2026-03-02KVM: x86: Trace unsatisfied MMIO reads on a per-page basisSean Christopherson1-1/+8
2026-03-02KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()Sean Christopherson2-17/+29
2026-03-02KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson1-1/+13
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson2-4/+5
2026-03-02KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed1-0/+1
2026-03-02KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2Yosry Ahmed1-0/+10
2026-03-02KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed1-0/+3
2026-03-02KVM: x86: Check for injected exceptions before queuing a debug exceptionYosry Ahmed1-1/+1
2026-03-02KVM: SVM: Optimize IRQ window inhibit handlingSean Christopherson1-1/+25
2026-03-02KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson3-11/+45
2026-03-02KVM: SVM: Fix clearing IRQ window inhibit with nested guestsSean Christopherson1-14/+14
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing3-22/+22
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing3-22/+22
2026-03-02KVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed1-0/+6
2026-03-02KVM: VMX: Use ASM_INPUT_RM in __vmcs_writelUros Bizjak1-1/+1
2026-03-02KVM: VMX: Drop obsolete branch hint prefixes from inline asmUros Bizjak1-3/+0
2026-03-02KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()Carlos López1-1/+1
2026-03-02KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulationUros Bizjak1-2/+2
2026-03-02KVM: x86: Defer non-architectural deliver of exception payload to userspace readSean Christopherson1-23/+39