summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang2010-03-011-2/+2
* KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall2010-03-011-2/+0
* KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity2010-03-011-0/+1
* KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()Gui Jianfeng2010-03-011-3/+1
* KVM: Trace failed msr reads and writesAvi Kivity2010-03-011-2/+3
* KVM: VMX: Pass cr0.mp through to the guest when the fpu is activeAvi Kivity2010-03-011-6/+9
* KVM: Rename vcpu->shadow_efer to eferAvi Kivity2010-03-011-7/+7
* KVM: Add a helper for checking if the guest is in protected modeAvi Kivity2010-03-011-2/+2
* KVM: Activate fpu on cltsAvi Kivity2010-03-011-0/+1
* KVM: VMX: Clean up DR6 emulationJan Kiszka2010-03-011-17/+6
* KVM: VMX: Fix emulation of DR4 and DR5Jan Kiszka2010-03-011-9/+26
* KVM: VMX: Fix exceptions of mov to drJan Kiszka2010-03-011-5/+8
* KVM: VMX: Remove emulation failure reportSheng Yang2010-03-011-1/+0
* KVM: VMX: Give the guest ownership of cr0.ts when the fpu is activeAvi Kivity2010-03-011-2/+9
* KVM: Lazify fpu activation and deactivationAvi Kivity2010-03-011-16/+9
* KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity2010-03-011-0/+9
* KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity2010-03-011-8/+8
* KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity2010-03-011-1/+4
* KVM: VMX: Enable EPT 1GB page supportSheng Yang2010-03-011-1/+10
* KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang2010-03-011-3/+3
* KVM: Fill out ftrace exit reason stringsAvi Kivity2010-03-011-19/+39
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-4/+4
* KVM: switch vcpu context to use SRCUMarcelo Tosatti2010-03-011-3/+3
* KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-011-1/+5
* KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-011-2/+2
* KVM: VMX: Add instruction rdtscp support for guestSheng Yang2010-03-011-3/+57
* KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang2010-03-011-0/+6
* KVM: VMX: Remove redundant variableSheng Yang2010-03-011-2/+0
* KVM: VMX: Fold ept_update_paging_mode_cr4() into its callerAvi Kivity2010-03-011-12/+8
* KVM: VMX: When using ept, allow the guest to own cr4.pgeAvi Kivity2010-03-011-0/+2
* KVM: VMX: Make guest cr4 mask more conservativeAvi Kivity2010-03-011-4/+6
* KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity2010-03-011-5/+8
* KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity2010-03-011-0/+13
* KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang2010-03-011-0/+10
* KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2009-12-031-4/+5
* KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang2009-12-031-1/+3
* KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka2009-12-031-0/+30
* KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity2009-12-031-3/+8
* KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2009-12-031-0/+1
* KVM: VMX: Remove vmx->msr_offset_eferAvi Kivity2009-12-031-7/+3
* KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti2009-12-031-4/+1
* KVM: VMX: Use shared msr infrastructureAvi Kivity2009-12-031-70/+42
* KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr areaAvi Kivity2009-12-031-13/+26
* KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost2009-12-031-1/+1
* KVM: VMX: fix handle_pause declarationMarcelo Tosatti2009-12-031-1/+1
* KVM: VMX: Add support for Pause-Loop ExitingZhai, Edwin2009-12-031-1/+50
* KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka2009-12-031-17/+1
* KVM: Fix hotplug of CPUsZachary Amsden2009-12-031-2/+4
* KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-3/+8
* KVM: VMX: Enhance invalid guest state emulationMohammed Gamal2009-12-031-24/+20
OpenPOWER on IntegriCloud