aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
...
| * KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12Jan Kiszka2013-02-28
| * KVM: nVMX: Use cached exit reasonJan Kiszka2013-02-27
| * KVM: nVMX: Clear segment cache after switching between L1 and L2Jan Kiszka2013-02-27
| * KVM: nVMX: Advertise PAUSE and WBINVD exiting supportJan Kiszka2013-02-27
| * KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state staticJan Kiszka2013-02-27
| * KVM: nVMX: Trap unconditionally if msr bitmap access failsJan Kiszka2013-02-21
| * KVM: nVMX: Improve I/O exit handlingJan Kiszka2013-02-21
* | x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-11
|/
* KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka2013-02-14
* KVM: VMX: disable apicv by defaultYang Zhang2013-02-11
* KVM: VMX: cleanup vmx_set_cr0().Gleb Natapov2013-02-06
* KVM: VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-02-05
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-29
* x86, apicv: add virtual x2apic supportYang Zhang2013-01-29
* x86, apicv: add APICv register virtualization supportYang Zhang2013-01-29
* KVM: VMX: set vmx->emulation_required only when needed.Gleb Natapov2013-01-23
* KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg.Gleb Natapov2013-01-23
* KVM: VMX: don't clobber segment AR of unusable segments.Gleb Natapov2013-01-23
* KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted gues...Gleb Natapov2013-01-23
* KVM: VMX: remove hack that disables emulation on vcpu reset/initGleb Natapov2013-01-23
* KVM: VMX: if unrestricted guest is enabled vcpu state is always valid.Gleb Natapov2013-01-23
* KVM: VMX: reset CPL only on CS register write.Gleb Natapov2013-01-23
* KVM: VMX: remove special CPL cache access during transition to real mode.Gleb Natapov2013-01-23
* KVM: VMX: fix incorrect cached cpl value with real/v8086 modesMarcelo Tosatti2013-01-08
* KVM: VMX: handle IO when emulation is due to #GP in real mode.Gleb Natapov2013-01-02
* KVM: VMX: Do not fix segment register during vcpu initialization.Gleb Natapov2013-01-02
* KVM: VMX: fix emulation of invalid guest state.Gleb Natapov2013-01-02
* KVM: VMX: make rmode_segment_valid() more strict.Gleb Natapov2013-01-02
* KVM: VMX: remove unneeded temporary variable from vmx_set_segment()Gleb Natapov2012-12-23
* KVM: VMX: clean-up vmx_set_segment()Gleb Natapov2012-12-23
* KVM: VMX: remove redundant code from vmx_set_segment()Gleb Natapov2012-12-23
* KVM: VMX: use fix_rmode_seg() to fix all code/data segmentsGleb Natapov2012-12-23
* KVM: VMX: return correct segment limit and flags for CS/SS registers in real ...Gleb Natapov2012-12-23
* KVM: VMX: relax check for CS register in rmode_segment_valid()Gleb Natapov2012-12-23
* KVM: VMX: cleanup rmode_segment_valid()Gleb Natapov2012-12-23
* KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-13
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\
| * VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-11
| * KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-11
| * KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-06
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-05
| * kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-05
| * kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-05
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-30
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-30
| * KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-29
| * KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-28
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-27
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
| * KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong2012-10-18