summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-10KVM: Cache pdptrsAvi Kivity1-4/+18
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity1-6/+15
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity1-1/+0
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov1-0/+8
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput1-2/+2
2009-09-10KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov1-2/+6
2009-08-05KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka1-1/+1
2009-08-05KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka1-2/+2
2009-06-28KVM: VMX: Handle vmx instruction vmexitsAvi Kivity1-0/+15
2009-06-17page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+1
2009-06-10KVM: Add VT-x machine check supportAndi Kleen1-2/+48