aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-303/+704
2014-09-29KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V1-0/+6
2014-09-24Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-nextPaolo Bonzini15-270/+688
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla5-7/+9
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf4-5/+5
2014-09-22powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan2-3/+20
2014-09-22powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan4-5/+57
2014-09-22KVM: PPC: Book3E: Enable e6500 coreMihai Caraman1-0/+10
2014-09-22KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman3-23/+61
2014-09-22KVM: PPC: Book3S HV: Only accept host PVR value for guest PVRPaul Mackerras1-1/+3
2014-09-22KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threadsPaul Mackerras1-1/+1
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman3-13/+3
2014-09-22KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan2-1/+189
2014-09-22KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman2-42/+42
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman3-129/+138
2014-09-22KVM: PPC: Book3e: Add AltiVec supportMihai Caraman4-8/+101
2014-09-22KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman3-43/+36
2014-09-22KVM: PPC: Book3S HV: Add register name when loading tocMichael Neuling1-1/+2
2014-09-22KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan1-0/+6
2014-09-22KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan2-9/+9
2014-09-22KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUGBharat Bhushan1-0/+2
2014-09-22KVM: PPC: BOOKE: Allow guest to change MSR_DEBharat Bhushan1-1/+1
2014-09-22KVM: PPC: BOOKE : Emulate rfdi instructionBharat Bhushan1-0/+13
2014-09-22KVM: PPC: BOOKE: allow debug interrupt at "debug level"Bharat Bhushan1-1/+5
2014-09-03powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour1-2/+2
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-29/+0
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-19PC, KVM, CMA: Fix regression caused by wrong get_order() useAlexey Kardashevskiy1-3/+3
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-1857/+1604
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+6
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-2/+2
2014-08-06PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim5-277/+14
2014-08-05KVM: PPC: Enable IRQFD support for the XICS interrupt controllerPaul Mackerras4-9/+55
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-0/+1
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras1-3/+1
2014-08-05KVM: PPC: drop duplicate tracepointPaolo Bonzini2-20/+2
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini34-1845/+1565
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-0/+6
2014-07-31KVM: PPC: PR: Handle FSCR feature deselectsAlexander Graf2-3/+12
2014-07-30KVM: PPC: HV: Remove generic instruction emulationAlexander Graf2-1/+21
2014-07-28KVM: PPC: Remove DCR handlingAlexander Graf4-19/+0
2014-07-28KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf2-6/+27
2014-07-28KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf4-193/+277
2014-07-28KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf1-0/+22
2014-07-28KVM: PPC: Use kvm_read_guest in kvmppc_ldAlexander Graf1-25/+2
2014-07-28KVM: PPC: Remove kvmppc_bad_hva()Alexander Graf1-6/+1
2014-07-28KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2-81/+81
2014-07-28KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf2-4/+59
2014-07-28KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base pageAneesh Kumar K.V1-6/+0