summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini
2013-03-18KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka
2013-03-14KVM: nVMX: Add preemption timer supportJan Kiszka
2013-03-14KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka
2013-03-13KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka
2013-03-11kvm: remove cast for kmalloc return valueIoan Orghici
2013-03-07KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka
2013-03-07KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka
2013-03-05KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka
2013-03-04KVM: nVMX: Fix switching of debug stateJan Kiszka
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa
2013-02-28KVM: VMX: Pass vcpu to __vmx_complete_interruptsJan Kiszka
2013-02-28KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12Jan Kiszka
2013-02-27KVM: nVMX: Use cached exit reasonJan Kiszka
2013-02-27KVM: nVMX: Clear segment cache after switching between L1 and L2Jan Kiszka
2013-02-27KVM: nVMX: Advertise PAUSE and WBINVD exiting supportJan Kiszka
2013-02-27KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state staticJan Kiszka
2013-02-22KVM: nVMX: Trap unconditionally if msr bitmap access failsJan Kiszka
2013-02-22KVM: nVMX: Improve I/O exit handlingJan Kiszka
2013-02-14KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka
2013-02-11KVM: VMX: disable apicv by defaultYang Zhang
2013-02-06KVM: VMX: cleanup vmx_set_cr0().Gleb Natapov
2013-02-05KVM: VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang
2013-01-29x86, apicv: add virtual x2apic supportYang Zhang
2013-01-29x86, apicv: add APICv register virtualization supportYang Zhang
2013-01-24KVM: VMX: set vmx->emulation_required only when needed.Gleb Natapov
2013-01-24KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg.Gleb Natapov
2013-01-24KVM: VMX: don't clobber segment AR of unusable segments.Gleb Natapov
2013-01-24KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted gues...Gleb Natapov
2013-01-24KVM: VMX: remove hack that disables emulation on vcpu reset/initGleb Natapov
2013-01-24KVM: VMX: if unrestricted guest is enabled vcpu state is always valid.Gleb Natapov
2013-01-24KVM: VMX: reset CPL only on CS register write.Gleb Natapov
2013-01-24KVM: VMX: remove special CPL cache access during transition to real mode.Gleb Natapov
2013-01-08KVM: VMX: fix incorrect cached cpl value with real/v8086 modesMarcelo Tosatti
2013-01-02KVM: VMX: handle IO when emulation is due to #GP in real mode.Gleb Natapov
2013-01-02KVM: VMX: Do not fix segment register during vcpu initialization.Gleb Natapov
2013-01-02KVM: VMX: fix emulation of invalid guest state.Gleb Natapov
2013-01-02KVM: VMX: make rmode_segment_valid() more strict.Gleb Natapov
2012-12-23KVM: VMX: remove unneeded temporary variable from vmx_set_segment()Gleb Natapov