summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
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
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput
2009-09-10KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov
2009-08-05KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka
2009-08-05KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka
2009-06-28KVM: VMX: Handle vmx instruction vmexitsAvi Kivity
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-10KVM: Add VT-x machine check supportAndi Kleen