summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman12-1/+252
2013-04-26kvm/ppc/mpic: Eliminate mmio_mappedScott Wood1-28/+1
2013-04-26kvm: destroy emulated devices on VM exitScott Wood3-16/+18
2013-04-26KVM: IA64: Carry non-ia64 changes into ia64Alexander Graf3-1/+3
2013-04-26KVM: PPC: MPIC: Restrict to e500 platformsAlexander Graf1-1/+1
2013-04-26KVM: PPC: MPIC: Add support for KVM_IRQ_LINEAlexander Graf2-0/+14
2013-04-26KVM: PPC: Support irq routing and irqfd for in-kernel MPICAlexander Graf7-1/+158
2013-04-26kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood7-8/+141
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationScott Wood12-200/+674
2013-04-26kvm/ppc/mpic: adapt to kernel style and environmentScott Wood1-237/+208
2013-04-26kvm/ppc/mpic: remove some obviously unneeded codeScott Wood1-344/+0
2013-04-26kvm/ppc/mpic: import hw/openpic.c from QEMUScott Wood1-0/+1686
2013-04-26kvm: add device control APIScott Wood5-0/+262
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf2-1/+3
2013-04-26KVM: Move irq routing setup to irqchip.cAlexander Graf3-73/+91
2013-04-26KVM: Extract generic irqchip logic into irqchip.cAlexander Graf4-121/+163
2013-04-26KVM: Move irq routing to generic codeAlexander Graf2-30/+30
2013-04-26KVM: Remove kvm_get_intr_delivery_bitmaskAlexander Graf1-5/+0
2013-04-26KVM: Drop __KVM_HAVE_IOAPIC condition on irq routingAlexander Graf1-2/+0
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf5-7/+11
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf3-2/+4
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras6-21/+80
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras3-20/+63
2013-04-26KVM: PPC: e500: Add e6500 core to Kconfig descriptionMihai Caraman1-3/+3
2013-04-26KVM: PPC: e500mc: Enable e6500 coresMihai Caraman1-0/+2
2013-04-26KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUsMihai Caraman1-0/+4
2013-04-26KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman5-0/+24
2013-04-26KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman6-0/+59
2013-04-26KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functionsMihai Caraman1-22/+38
2013-04-26KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman6-4/+134
2013-04-26KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman4-47/+91
2013-04-26booke: exit to user space if emulator requestBharat Bhushan1-0/+3
2013-04-26KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan2-2/+2
2013-04-26Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan3-3/+3
2013-04-26KVM: PPC: debug stub interface parameter definedBharat Bhushan4-6/+35
2013-04-26KVM: PPC: cache flush for kernel managed pagesBharat Bhushan1-1/+8
2013-04-25KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov1-0/+4
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 Kiszka3-10/+60
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: x86: Fix memory leak in vmx.cAndrew Honig1-0/+17
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun1-1/+3
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