summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka2013-02-141-1/+1
* KVM: VMX: disable apicv by defaultYang Zhang2013-02-111-2/+1Star
* KVM: VMX: cleanup vmx_set_cr0().Gleb Natapov2013-02-071-9/+5Star
* KVM: VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-02-061-0/+8
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-10/+109
* x86, apicv: add virtual x2apic supportYang Zhang2013-01-291-20/+178
* x86, apicv: add APICv register virtualization supportYang Zhang2013-01-291-1/+32
* KVM: VMX: set vmx->emulation_required only when needed.Gleb Natapov2013-01-241-7/+12
* KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg.Gleb Natapov2013-01-241-7/+7
* KVM: VMX: don't clobber segment AR of unusable segments.Gleb Natapov2013-01-241-2/+0Star
* KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted gues...Gleb Natapov2013-01-241-8/+6Star
* KVM: VMX: remove hack that disables emulation on vcpu reset/initGleb Natapov2013-01-241-3/+0Star
* KVM: VMX: if unrestricted guest is enabled vcpu state is always valid.Gleb Natapov2013-01-241-0/+3
* KVM: VMX: reset CPL only on CS register write.Gleb Natapov2013-01-241-1/+2
* KVM: VMX: remove special CPL cache access during transition to real mode.Gleb Natapov2013-01-241-8/+4Star
* KVM: VMX: fix incorrect cached cpl value with real/v8086 modesMarcelo Tosatti2013-01-081-11/+4Star
* KVM: VMX: handle IO when emulation is due to #GP in real mode.Gleb Natapov2013-01-021-34/+41
* KVM: VMX: Do not fix segment register during vcpu initialization.Gleb Natapov2013-01-021-13/+5Star
* KVM: VMX: fix emulation of invalid guest state.Gleb Natapov2013-01-021-54/+68
* KVM: VMX: make rmode_segment_valid() more strict.Gleb Natapov2013-01-021-3/+1Star
* KVM: VMX: remove unneeded temporary variable from vmx_set_segment()Gleb Natapov2012-12-231-4/+2Star
* KVM: VMX: clean-up vmx_set_segment()Gleb Natapov2012-12-231-18/+9Star
* KVM: VMX: remove redundant code from vmx_set_segment()Gleb Natapov2012-12-231-9/+3Star
* KVM: VMX: use fix_rmode_seg() to fix all code/data segmentsGleb Natapov2012-12-231-24/+2Star
* KVM: VMX: return correct segment limit and flags for CS/SS registers in real ...Gleb Natapov2012-12-231-4/+3Star
* KVM: VMX: relax check for CS register in rmode_segment_valid()Gleb Natapov2012-12-231-0/+2
* KVM: VMX: cleanup rmode_segment_valid()Gleb Natapov2012-12-231-1/+4
* KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-141-3/+3
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-141-58/+145
|\
| * VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-121-1/+1
| * KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-121-0/+1
| * KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-061-0/+67
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-051-8/+0Star
| * kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-051-16/+0Star
| * kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-051-5/+0Star
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-301-0/+9
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-301-6/+12
| * KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-301-0/+17
| * KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-291-3/+5
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-281-2/+0Star
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-281-3/+2Star
| * KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong2012-10-181-10/+16
| * KVM: VMX: report internal error for the unhandleable eventXiao Guangrong2012-10-181-4/+15
* | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai2012-11-161-4/+7
|/
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-136/+97Star
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-231-13/+1Star
| * KVM: VMX: Make use of asm.hAvi Kivity2012-09-171-39/+30Star
| * KVM: VMX: Make lto-friendlyAvi Kivity2012-09-171-6/+11
| * KVM: VMX: constify lookup tablesMathias Krause2012-09-051-7/+7
| * KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity2012-08-281-1/+1