summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2011-01-07KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel
2010-12-09KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity
2010-12-09KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-08-02KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity
2010-08-02KVM: VMX: fix tlb flush with invalid rootXiao Guangrong
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity
2010-08-01KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity
2010-08-01KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui
2010-08-01KVM: VMX: Fix incorrect rcu deref in rmode_tss_base()Avi Kivity
2010-08-01KVM: VMX: fix rcu usage warning in init_rmode()Xiao Guangrong
2010-08-01KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()Gui Jianfeng
2010-08-01KVM: VMX: Add all-context INVVPID type supportGui Jianfeng
2010-08-01KVM: VMX: Make sure single type invvpid is supported before issuing invvpid i...Gui Jianfeng
2010-08-01KVM: VMX: Enforce EPT pagetable level checkingSheng Yang
2010-08-01KVM: VMX: Properly return error to userspace on vmentry failureMohammed Gamal
2010-08-01KVM: x86: Propagate fpu_alloc errorsJan Kiszka
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-08-01KVM: VMX: VMXON/VMXOFF usage changesDongxiao Xu
2010-08-01KVM: VMX: VMCLEAR/VMPTRLD usage changesDongxiao Xu
2010-08-01KVM: VMX: Some minor changes to code structureDongxiao Xu
2010-08-01KVM: VMX: Define new functions to wrapper direct call of asm codeDongxiao Xu
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov
2010-08-01KVM: VMX: Avoid writing HOST_CR0 every entryAvi Kivity
2010-08-01KVM: VMX: Simplify vmx_get_nmi_mask()Avi Kivity
2010-07-21x86: Remove redundant K6 MSRsBrian Gerst
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