aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras
2013-04-26KVM: PPC: e500: Add e6500 core to Kconfig descriptionMihai Caraman
2013-04-26KVM: PPC: e500mc: Enable e6500 coresMihai Caraman
2013-04-26KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUsMihai Caraman
2013-04-26KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman
2013-04-26KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman
2013-04-26KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functionsMihai Caraman
2013-04-26KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman
2013-04-26KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman
2013-04-26booke: exit to user space if emulator requestBharat Bhushan
2013-04-26KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan
2013-04-26Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan
2013-04-26KVM: PPC: debug stub interface parameter definedBharat Bhushan
2013-04-26KVM: PPC: cache flush for kernel managed pagesBharat Bhushan
2013-04-25KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov
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