summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-0/+4
* KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-271-2/+2
* KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-201-2/+2
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-091-0/+6
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-243/+834
|\
| * KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-021-9/+7
| * KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka2013-04-281-1/+1
| * KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-7/+8
| * KVM: VMX: remove unprintable characters from commentJan Kiszka2013-04-281-1/+1
| * KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka2013-04-221-2/+2
| * KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-221-0/+40
| * KVM: nVMX: Fix conditions for NMI injectionJan Kiszka2013-04-221-0/+26
| * KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka2013-04-221-10/+10
| * KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon2013-04-221-0/+11
| * KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon2013-04-221-0/+32
| * KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon2013-04-221-0/+45
| * KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon2013-04-221-0/+35
| * KVM: nVMX: Release shadow vmcsAbel Gordon2013-04-221-8/+12
| * KVM: nVMX: Allocate shadow vmcsAbel Gordon2013-04-221-0/+12
| * KVM: nVMX: Fix VMXON emulationAbel Gordon2013-04-221-0/+8
| * KVM: nVMX: Refactor handle_vmwriteAbel Gordon2013-04-221-24/+28
| * KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon2013-04-221-1/+89
| * KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon2013-04-221-1/+24
| * KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z2013-04-171-0/+2
| * KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov2013-04-161-1/+1
| * KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini2013-04-161-2/+5
| * KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang2013-04-161-1/+1
| * KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-161-1/+63
| * KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-161-0/+3
| * KVM: VMX: Check the posted interrupt capabilityYang Zhang2013-04-161-20/+62
| * KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang2013-04-161-4/+54
| * KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka2013-04-141-1/+5
| * KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka2013-04-141-8/+12
| * KVM: nVMX: Rework event injection and recoveryJan Kiszka2013-04-141-35/+64
| * KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka2013-04-141-7/+2
| * KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-141-1/+1
| * KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka2013-04-081-1/+2
| * KVM: x86: fix memory leak in vmx_initYang Zhang2013-04-081-1/+3
| * KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka2013-04-071-1/+1
| * KVM: x86: correctly initialize the CS base on resetPaolo Bonzini2013-03-201-0/+1
| * KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka2013-03-181-26/+4
| * KVM: nVMX: Add preemption timer supportJan Kiszka2013-03-141-3/+14
| * KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2013-03-141-1/+12
| * KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2013-03-131-4/+6
| * KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-10/+2
| * KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-121-6/+1
| * kvm: remove cast for kmalloc return valueIoan Orghici2013-03-111-2/+1
| * KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka2013-03-071-15/+33
| * KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka2013-03-071-3/+10
| * KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka2013-03-051-0/+1
OpenPOWER on IntegriCloud