summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-0918-555/+2105
|\
| * kvm: x86: fix a prototype warningPeng Hao2018-04-061-1/+1
| * kvm: x86: fix a compile warningPeng Hao2018-04-041-1/+1
| * KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li2018-04-041-1/+15
| * KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-044-16/+18
| * KVM: vmx: unify adjacent #ifdefsPaolo Bonzini2018-04-041-7/+3
| * x86: kvm: hide the unused 'cpu' variableArnd Bergmann2018-04-041-0/+2
| * KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson2018-04-041-12/+1
| * Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson2018-04-041-1/+1
| * kvm: Add emulation for movups/movupdStefan Fritsch2018-04-041-1/+7
| * KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson2018-04-041-6/+14
| * KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p...Liran Alon2018-03-281-8/+0
| * KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon2018-03-281-13/+20
| * KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon2018-03-281-2/+12
| * KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon2018-03-284-10/+32
| * KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon2018-03-281-5/+0
| * x86/kvm: use Enlightened VMCS when running on Hyper-VVitaly Kuznetsov2018-03-282-10/+615
| * x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek2018-03-283-6/+6
| * KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2018-03-282-3/+105
| * KVM: SVM: Add pause filter thresholdBabu Moger2018-03-281-0/+2
| * KVM: VMX: Bring the common code to header fileBabu Moger2018-03-282-42/+45
| * KVM: VMX: Remove ple_window_actual_maxBabu Moger2018-03-281-25/+6
| * KVM: VMX: Fix the module parameters for vmxBabu Moger2018-03-281-13/+14
| * KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-284-19/+20
| * kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter2018-03-231-8/+7
| * KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2018-03-231-55/+79
| * KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2018-03-231-15/+31
| * KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-233-2/+14
| * KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-232-0/+24
| * KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini2018-03-211-1/+3
| * KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2018-03-212-2/+21
| * x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-161-1/+2
| * x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-161-3/+10
| * KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-164-7/+26
| * KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-165-2/+43
| * KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-164-14/+31
| * KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe2018-03-164-17/+75
| * KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon2018-03-161-0/+26
| * KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon2018-03-161-0/+24
| * KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon2018-03-161-0/+28
| * KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon2018-03-161-3/+8
| * KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon2018-03-161-0/+11
| * KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon2018-03-162-0/+6
| * KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-163-25/+23
| * KVM: VMX: use kvm_fast_pio_in for handling IN I/OSean Christopherson2018-03-161-3/+6
| * KVM: vVMX: signal failure for nested VMEntry if emulation_requiredSean Christopherson2018-03-161-0/+15
| * KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guestSean Christopherson2018-03-161-0/+2
| * KVM: VMX: give unrestricted guest full control of CR3Sean Christopherson2018-03-161-2/+2
| * KVM: VMX: don't force CR4.PAE/PSE for unrestricted guestSean Christopherson2018-03-161-14/+22
| * KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUESTSean Christopherson2018-03-161-3/+4
OpenPOWER on IntegriCloud