summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: Don't pass kvm_run argumentsAvi Kivity2009-12-031-59/+54
* KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti2009-10-041-1/+1
* KVM: VMX: Check cpl before emulating debug register accessAvi Kivity2009-09-101-0/+2
* KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov2009-09-101-2/+2
* KVM: VMX: Conditionally reload debug register 6Avi Kivity2009-09-101-5/+9
* KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov2009-09-101-6/+3
* KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang2009-09-101-3/+3
* KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity2009-09-101-1/+6
* KVM: fix EFER read buffer overflowRoel Kluin2009-09-101-2/+5
* KVM: VMX: Optimize vmx_get_cpl()Avi Kivity2009-09-101-4/+1
* KVM: report 1GB page support to userspaceJoerg Roedel2009-09-101-0/+6
* KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka2009-09-101-2/+2
* KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-101-5/+10
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-32/+46
* KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity2009-09-101-2/+7
* KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti2009-09-101-0/+3
* KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti2009-09-101-1/+85
* KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti2009-09-101-0/+20
* KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara2009-09-101-12/+0
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-3/+3
* KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity2009-09-101-34/+44
* KVM: VMX: Support Unrestricted Guest featureNitin A Kamble2009-09-101-6/+54
* KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity2009-09-101-2/+2
* KVM: Cache pdptrsAvi Kivity2009-09-101-4/+18
* KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity2009-09-101-6/+15
* KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity2009-09-101-1/+0
* KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov2009-09-101-0/+8
* KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput2009-09-101-2/+2
* KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov2009-09-101-2/+6
* KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-051-1/+1
* KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-051-2/+2
* KVM: VMX: Handle vmx instruction vmexitsAvi Kivity2009-06-281-0/+15
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-1/+1
* KVM: Add VT-x machine check supportAndi Kleen2009-06-101-2/+48
OpenPOWER on IntegriCloud