summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: nVMX: fix entry with pending interrupt if APICv is enabledPaolo Bonzini2018-10-041-12/+26
* KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini2018-10-041-1/+5
* KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson2018-10-041-3/+4
* KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGSLiran Alon2018-10-011-2/+11
* KVM: x86: Do not use kvm_x86_ops->mpx_supported() directlyLiran Alon2018-10-011-1/+1
* KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabledLiran Alon2018-10-011-6/+20
* KVM: x86: never trap MSR_KERNEL_GS_BASEPaolo Bonzini2018-09-241-37/+10Star
* nVMX x86: Check VPID value on vmentry of L2 guestsKrish Sadhukhan2018-09-201-0/+3
* nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2Krish Sadhukhan2018-09-201-1/+5
* KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon2018-09-201-0/+22
* KVM: VMX: check nested state and CR4.VMXE against SMMPaolo Bonzini2018-09-201-2/+11
* KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-1/+20
* KVM: VMX: modify preemption timer bit only when arming timerSean Christopherson2018-09-201-29/+32
* KVM: VMX: immediately mark preemption timer expired only for zero valueSean Christopherson2018-09-201-6/+8
* KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2Liran Alon2018-09-071-0/+22
* KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-8/+8
* KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson2018-08-301-2/+2
* KVM: nVMX: avoid redundant double assignment of nested_run_pendingVitaly Kuznetsov2018-08-301-3/+0Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-261-3/+0Star
|\
| * x86/kvm/vmx: Remove duplicate l1d flush definitionsJosh Poimboeuf2018-08-201-3/+0Star
* | KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini2018-08-221-10/+16
* | KVM: vmx: Inject #UD for SGX ENCLS instruction in guestSean Christopherson2018-08-221-1/+29
* | x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()Yi Wang2018-08-221-9/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-209/+911
|\ \ | |/ |/|
| * KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.cUros Bizjak2018-08-061-21/+24
| * KVM: vmx: skip VMWRITE of HOST_{FS,GS}_BASE when possibleSean Christopherson2018-08-061-3/+10
| * KVM: vmx: skip VMWRITE of HOST_{FS,GS}_SEL when possibleSean Christopherson2018-08-061-10/+14
| * KVM: vmx: always initialize HOST_{FS,GS}_BASE to zero during setupSean Christopherson2018-08-061-10/+0Star
| * KVM: vmx: move struct host_state usage to struct loaded_vmcsSean Christopherson2018-08-061-28/+44
| * KVM: vmx: compute need to reload FS/GS/LDT on demandSean Christopherson2018-08-061-13/+5Star
| * KVM: nVMX: remove a misleading comment regarding vmcs02 fieldsSean Christopherson2018-08-061-5/+0Star
| * KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state()Sean Christopherson2018-08-061-10/+11
| * KVM: vmx: add dedicated utility to access guest's kernel_gs_baseSean Christopherson2018-08-061-11/+35
| * KVM: vmx: track host_state.loaded using a loaded_vmcs pointerSean Christopherson2018-08-061-7/+15
| * KVM: vmx: refactor segmentation code in vmx_save_host_state()Sean Christopherson2018-08-061-25/+28
| * kvm: nVMX: Fix fault priority for VMX operationsJim Mattson2018-08-061-4/+5
| * kvm: nVMX: Fix fault vector for VMX operation at CPL > 0Jim Mattson2018-08-061-2/+2
| * KVM: vmx: Add tlb_remote_flush callback supportTianyu Lan2018-08-061-1/+71
| * kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid2018-08-061-4/+8
| * kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-061-0/+28
| * kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid2018-08-061-1/+1
| * kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid2018-08-061-4/+8
| * kvm: vmx: Support INVPCID in shadow paging modeJunaid Shahid2018-08-061-3/+93
| * kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid2018-08-061-1/+0Star
| * kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid2018-08-061-6/+10
| * KVM: nVMX: Separate logic allocating shadow vmcs to a functionLiran Alon2018-08-061-9/+28
| * KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow...Liran Alon2018-08-061-8/+8
| * KVM: nVMX: Expose VMCS shadowing to L1 guestLiran Alon2018-08-061-0/+9
| * KVM: nVMX: Do not forward VMREAD/VMWRITE VMExits to L1 if required so by vmcs...Liran Alon2018-08-061-2/+31
| * KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2Liran Alon2018-08-061-12/+49