aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2015-03-10 Merge tag 'v3.10.71' into linux-linaro-lskAlex Shi
2015-02-11x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski
2015-02-11kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-12-17 Merge tag 'v3.10.63' into linux-linaro-lskAlex Shi
2014-12-16nEPT: Nested INVEPTNadav Har'El
2014-11-14Merge tag 'v3.10.60' into linux-linaro-lskMark Brown
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin
2014-10-11Merge remote-tracking branch 'lsk/v3.10/topic/kvm' into linux-linaro-lskMark Brown
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti
2013-07-13KVM: VMX: mark unusable segment as nonpresentGleb Natapov
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-04-28KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-28KVM: VMX: remove unprintable characters from commentJan Kiszka
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Fix VMXON emulationAbel Gordon
2013-04-22KVM: nVMX: Refactor handle_vmwriteAbel Gordon
2013-04-22KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon
2013-04-17KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z
2013-04-16KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov
2013-04-16KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
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-11x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang