aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-29KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers1-1/+1
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han1-0/+8
2016-03-22KVM, pkeys: save/restore PKRU when guest/host switchesXiao Guangrong1-0/+23
2016-03-22KVM, pkeys: disable pkeys for guests in non-paging modeHuaitong Han1-6/+10
2016-03-22KVM: VMX: fix nested vpid for old KVM guestsPaolo Bonzini1-1/+13
2016-03-22KVM: VMX: avoid guest hang on invalid invvpid instructionPaolo Bonzini1-0/+1
2016-03-22KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini1-0/+1
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-2/+2
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+53
2016-03-10KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini1-13/+23
2016-03-09KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini1-7/+6
2016-03-08KVM: VMX: disable PEBS before a guest entryRadim Krčmář1-0/+7
2016-03-04KVM: VMX: use vmcs_clear/set_bits for debug register exitsPaolo Bonzini1-11/+3
2016-03-02kvm: x86: Update tsc multiplier on change.Owen Hofmann1-5/+9
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-2/+2
2016-02-24x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges1-1/+3
2016-02-23KVM: x86: use list_last_entryGeliang Tang1-2/+2
2016-02-16kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin1-2/+1
2016-02-16KVM: VMX: Fix guest debugging while in L2Jan Kiszka1-0/+17
2016-02-16KVM: VMX: Factor out is_exception_n helperJan Kiszka1-8/+9
2016-02-09KVM/VMX: Add host irq information in trace event when updating IRTE for posted interruptsFeng Wu1-1/+1
2016-02-09KVM: Recover IRTE to remapped mode if the interrupt is not single-destinationFeng Wu1-1/+14
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-71/+131
2016-01-12kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han1-1/+2
2015-12-16KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini1-17/+83
2015-12-16KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini1-19/+20
2015-12-16KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini1-4/+4
2015-12-16KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing1-2/+2
2015-12-14KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang1-2/+2
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini1-1/+2
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin1-26/+19
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin1-2/+1
2015-11-25KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang1-5/+0
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini1-1/+1
2015-11-10KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup1-1/+4
2015-11-10KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang1-0/+3
2015-11-10KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang1-4/+5
2015-11-10KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang1-0/+6
2015-11-10KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang1-1/+16
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang1-2/+2
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang1-6/+0
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang1-17/+0
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini1-1/+1
2015-11-05KVM: VMX: Fix commit which broke PMLKai Huang1-13/+11
2015-11-04KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář1-9/+10
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini1-2/+1
2015-10-16KVM: nVMX: expose VPID capability to L1Wanpeng Li1-2/+7