summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras6-25/+205
2013-05-02kvm/ppc/mpic: fix missing unlock in set_base_addr()Wei Yongjun1-1/+1
2013-05-02kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/writeScott Wood1-4/+19
2013-05-02kvm/ppc/mpic: remove usersScott Wood1-1/+0
2013-05-02kvm/ppc/mpic: fix mmio region lists when multiple guests usedScott Wood1-21/+32
2013-04-29kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson2-0/+4
2013-04-28KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka1-1/+1
2013-04-28KVM: x86: Increase the "hard" max VCPU limitChegu Vinod1-1/+1
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson8-15/+32
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov41-211/+4871
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka4-13/+14
2013-04-28kvm, svm: Fix typo in printk messageBorislav Petkov1-1/+1
2013-04-28KVM: VMX: remove unprintable characters from commentJan Kiszka1-1/+1
2013-04-26KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras4-0/+123
2013-04-26KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras4-15/+113
2013-04-26KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras3-64/+80
2013-04-26KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt5-19/+490
2013-04-26KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt7-19/+158
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt12-2/+1192
2013-04-26KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman10-1/+230
2013-04-26kvm/ppc/mpic: Eliminate mmio_mappedScott Wood1-28/+1
2013-04-26kvm: destroy emulated devices on VM exitScott Wood1-2/+0
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 Graf6-1/+139
2013-04-26kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood5-8/+132
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationScott Wood8-200/+626
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: Move irqfd resample cap handling to generic codeAlexander Graf1-1/+0
2013-04-26KVM: Extract generic irqchip logic into irqchip.cAlexander Graf1-1/+1
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf1-0/+1
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf1-0/+2
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 Caraman4-0/+23
2013-04-26KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman5-0/+55
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 Caraman5-4/+123
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