summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: x86: Fix memory leak in vmx.cAndrew Honig
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun
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-22KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon
2013-04-22Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov
2013-04-17KVM: ia64: Fix kvm_vm_ioctl_irq_lineYang Zhang
2013-04-17KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z
2013-04-17kvm/ppc: don't call complete_mmio_load when it's a storeScott Wood
2013-04-17KVM: PPC: emulate dcbstStuart Yoder
2013-04-17Added ONE_REG interface for debug instructionBharat Bhushan
2013-04-17Merge commit 'origin/next' into kvm-ppc-nextAlexander Graf
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: ARM: Fix kvm_vm_ioctl_irq_lineAlexander Graf
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: Set TMR when programming ioapic entryYang 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: Register a new IPI for posted interruptYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
2013-04-15KVM: Use eoi to track RTC interrupt delivery statusYang Zhang
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-15KVM: Force vmexit with virtual interrupt deliveryYang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang
2013-04-15KVM: Introduce struct rtc_statusYang Zhang
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang 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: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov
2013-04-14KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov
2013-04-14KVM: emulator: fix unimplemented instruction detectionGleb Natapov
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf