aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_builtin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-22KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras1-1/+24
2015-08-22KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras1-3/+4
2015-04-21KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras1-2/+14
2015-04-21KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras1-0/+63
2015-04-21KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras1-5/+5
2015-04-21KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman1-0/+15
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-102/+34
2014-12-17KVM: PPC: Book3S HV: Improve H_CONFER implementationSam Bobroff1-0/+32
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras1-102/+2
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard1-1/+1
2014-09-29KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V1-0/+6
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 Torvalds1-0/+13
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 Kim1-6/+13
2014-07-28KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras1-0/+13
2014-05-28powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman1-0/+31
2013-07-08powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V1-127/+40
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V1-27/+64
2012-10-05KVM: PPC: Quieten message about allocating linear regionsPaul Mackerras1-2/+2
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-1/+4
2012-04-03KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras1-4/+5
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf1-1/+38
2012-03-05KVM: PPC: Initialize linears with zerosAlexander Graf1-0/+1
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf1-70/+105
2011-12-27KVM: PPC: annotate kvm_rma_init as __initNishanth Aravamudan1-1/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-4/+7
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bitsPaul Mackerras1-2/+2
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras1-0/+152