summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-57/+39
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-253/+178
2025-07-29Merge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-5/+13
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-107/+48
2025-07-17Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+4
2025-07-17KVM: TDX: Don't report base TDVMCALLsXiaoyao Li1-2/+0
2025-07-16KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed outSean Christopherson1-3/+4
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+30
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson2-0/+10
2025-07-09KVM: x86: Replace growing set of *_in_guest bools with a u64Jim Mattson1-1/+1
2025-07-09KVM: VMX: Add a macro to track which DEBUGCTL bits are host-ownedSean Christopherson2-6/+8
2025-07-08Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-06-25KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guestSean Christopherson2-5/+13
2025-06-25KVM: x86: Deduplicate MSR interception enabling and disablingChao Gao2-31/+16
2025-06-24KVM: x86: Use kvzalloc() to allocate VM structSean Christopherson2-0/+4
2025-06-23KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting IRQ bypassSean Christopherson1-1/+1
2025-06-23KVM: x86: Decouple device assignment from IRQ bypassSean Christopherson3-8/+12
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson1-2/+2
2025-06-23KVM: x86: Move posted interrupt tracepoint to common codeSean Christopherson1-3/+0
2025-06-23KVM: x86: Dedup AVIC vs. PI code for identifying target vCPUSean Christopherson2-42/+15
2025-06-23KVM: VMX: Stop walking list of routing table entries when updating IRTESean Christopherson1-62/+28
2025-06-23KVM: VMX: Suppress PI notifications whenever the vCPU is putSean Christopherson1-13/+16
2025-06-20KVM: VMX: Move enable_ipiv knob to common x86Sean Christopherson2-3/+0
2025-06-20KVM: Pass new routing entries and irqfd when updating IRTEsSean Christopherson2-13/+14
2025-06-20KVM: TDX: Move TDX hardware setup from main.c to tdx.cSean Christopherson4-57/+35
2025-06-20KVM: x86: Simplify userspace filter logic when disabling MSR interceptionSean Christopherson1-14/+10
2025-06-20KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()Sean Christopherson3-10/+5
2025-06-20KVM: VMX: Manually recalc all MSR intercepts on userspace MSR filter changeSean Christopherson2-144/+46
2025-06-20KVM: x86: Move definition of X2APIC_MSR() to lapic.hSean Christopherson1-2/+0
2025-06-20KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR interceptsSean Christopherson1-4/+4
2025-06-20KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guestMaxim Levitsky4-1/+22
2025-06-20KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIsMaxim Levitsky4-12/+24
2025-06-20KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-EnterMaxim Levitsky3-5/+15
2025-06-20KVM: VMX: Extract checking of guest's DEBUGCTL into helperSean Christopherson1-12/+17
2025-06-20KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supportedSean Christopherson1-0/+4
2025-06-20KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flagSean Christopherson2-15/+3
2025-06-20KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmapSean Christopherson4-15/+16
2025-06-20KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTLSean Christopherson2-6/+2
2025-06-20KVM: TDX: Report supported optional TDVMCALLs in TDX capabilitiesPaolo Bonzini1-0/+7
2025-06-20KVM: TDX: Exit to userspace for SetupEventNotifyInterruptPaolo Bonzini1-0/+23
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu1-4/+39
2025-06-20KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>Binbin Wu1-0/+32
2025-06-20KVM: TDX: Add new TDVMCALL status code for unsupported subfuncsBinbin Wu1-4/+6
2025-06-16x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)1-1/+1
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-223/+154
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-388/+5520
2025-05-27Merge tag 'kvm-x86-vmx-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-187/+139
2025-05-27Merge tag 'kvm-x86-pir-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2025-05-27Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-33/+12
2025-05-27KVM: VMX: use __always_inline for is_td_vcpu and is_tdEdward Adam Davis1-2/+2