aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-03KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost1-1/+1
2009-12-03KVM: VMX: fix handle_pause declarationMarcelo Tosatti1-1/+1
2009-12-03KVM: VMX: Add support for Pause-Loop ExitingZhai, Edwin1-1/+50
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka1-17/+1
2009-12-03KVM: Fix hotplug of CPUsZachary Amsden1-2/+4
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-3/+8
2009-12-03KVM: VMX: Enhance invalid guest state emulationMohammed Gamal1-24/+20
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity1-59/+54
2009-10-04KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti1-1/+1
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity1-0/+2
2009-09-10KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov1-2/+2
2009-09-10KVM: VMX: Conditionally reload debug register 6Avi Kivity1-5/+9
2009-09-10KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov1-6/+3
2009-09-10KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang1-3/+3
2009-09-10KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity1-1/+6
2009-09-10KVM: fix EFER read buffer overflowRoel Kluin1-2/+5
2009-09-10KVM: VMX: Optimize vmx_get_cpl()Avi Kivity1-4/+1
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel1-0/+6
2009-09-10KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka1-2/+2
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang1-5/+10
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-32/+46
2009-09-10KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity1-2/+7
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti1-0/+3
2009-09-10KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti1-1/+85
2009-09-10KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti1-0/+20
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara1-12/+0
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-3/+3
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity1-34/+44
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble1-6/+54
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity1-2/+2