aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2018-04-27kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in useJunaid Shahid
2018-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-16kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini
2018-04-16X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed
2018-04-12x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan
2018-04-11KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun
2018-04-10X86/VMX: Disable VMX preemption timer if MWAIT is not interceptedKarimAllah Ahmed
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-04-06kvm: x86: fix a prototype warningPeng Hao
2018-04-04KVM: X86: Introduce handle_ud()Wanpeng Li
2018-04-04KVM: vmx: unify adjacent #ifdefsPaolo Bonzini
2018-04-04x86: kvm: hide the unused 'cpu' variableArnd Bergmann
2018-04-04KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson
2018-04-04KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson
2018-04-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-03-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p...Liran Alon
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon
2018-03-28x86/kvm: use Enlightened VMCS when running on Hyper-VVitaly Kuznetsov
2018-03-28KVM: VMX: Bring the common code to header fileBabu Moger
2018-03-28KVM: VMX: Remove ple_window_actual_maxBabu Moger
2018-03-28KVM: VMX: Fix the module parameters for vmxBabu Moger
2018-03-28KVM: x86: Fix perf timer mode IP reportingAndi Kleen
2018-03-23KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson
2018-03-23KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0Sean Christopherson
2018-03-21KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini
2018-03-20kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-03-16x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov
2018-03-16KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li
2018-03-16KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li
2018-03-16KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li
2018-03-16KVM: x86: VMX: Intercept #GP to support access to VMware backdoor portsLiran Alon
2018-03-16KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson
2018-03-16KVM: VMX: use kvm_fast_pio_in for handling IN I/OSean Christopherson
2018-03-16KVM: vVMX: signal failure for nested VMEntry if emulation_requiredSean Christopherson
2018-03-16KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guestSean Christopherson
2018-03-16KVM: VMX: give unrestricted guest full control of CR3Sean Christopherson
2018-03-16KVM: VMX: don't force CR4.PAE/PSE for unrestricted guestSean Christopherson
2018-03-16KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUESTSean Christopherson
2018-03-16KVM: VMX: don't configure EPT identity map for unrestricted guestSean Christopherson
2018-03-16KVM: VMX: don't configure RM TSS for unrestricted guestSean Christopherson
2018-03-08KVM: nVMX: Enforce NMI controls on vmentry of L2 guestsKrish Sadhukhan
2018-03-08x86/MSR: Move native_* variants to msr.hBorislav Petkov
2018-03-06KVM: nVMX: expose VMX capabilities for nested hypervisors to userspacePaolo Bonzini
2018-03-06KVM: nVMX: introduce struct nested_vmx_msrsPaolo Bonzini
2018-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-01KVM: X86: Allow userspace to define the microcode versionWanpeng Li