summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2010-11-17KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity
2010-11-17KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka
2010-10-24KVM: VMX: Respect interrupt window in big real modeAvi Kivity
2010-10-24KVM: VMX: Emulated real mode interrupt injectionMohammed Gamal
2010-10-24KVM: VMX: Move fixup_rmode_irq() to avoid forward declarationAvi Kivity
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity
2010-10-24KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entryAvi Kivity
2010-10-24KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()Avi Kivity
2010-10-24KVM: VMX: Split up vmx_complete_interrupts()Avi Kivity
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel
2010-10-24KVM: x86: Unify TSC logicZachary Amsden
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden
2010-10-24KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden
2010-10-24KVM: x86: Drop vm_init_tscZachary Amsden
2010-10-24KVM: VMX: Use host_gdt variable wherever we need the host gdtAvi 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