summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang
2010-03-01KVM: VMX: Remove redundant variableSheng Yang
2010-03-01KVM: VMX: Fold ept_update_paging_mode_cr4() into its callerAvi Kivity
2010-03-01KVM: VMX: When using ept, allow the guest to own cr4.pgeAvi Kivity
2010-03-01KVM: VMX: Make guest cr4 mask more conservativeAvi Kivity
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity
2010-03-01KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity
2010-03-01KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity
2009-12-03KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
2009-12-03KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity
2009-12-03KVM: VMX: Remove vmx->msr_offset_eferAvi Kivity
2009-12-03KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti
2009-12-03KVM: VMX: Use shared msr infrastructureAvi Kivity
2009-12-03KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr areaAvi Kivity
2009-12-03KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost
2009-12-03KVM: VMX: fix handle_pause declarationMarcelo Tosatti
2009-12-03KVM: VMX: Add support for Pause-Loop ExitingZhai, Edwin
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka
2009-12-03KVM: Fix hotplug of CPUsZachary Amsden
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: VMX: Enhance invalid guest state emulationMohammed Gamal
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity
2009-10-04KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov
2009-09-10KVM: VMX: Conditionally reload debug register 6Avi Kivity
2009-09-10KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov
2009-09-10KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang
2009-09-10KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity
2009-09-10KVM: fix EFER read buffer overflowRoel Kluin
2009-09-10KVM: VMX: Optimize vmx_get_cpl()Avi Kivity
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel
2009-09-10KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-09-10KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti
2009-09-10KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti
2009-09-10KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity