summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: MPIC: Add support for KVM_IRQ_LINEAlexander Graf2013-04-262-0/+14
* KVM: PPC: Support irq routing and irqfd for in-kernel MPICAlexander Graf2013-04-266-1/+139
* kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood2013-04-265-8/+132
* kvm/ppc/mpic: in-kernel MPIC emulationScott Wood2013-04-268-200/+626
* kvm/ppc/mpic: adapt to kernel style and environmentScott Wood2013-04-261-237/+208
* kvm/ppc/mpic: remove some obviously unneeded codeScott Wood2013-04-261-344/+0
* kvm/ppc/mpic: import hw/openpic.c from QEMUScott Wood2013-04-261-0/+1686
* KVM: Move irqfd resample cap handling to generic codeAlexander Graf2013-04-261-1/+0
* KVM: Extract generic irqchip logic into irqchip.cAlexander Graf2013-04-261-1/+1
* KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf2013-04-261-0/+1
* KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-261-0/+2
* KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-266-21/+80
* KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras2013-04-263-20/+63
* KVM: PPC: e500: Add e6500 core to Kconfig descriptionMihai Caraman2013-04-261-3/+3
* KVM: PPC: e500mc: Enable e6500 coresMihai Caraman2013-04-261-0/+2
* KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUsMihai Caraman2013-04-261-0/+4
* KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman2013-04-264-0/+23
* KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman2013-04-265-0/+55
* KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functionsMihai Caraman2013-04-261-22/+38
* KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman2013-04-265-4/+123
* KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman2013-04-264-47/+91
* booke: exit to user space if emulator requestBharat Bhushan2013-04-261-0/+3
* KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan2013-04-262-2/+2
* Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan2013-04-263-3/+3
* KVM: PPC: debug stub interface parameter definedBharat Bhushan2013-04-264-6/+35
* KVM: PPC: cache flush for kernel managed pagesBharat Bhushan2013-04-261-1/+8
* KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov2013-04-251-0/+4
* 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-223-10/+60
* 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: x86: Fix memory leak in vmx.cAndrew Honig2013-04-221-0/+17
* KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun2013-04-221-1/+3
* 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: nVMX: Shadow-vmcs control fields/bitsAbel Gordon2013-04-222-0/+5
* Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-227-1/+22
|\
| * kvm/ppc: don't call complete_mmio_load when it's a storeScott Wood2013-04-171-1/+0
| * KVM: PPC: emulate dcbstStuart Yoder2013-04-171-0/+2
| * Added ONE_REG interface for debug instructionBharat Bhushan2013-04-175-0/+20
* | KVM: ia64: Fix kvm_vm_ioctl_irq_lineYang Zhang2013-04-171-2/+4
* | KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z2013-04-171-0/+2
OpenPOWER on IntegriCloud