1. 99212c8 Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-next by Paul Mackerras · 8 years ago
  2. 3f25777 powerpc: move hmi.c to arch/powerpc/kvm/ by Paolo Bonzini · 8 years ago
  3. 4b3d173 KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup by Paul Mackerras · 8 years ago
  4. 58ab5e0 Kbuild: arch: look for generated headers in obtree by Arnd Bergmann · 8 years ago
  5. 0af574b KVM: PPC: do not compile in vfio.o unconditionally by Paolo Bonzini · 8 years ago
  6. 178a787 vfio: Enable VFIO device for powerpc by David Gibson · 8 years ago
  7. 66bb0aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  8. fc95ca7 PPC, KVM, CMA: use general CMA reserved area management framework by Joonsoo Kim · 10 years ago
  9. 29577fc KVM: PPC: HV: Remove generic instruction emulation by Alexander Graf · 10 years ago
  10. d69614a KVM: PPC: Separate loadstore emulation from priv emulation by Alexander Graf · 10 years ago
  11. b2677b8 KVM: PPC: Remove 440 support by Alexander Graf · 10 years ago
  12. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  13. 9975f5e kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE by Aneesh Kumar K.V · 11 years ago
  14. 066212e kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary by Paul Mackerras · 11 years ago
  15. fa61a4e3 powerpc/kvm: Contiguous memory allocator based hash page table allocation by Aneesh Kumar K.V · 11 years ago
  16. 535cf7b KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles by Marc Zyngier · 11 years ago
  17. e7d26f2 KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation by Benjamin Herrenschmidt · 11 years ago
  18. bc5ad3f KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller by Benjamin Herrenschmidt · 11 years ago
  19. 8e591cb KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls by Michael Ellerman · 11 years ago
  20. de9ba2f KVM: PPC: Support irq routing and irqfd for in-kernel MPIC by Alexander Graf · 11 years ago
  21. 5df554a kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 11 years ago
  22. b71c9e2 KVM: PPC: E500: Split host and guest MMU parts by Alexander Graf · 11 years ago
  23. b4072df KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking by Paul Mackerras · 12 years ago
  24. 0e673fb KVM: PPC: Support eventfd by Alexander Graf · 12 years ago
  25. f31e65e kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM by Benjamin Herrenschmidt · 12 years ago
  26. bf7ca4b KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2 by Alexander Graf · 12 years ago
  27. 73196cd KVM: PPC: e500mc support by Scott Wood · 12 years ago
  28. 177339d KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately by Paul Mackerras · 13 years ago
  29. 0254f074 KVM: PPC: Add PAPR hypercall code for PR mode by Alexander Graf · 13 years ago
  30. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 13 years ago
  31. 54738c0 KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode by David Gibson · 13 years ago
  32. a8606e2 KVM: PPC: Handle some PAPR hcalls in the kernel by Paul Mackerras · 13 years ago
  33. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 13 years ago
  34. f05ed4d KVM: PPC: Split out code from book3s.c into book3s_pr.c by Paul Mackerras · 13 years ago
  35. 4108d9b powerpc/Makefiles: Change to new flag variables by matt mooney · 14 years ago
  36. fef093be KVM: PPC: Make use of hash based Shadow MMU by Alexander Graf · 14 years ago
  37. 4f84139 KVM: PPC: Enable Book3S_32 KVM building by Alexander Graf · 14 years ago
  38. c14dea0 KVM: PPC: Use KVM_BOOK3S_HANDLER by Alexander Graf · 14 years ago
  39. 2191d65 KVM: PPC: Name generic 64-bit code generic by Alexander Graf · 14 years ago
  40. 831317b KVM: PPC: Implement Paired Single emulation by Alexander Graf · 14 years ago
  41. 963cf3d KVM: PPC: Add helpers to call FPU instructions by Alexander Graf · 14 years ago
  42. c4f9c77 Include Book3s_64 target in buildsystem by Alexander Graf · 15 years ago
  43. 2023a29 KVM: remove old KVMTRACE support code by Marcelo Tosatti · 15 years ago
  44. 46f43c6 KVM: powerpc: convert marker probes to event trace by Marcelo Tosatti · 15 years ago
  45. ba55bd7 powerpc: Add configurable -Werror for arch/powerpc by Michael Ellerman · 15 years ago
  46. bc8080c KVM: ppc: E500 core-specific code by Hollis Blanchard · 15 years ago
  47. d0c7dc0 KVM: ppc: split out common Book E instruction emulation by Hollis Blanchard · 15 years ago
  48. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  49. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  50. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  51. d9fbd03 KVM: ppc: combine booke_guest.c and booke_host.c by Hollis Blanchard · 16 years ago
  52. 12f6755 KVM: ppc: enable KVM_TRACE building for powerpc by Jerone Young · 16 years ago
  53. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 16 years ago
  54. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 16 years ago