1. acde257 KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers by Paul Mackerras · 8 years ago
  2. 4415b33 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  3. c6a677c Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  4. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  5. f318dd0 cma: Store a name in the cma structure by Laura Abbott · 8 years ago
  6. d381d7c powerpc: Consolidate variants of real-mode MMIOs by Benjamin Herrenschmidt · 8 years ago
  7. 243e251 powerpc/xive: Native exploitation of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  8. e2f466e mm: cma_alloc: allow to specify GFP mask by Lucas Stach · 8 years ago
  9. a4a741a Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 9 years ago
  10. ab9bad0 powerpc/powernv: Remove separate entry for OPAL real mode calls by Benjamin Herrenschmidt · 9 years ago
  11. db9a290 KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity by David Gibson · 9 years ago
  12. 53af3ba KVM: PPC: Book3S HV: Allow guest exit path to have MMU on by Paul Mackerras · 9 years ago
  13. e34af78 KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h by Paul Mackerras · 9 years ago
  14. e270287 KVM: PPC: Book3S HV: Fix compilation with unusual configurations by Paul Mackerras · 9 years ago
  15. f725758 KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9 by Paul Mackerras · 9 years ago
  16. 1704a81 KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9 by Paul Mackerras · 9 years ago
  17. ebe4535 KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler by Daniel Axtens · 9 years ago
  18. f7af520 KVM: PPC: Book3S HV: Complete passthrough interrupt in host by Suresh Warrier · 9 years ago
  19. e3c13e5 KVM: PPC: Book3S HV: Handle passthrough interrupts in guest by Suresh Warrier · 9 years ago
  20. 37f55d3 KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function by Suresh Warrier · 9 years ago
  21. 79b6c24 KVM: PPC: Book3S HV: Host-side RM data structures by Suresh Warrier · 10 years ago
  22. b4deba5 KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8 by Paul Mackerras · 10 years ago
  23. ec25716 KVM: PPC: Book3S HV: Make use of unused threads when running guests by Paul Mackerras · 10 years ago
  24. 66feed6 KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 by Paul Mackerras · 10 years ago
  25. eddb60f KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C by Paul Mackerras · 10 years ago
  26. 7d6c40d KVM: PPC: Book3S HV: Use bitmap of active threads rather than count by Paul Mackerras · 10 years ago
  27. e928e9c KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. by Michael Ellerman · 10 years ago
  28. 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  29. 90fd09f KVM: PPC: Book3S HV: Improve H_CONFER implementation by Sam Bobroff · 11 years ago
  30. c17b98c KVM: PPC: Book3S HV: Remove code for PPC970 processors by Paul Mackerras · 11 years ago
  31. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 11 years ago
  32. 14ed740 powerpc: Remove some old bootmem related comments by Anton Blanchard · 11 years ago
  33. cec26bc KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode by Aneesh Kumar K.V · 11 years ago
  34. c04fa58 PC, KVM, CMA: Fix regression caused by wrong get_order() use by Alexey Kardashevskiy · 11 years ago
  35. 66bb0aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  36. c1f733aa mm, CMA: change cma_declare_contiguous() to obey coding convention by Joonsoo Kim · 11 years ago
  37. fc95ca7 PPC, KVM, CMA: use general CMA reserved area management framework by Joonsoo Kim · 11 years ago
  38. ae2113a KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled by Paul Mackerras · 11 years ago
  39. 441c19c powerpc/kvm/book3s_hv: Rework the secondary inhibit code by Michael Ellerman · 11 years ago
  40. 6c45b81 powerpc/kvm: Contiguous memory allocator based RMA allocation by Aneesh Kumar K.V · 12 years ago
  41. fa61a4e3 powerpc/kvm: Contiguous memory allocator based hash page table allocation by Aneesh Kumar K.V · 12 years ago
  42. 1340f3e8 KVM: PPC: Quieten message about allocating linear regions by Paul Mackerras · 13 years ago
  43. 32fad28 KVM: PPC: Book3S HV: Make the guest hash table size configurable by Paul Mackerras · 13 years ago
  44. b4e5122 KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist by Paul Mackerras · 14 years ago
  45. d2a1b48 KVM: PPC: Add HPT preallocator by Alexander Graf · 14 years ago
  46. b7f5d01 KVM: PPC: Initialize linears with zeros by Alexander Graf · 14 years ago
  47. b4e7061 KVM: PPC: Convert RMA allocation into generic code by Alexander Graf · 14 years ago
  48. 6c9b7c4 KVM: PPC: annotate kvm_rma_init as __init by Nishanth Aravamudan · 14 years ago
  49. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 14 years ago
  50. 9e368f2 KVM: PPC: book3s_hv: Add support for PPC970-family processors by Paul Mackerras · 14 years ago
  51. 969391c powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits by Paul Mackerras · 14 years ago
  52. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 14 years ago