summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu2021-02-231-2/+2
* KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-193-1/+34
* KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-191-54/+1
* KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-191-7/+2
* KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2021-02-192-16/+25
* KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini2021-02-181-3/+0
* KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky2021-02-181-1/+3
* KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson2021-02-181-10/+0
* KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-181-2/+2
* KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V contextVitaly Kuznetsov2021-02-091-3/+1
* KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...Vitaly Kuznetsov2021-02-091-3/+5
* KVM: x86: hyper-v: Introduce to_kvm_hv() helperVitaly Kuznetsov2021-02-091-1/+2
* KVM: x86: move kvm_inject_gp up from kvm_set_dr to callersPaolo Bonzini2021-02-091-7/+10
* KVM: x86: reading DR cannot failPaolo Bonzini2021-02-091-2/+1
* KVM: VMX: Use GPA legality helpers to replace open coded equivalentsSean Christopherson2021-02-042-20/+8
* KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callersPaolo Bonzini2021-02-041-3/+2
* KVM: move EXIT_FASTPATH_REENTER_GUEST to common codePaolo Bonzini2021-02-041-18/+1
* KVM: VMX: Use the kernel's version of VMXOFFSean Christopherson2021-02-041-12/+3
* KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flowsSean Christopherson2021-02-041-4/+7
* KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hwUros Bizjak2021-02-044-32/+5
* KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron2021-02-043-17/+17
* KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang2021-02-042-4/+4
* KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-041-1/+8
* KVM: vmx/pmu: Release guest LBR event via lazy release mechanismLike Xu2021-02-041-1/+20
* KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMILike Xu2021-02-043-2/+34
* KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellationLike Xu2021-02-042-0/+16
* KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVELike Xu2021-02-043-3/+135
* KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBRLike Xu2021-02-043-0/+76
* KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledLike Xu2021-02-044-2/+25
* KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabledPaolo Bonzini2021-02-044-0/+43
* KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refreshPaolo Bonzini2021-02-041-6/+10
* KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-staticLike Xu2021-02-042-1/+3
* KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTLLike Xu2021-02-042-4/+24
* KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI stateSean Christopherson2021-02-041-3/+3
* KVM: VMX: Enable bus lock VM exitChenyi Qiang2021-02-043-3/+42
* KVM: VMX: Convert vcpu_vmx.exit_reason to a unionSean Christopherson2021-02-043-49/+86
* KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini2021-02-011-4/+13
* KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini2021-01-261-6/+25
* KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky2021-01-261-5/+8
* kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia2021-01-261-0/+2
* KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-01-261-1/+1
* KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu2021-01-261-0/+4
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-081-0/+2
* KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky2021-01-081-0/+2
* KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-151-1/+5
* KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-151-0/+1
* KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak2020-12-141-20/+0
* KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2020-12-121-4/+4
* KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak2020-12-121-1/+1
* kvm: x86: Sink cpuid update into vendor-specific set_cr4 functionsJim Mattson2020-11-151-0/+4