summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2010-05-13KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka1-2/+1
2010-04-23Merge branch 'linus' into perf/coreIngo Molnar1-9/+15
2010-04-20KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity1-9/+15
2010-04-19KVM: Implement perf callbacks for guest samplingZhang, Yanmin1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01KVM: VMX: Update instruction length on intercepted BPJan Kiszka1-0/+13
2010-03-01KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang1-2/+2
2010-03-01KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall1-2/+0
2010-03-01KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity1-0/+1
2010-03-01KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()Gui Jianfeng1-3/+1
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity1-2/+3
2010-03-01KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity1-6/+9
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity1-7/+7
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity1-2/+2
2010-03-01KVM: Activate fpu on cltsAvi Kivity1-0/+1
2010-03-01KVM: VMX: Clean up DR6 emulationJan Kiszka1-17/+6
2010-03-01KVM: VMX: Fix emulation of DR4 and DR5Jan Kiszka1-9/+26
2010-03-01KVM: VMX: Fix exceptions of mov to drJan Kiszka1-5/+8
2010-03-01KVM: VMX: Remove emulation failure reportSheng Yang1-1/+0
2010-03-01KVM: VMX: Give the guest ownership of cr0.ts when the fpu is activeAvi Kivity1-2/+9
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity1-16/+9
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity1-0/+9
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-8/+8
2010-03-01KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity1-1/+4
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang1-1/+10
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang1-3/+3
2010-03-01KVM: Fill out ftrace exit reason stringsAvi Kivity1-19/+39
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-4/+4
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-3/+3
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-1/+5
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-2/+2
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang1-3/+57
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang1-0/+6
2010-03-01KVM: VMX: Remove redundant variableSheng Yang1-2/+0
2010-03-01KVM: VMX: Fold ept_update_paging_mode_cr4() into its callerAvi Kivity1-12/+8
2010-03-01KVM: VMX: When using ept, allow the guest to own cr4.pgeAvi Kivity1-0/+2
2010-03-01KVM: VMX: Make guest cr4 mask more conservativeAvi Kivity1-4/+6
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity1-5/+8
2010-03-01KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity1-0/+13
2010-03-01KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang1-0/+10
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity1-4/+5
2009-12-03KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang1-1/+3
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka1-0/+30
2009-12-03KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity1-3/+8
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity1-0/+1
2009-12-03KVM: VMX: Remove vmx->msr_offset_eferAvi Kivity1-7/+3
2009-12-03KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti1-4/+1
2009-12-03KVM: VMX: Use shared msr infrastructureAvi Kivity1-70/+42
2009-12-03KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr areaAvi Kivity1-13/+26