summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_builtin.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Simplify dynamic micro-threading codePaul Mackerras2017-07-011-1/+1
* KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlersPaul Mackerras2017-05-121-1/+8
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-0/+103
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-0/+103
* | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-1/+2
|\ \ | |/ |/|
| * cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+2
* | powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-13/+8
* | powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-101-0/+8
|/
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+2
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-081-25/+9
|\
| * powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-071-25/+9
* | KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson2017-01-311-4/+4
|/
* KVM: PPC: Book3S HV: Allow guest exit path to have MMU onPaul Mackerras2017-01-311-12/+26
* KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.hPaul Mackerras2016-12-011-1/+0
* KVM: PPC: Book3S HV: Fix compilation with unusual configurationsPaul Mackerras2016-11-241-1/+2
* KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9Paul Mackerras2016-11-241-10/+49
* KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9Paul Mackerras2016-11-241-2/+8
* KVM: PPC: Book3S HV: sparse: prototypes for functions called from assemblerDaniel Axtens2016-11-211-0/+1
* KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-121-0/+1
* KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-121-1/+72
* KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2016-09-091-0/+84
* KVM: PPC: Book3S HV: Host-side RM data structuresSuresh Warrier2016-02-291-0/+3
* KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras2015-08-221-1/+24
* KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras2015-08-221-3/+4
* KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras2015-04-211-2/+14
* KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-211-0/+63
* KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras2015-04-211-5/+5
* KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+15
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-181-102/+34
|\
| * KVM: PPC: Book3S HV: Improve H_CONFER implementationSam Bobroff2014-12-171-0/+32
| * KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-102/+2
* | powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* | powerpc: Remove some old bootmem related commentsAnton Blanchard2014-11-101-1/+1
|/
* KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V2014-09-291-0/+6
* PC, KVM, CMA: Fix regression caused by wrong get_order() useAlexey Kardashevskiy2014-08-191-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-0/+13
|\
| * KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-281-0/+13
* | mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-061-2/+2
* | PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim2014-08-061-6/+13
|/
* powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman2014-05-281-0/+31
* powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V2013-07-081-127/+40
* powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V2013-07-081-27/+64
* KVM: PPC: Quieten message about allocating linear regionsPaul Mackerras2012-10-051-2/+2
* KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras2012-05-301-1/+4
* KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras2012-04-031-4/+5
* KVM: PPC: Add HPT preallocatorAlexander Graf2012-03-051-1/+38
* KVM: PPC: Initialize linears with zerosAlexander Graf2012-03-051-0/+1
* KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-051-70/+105
* KVM: PPC: annotate kvm_rma_init as __initNishanth Aravamudan2011-12-271-1/+1
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
OpenPOWER on IntegriCloud