summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti2011-01-121-3/+1Star
* KVM: Move KVM context switch into own functionAndi Kleen2011-01-121-25/+38
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-081-5/+0Star
* KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity2010-11-171-8/+7Star
* KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2010-11-171-2/+2
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka2010-10-241-1/+1
* KVM: VMX: Respect interrupt window in big real modeAvi Kivity2010-10-241-0/+9
* KVM: VMX: Emulated real mode interrupt injectionMohammed Gamal2010-10-241-59/+6Star
* KVM: VMX: Move fixup_rmode_irq() to avoid forward declarationAvi Kivity2010-10-241-24/+23Star
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-0/+11
* KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entryAvi Kivity2010-10-241-13/+21
* KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()Avi Kivity2010-10-241-3/+6
* KVM: VMX: Split up vmx_complete_interrupts()Avi Kivity2010-10-241-12/+27
* KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-0/+6
* KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-241-8/+8
* KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel2010-10-241-0/+2
* KVM: x86: Unify TSC logicZachary Amsden2010-10-241-14/+8Star
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-241-7/+6Star
* KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden2010-10-241-6/+5Star
* KVM: x86: Drop vm_init_tscZachary Amsden2010-10-241-7/+3Star
* KVM: VMX: Use host_gdt variable wherever we need the host gdtAvi Kivity2010-10-241-9/+6Star
* KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity2010-10-191-15/+9Star
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-4/+4
|\
| * x86: Remove redundant K6 MSRsBrian Gerst2010-07-221-4/+4
* | KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity2010-08-021-0/+4
* | KVM: VMX: fix tlb flush with invalid rootXiao Guangrong2010-08-021-1/+4
* | KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang2010-08-011-1/+9
* | KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-1/+1
* | KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity2010-08-011-2/+2
* | KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity2010-08-011-2/+2
* | KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity2010-08-011-2/+11
* | KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui2010-08-011-0/+13
* | KVM: VMX: Fix incorrect rcu deref in rmode_tss_base()Avi Kivity2010-08-011-1/+1
* | KVM: VMX: fix rcu usage warning in init_rmode()Xiao Guangrong2010-08-011-6/+11
* | KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()Gui Jianfeng2010-08-011-2/+2
* | KVM: VMX: Add all-context INVVPID type supportGui Jianfeng2010-08-011-2/+21
* | KVM: VMX: Make sure single type invvpid is supported before issuing invvpid i...Gui Jianfeng2010-08-011-1/+7
* | KVM: VMX: Enforce EPT pagetable level checkingSheng Yang2010-08-011-1/+7
* | KVM: VMX: Properly return error to userspace on vmentry failureMohammed Gamal2010-08-011-0/+7
* | KVM: x86: Propagate fpu_alloc errorsJan Kiszka2010-08-011-1/+3
* | KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* | KVM: VMX: VMXON/VMXOFF usage changesDongxiao Xu2010-08-011-7/+31
* | KVM: VMX: VMCLEAR/VMPTRLD usage changesDongxiao Xu2010-08-011-1/+6
* | KVM: VMX: Some minor changes to code structureDongxiao Xu2010-08-011-8/+8
* | KVM: VMX: Define new functions to wrapper direct call of asm codeDongxiao Xu2010-08-011-13/+23
* | KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov2010-08-011-24/+4Star
* | KVM: VMX: Avoid writing HOST_CR0 every entryAvi Kivity2010-08-011-6/+3Star
* | KVM: VMX: Simplify vmx_get_nmi_mask()Avi Kivity2010-08-011-3/+1Star
|/
* KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruptionAvi Kivity2010-07-061-5/+2Star