summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2010-08-02KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity1-0/+4
2010-08-02KVM: VMX: fix tlb flush with invalid rootXiao Guangrong1-1/+4
2010-08-01KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang1-1/+9
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-1/+1
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity1-2/+2
2010-08-01KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity1-2/+2
2010-08-01KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity1-2/+11
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui1-0/+13
2010-08-01KVM: VMX: Fix incorrect rcu deref in rmode_tss_base()Avi Kivity1-1/+1
2010-08-01KVM: VMX: fix rcu usage warning in init_rmode()Xiao Guangrong1-6/+11
2010-08-01KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()Gui Jianfeng1-2/+2
2010-08-01KVM: VMX: Add all-context INVVPID type supportGui Jianfeng1-2/+21
2010-08-01KVM: VMX: Make sure single type invvpid is supported before issuing invvpid i...Gui Jianfeng1-1/+7
2010-08-01KVM: VMX: Enforce EPT pagetable level checkingSheng Yang1-1/+7
2010-08-01KVM: VMX: Properly return error to userspace on vmentry failureMohammed Gamal1-0/+7
2010-08-01KVM: x86: Propagate fpu_alloc errorsJan Kiszka1-1/+3
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-08-01KVM: VMX: VMXON/VMXOFF usage changesDongxiao Xu1-7/+31
2010-08-01KVM: VMX: VMCLEAR/VMPTRLD usage changesDongxiao Xu1-1/+6
2010-08-01KVM: VMX: Some minor changes to code structureDongxiao Xu1-8/+8
2010-08-01KVM: VMX: Define new functions to wrapper direct call of asm codeDongxiao Xu1-13/+23
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov1-24/+4
2010-08-01KVM: VMX: Avoid writing HOST_CR0 every entryAvi Kivity1-6/+3
2010-08-01KVM: VMX: Simplify vmx_get_nmi_mask()Avi Kivity1-3/+1
2010-07-21x86: Remove redundant K6 MSRsBrian Gerst1-4/+4
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