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