summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin1-3/+3
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-1/+1
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig1-2/+5
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2013-07-13KVM: VMX: mark unusable segment as nonpresentGleb Natapov1-2/+9
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov1-0/+6
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-243/+834
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka1-9/+7
2013-04-28KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka1-1/+1
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka1-7/+8
2013-04-28KVM: VMX: remove unprintable characters from commentJan Kiszka1-1/+1
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka1-2/+2
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka1-0/+40
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka1-0/+26
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka1-10/+10
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon1-0/+11
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon1-0/+32
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon1-0/+45
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon1-0/+35
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon1-8/+12
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon1-0/+12
2013-04-22KVM: nVMX: Fix VMXON emulationAbel Gordon1-0/+8
2013-04-22KVM: nVMX: Refactor handle_vmwriteAbel Gordon1-24/+28
2013-04-22KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon1-1/+89
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon1-1/+24
2013-04-17KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z1-0/+2
2013-04-16KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov1-1/+1
2013-04-16KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini1-2/+5
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang1-1/+1
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang1-1/+63
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang1-0/+3
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang1-20/+62
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang1-4/+54
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka1-1/+5
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka1-8/+12
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka1-35/+64
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka1-7/+2
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov1-1/+1
2013-04-11x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk1-1/+1
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka1-1/+2
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang1-1/+3
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka1-1/+1
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini1-0/+1
2013-03-18KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka1-26/+4
2013-03-14KVM: nVMX: Add preemption timer supportJan Kiszka1-3/+14
2013-03-14KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka1-1/+12
2013-03-13KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka1-4/+6
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka1-10/+2
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka1-6/+1