summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-555/+2105
2018-04-06kvm: x86: fix a prototype warningPeng Hao1-1/+1
2018-04-04kvm: x86: fix a compile warningPeng Hao1-1/+1
2018-04-04KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li1-1/+15
2018-04-04KVM: X86: Introduce handle_ud()Wanpeng Li4-16/+18
2018-04-04KVM: vmx: unify adjacent #ifdefsPaolo Bonzini1-7/+3
2018-04-04x86: kvm: hide the unused 'cpu' variableArnd Bergmann1-0/+2
2018-04-04KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson1-12/+1
2018-04-04Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson1-1/+1
2018-04-04kvm: Add emulation for movups/movupdStefan Fritsch1-1/+7
2018-04-04KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson1-6/+14
2018-04-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+0
2018-03-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2018-03-28KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p...Liran Alon1-8/+0
2018-03-28KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon1-13/+20
2018-03-28KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon1-2/+12
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon4-10/+32
2018-03-28KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon1-5/+0
2018-03-28x86/kvm: use Enlightened VMCS when running on Hyper-VVitaly Kuznetsov2-10/+615
2018-03-28x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek3-6/+6
2018-03-28KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2-3/+105
2018-03-28KVM: SVM: Add pause filter thresholdBabu Moger1-0/+2
2018-03-28KVM: VMX: Bring the common code to header fileBabu Moger2-42/+45
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 Kleen4-19/+20
2018-03-23kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter1-8/+7
2018-03-23KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson1-55/+79
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 Christopherson3-2/+14
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2-0/+24
2018-03-23KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0Sean Christopherson1-5/+5
2018-03-21KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini1-1/+3
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2-2/+21
2018-03-21kvm/x86: fix icebp instruction handlingLinus Torvalds1-1/+8
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 Li4-7/+26
2018-03-17KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li5-2/+43
2018-03-17KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li4-14/+31
2018-03-17KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe4-17/+75
2018-03-17KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon1-0/+26
2018-03-17KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon1-0/+24
2018-03-17KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon1-0/+28
2018-03-17KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon1-3/+8
2018-03-17KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon1-0/+11
2018-03-17KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon2-0/+6
2018-03-17KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson3-25/+23
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