summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruptionAvi Kivity1-5/+2
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-149/+229
2010-05-19KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang1-11/+21
2010-05-19KVM: VMX: Atomically switch efer if EPT && !EFER.NXAvi Kivity1-0/+12
2010-05-19KVM: VMX: Add facility to atomically switch MSRs on guest entry/exitAvi Kivity1-0/+49
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+2
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel1-1/+2
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel1-0/+6
2010-05-17KVM: VMX: free vpid when fail to create vcpuLai Jiangshan1-4/+12
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-1/+1
2010-05-17Merge branch 'perf'Avi Kivity1-1/+4
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov1-2/+6
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka1-1/+11
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov1-67/+11
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov1-10/+8
2010-05-17KVM: VMX: change to use bool return valuesGui Jianfeng1-27/+27
2010-05-17KVM: x86: Use native_store_idt() instead of kvm_get_idt()Wei Yongjun1-1/+1
2010-05-17KVM: Move kvm_exit tracepoint rip reading inside tracepointAvi Kivity1-1/+1
2010-05-13KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka1-2/+1
2010-04-25KVM: move segment_base() into vmx.cGleb Natapov1-0/+37
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov1-2/+2
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka1-4/+4
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov1-18/+18
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar1-9/+15
2010-04-20KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity1-9/+15
2010-04-19KVM: Implement perf callbacks for guest samplingZhang, Yanmin1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01KVM: VMX: Update instruction length on intercepted BPJan Kiszka1-0/+13
2010-03-01KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang1-2/+2
2010-03-01KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall1-2/+0
2010-03-01KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity1-0/+1
2010-03-01KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()Gui Jianfeng1-3/+1
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity1-2/+3
2010-03-01KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity1-6/+9
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity1-7/+7
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity1-2/+2
2010-03-01KVM: Activate fpu on cltsAvi Kivity1-0/+1
2010-03-01KVM: VMX: Clean up DR6 emulationJan Kiszka1-17/+6
2010-03-01KVM: VMX: Fix emulation of DR4 and DR5Jan Kiszka1-9/+26
2010-03-01KVM: VMX: Fix exceptions of mov to drJan Kiszka1-5/+8
2010-03-01KVM: VMX: Remove emulation failure reportSheng Yang1-1/+0
2010-03-01KVM: VMX: Give the guest ownership of cr0.ts when the fpu is activeAvi Kivity1-2/+9
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity1-16/+9
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity1-0/+9
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-8/+8
2010-03-01KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity1-1/+4
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang1-1/+10
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang1-3/+3
2010-03-01KVM: Fill out ftrace exit reason stringsAvi Kivity1-19/+39