aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity2010-10-19
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-06
|\
| * x86: Remove redundant K6 MSRsBrian Gerst2010-07-22
* | KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity2010-08-02
* | KVM: VMX: fix tlb flush with invalid rootXiao Guangrong2010-08-01
* | KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang2010-08-01
* | KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-01
* | KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity2010-08-01
* | KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity2010-08-01
* | KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity2010-08-01
* | KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui2010-08-01
* | KVM: VMX: Fix incorrect rcu deref in rmode_tss_base()Avi Kivity2010-08-01
* | KVM: VMX: fix rcu usage warning in init_rmode()Xiao Guangrong2010-08-01
* | KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()Gui Jianfeng2010-08-01
* | KVM: VMX: Add all-context INVVPID type supportGui Jianfeng2010-08-01
* | KVM: VMX: Make sure single type invvpid is supported before issuing invvpid i...Gui Jianfeng2010-08-01
* | KVM: VMX: Enforce EPT pagetable level checkingSheng Yang2010-08-01
* | KVM: VMX: Properly return error to userspace on vmentry failureMohammed Gamal2010-08-01
* | KVM: x86: Propagate fpu_alloc errorsJan Kiszka2010-08-01
* | KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* | KVM: VMX: VMXON/VMXOFF usage changesDongxiao Xu2010-08-01
* | KVM: VMX: VMCLEAR/VMPTRLD usage changesDongxiao Xu2010-08-01
* | KVM: VMX: Some minor changes to code structureDongxiao Xu2010-08-01
* | KVM: VMX: Define new functions to wrapper direct call of asm codeDongxiao Xu2010-08-01
* | KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov2010-08-01
* | 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
|\ \ \