aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-28ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier3-18/+20
2013-04-28ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier2-1/+6
2013-04-28ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier3-22/+63
2013-04-28ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier5-79/+197
2013-04-28ARM: KVM: rework HYP page table freeingMarc Zyngier3-103/+82
2013-04-28ARM: KVM: enforce maximum size for identity mapped codeMarc Zyngier1-1/+6
2013-04-28ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier4-34/+24
2013-04-28ARM: KVM: fix HYP mapping limitations around zeroMarc Zyngier1-11/+10
2013-04-28ARM: KVM: simplify HYP mapping populationMarc Zyngier1-60/+42
2013-04-28ARM: KVM: arch_timer: use symbolic constantsMark Rutland1-3/+4
2013-04-28ARM: KVM: add support for minimal host vs guest profilingMarc Zyngier4-1/+76
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