summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li2017-12-161-1/+3
* kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson2017-12-161-18/+4
* KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig2017-12-161-5/+0
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-12-051-0/+2
* KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek2017-11-301-0/+2
* KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-181-1/+1
* KVM: VMX: use cmpxchg64Paolo Bonzini2017-10-051-6/+6
* KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-10-051-12/+21
* KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-10-051-5/+1
* kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-10-051-0/+5
* KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr2017-10-051-2/+7
* kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-211-2/+4
* kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-07-211-0/+3
* kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-07-211-2/+2
* kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-07-211-1/+0
* KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini2017-07-211-7/+6
* KVM: nVMX: Fix exception injectionWanpeng Li2017-07-051-1/+1
* KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek2017-05-141-0/+3
* KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek2017-05-141-0/+12
* Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2017-05-141-2/+0
* kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-04-211-2/+8
* KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng2017-03-151-2/+2
* kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner2017-02-261-32/+24
* kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson2017-01-091-6/+5
* KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář2016-10-071-0/+13
* KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-08-201-2/+17
* KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei2016-08-201-0/+1
* KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas2016-07-271-12/+11
* KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers2016-06-011-1/+1
* KVM: VMX: fix nested vpid for old KVM guestsPaolo Bonzini2016-04-121-1/+13
* KVM: VMX: avoid guest hang on invalid invvpid instructionPaolo Bonzini2016-04-121-0/+1
* KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini2016-04-121-0/+1
* KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini2016-03-161-13/+23
* KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-161-0/+7
* kvm: x86: Update tsc multiplier on change.Owen Hofmann2016-03-091-5/+9
* kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-311-1/+2
* KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang2015-12-141-2/+2
* kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-111-1/+2
* KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
* KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-101-1/+4
* KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang2015-11-101-0/+3
* KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang2015-11-101-4/+5
* KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang2015-11-101-0/+6
* KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2015-11-101-1/+16
* KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-101-2/+2
* KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-101-6/+0
* KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-17/+0
* KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini2015-11-101-1/+1
* KVM: VMX: Fix commit which broke PMLKai Huang2015-11-051-13/+11