summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-28KVM: VMX: Bring the common code to header fileBabu Moger1-42/+9
2018-03-28KVM: VMX: Remove ple_window_actual_maxBabu Moger1-25/+6
2018-03-28KVM: VMX: Fix the module parameters for vmxBabu Moger1-13/+14
2018-03-28KVM: x86: Fix perf timer mode IP reportingAndi Kleen1-2/+2
2018-03-23KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson1-15/+31
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson1-0/+7
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson1-0/+12
2018-03-21KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini1-1/+3
2018-03-17x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov1-1/+2
2018-03-17x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov1-3/+10
2018-03-17KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li1-4/+13
2018-03-17KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li1-0/+24
2018-03-17KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li1-4/+5
2018-03-17KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon1-0/+24
2018-03-17KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson1-11/+2
2018-03-17KVM: VMX: use kvm_fast_pio_in for handling IN I/OSean Christopherson1-3/+6
2018-03-17KVM: vVMX: signal failure for nested VMEntry if emulation_requiredSean Christopherson1-0/+15
2018-03-17KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guestSean Christopherson1-0/+2
2018-03-17KVM: VMX: give unrestricted guest full control of CR3Sean Christopherson1-2/+2
2018-03-17KVM: VMX: don't force CR4.PAE/PSE for unrestricted guestSean Christopherson1-14/+22
2018-03-17KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUESTSean Christopherson1-3/+4
2018-03-17KVM: VMX: don't configure EPT identity map for unrestricted guestSean Christopherson1-2/+3
2018-03-17KVM: VMX: don't configure RM TSS for unrestricted guestSean Christopherson1-0/+3
2018-03-08KVM: nVMX: Enforce NMI controls on vmentry of L2 guestsKrish Sadhukhan1-2/+27
2018-03-06KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini1-5/+21
2018-03-06KVM: nVMX: introduce struct nested_vmx_msrsPaolo Bonzini1-174/+178
2018-03-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2018-03-02KVM: X86: Allow userspace to define the microcode versionWanpeng Li1-0/+1
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky1-0/+6
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+5
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+8
2018-02-24KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao1-1/+6
2018-02-24KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIPRadim Krčmář1-1/+2
2018-02-23KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini1-1/+1
2018-02-23KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini1-3/+4
2018-02-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2018-02-13KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmapKarimAllah Ahmed1-1/+2
2018-02-13X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed1-2/+2
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-350/+406
2018-02-09Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvmRadim Krčmář1-143/+164
2018-02-04KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-2/+103
2018-02-04KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed1-0/+15
2018-02-04KVM/x86: Add IBPB supportAshok Raj1-2/+78
2018-02-04Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into ...Thomas Gleixner1-254/+186
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář1-8/+21
2018-02-01x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-01-31KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini1-123/+147
2018-01-31x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov1-1/+15
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar1-158/+311
2018-01-30Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2