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