summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2018-06-22kvm: vmx: Nested VM-entry prereqs for event inj.Marc Orr
2018-06-14KVM: x86: VMX: redo fix for link error without CONFIG_HYPERVArnd Bergmann
2018-06-12KVM: x86: VMX: fix build without hyper-vLinus Torvalds
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-12KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-06-12kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm
2018-06-04kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson
2018-06-04kvm: nVMX: Restrict VMX capability MSR changesJim Mattson
2018-06-04KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr
2018-05-24KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...Liran Alon
2018-05-24KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon
2018-05-24KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon
2018-05-23KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson
2018-05-23KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson
2018-05-23kvm: nVMX: Use nested_run_pending rather than from_vmentryJim Mattson
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-05-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov
2018-05-14kvm: nVMX: Eliminate APIC access page sharing between L1 and L2Jim Mattson
2018-05-14kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson
2018-05-14KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap supportVitaly Kuznetsov
2018-05-11KVM: vmx: update sec exec controls for UMIP iff emulating UMIPSean Christopherson
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk
2018-05-03x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-05-03x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-05-03x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
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