1. 21bd000 KVM: PPC: booke: Added DECAR support by Bharat Bhushan · 13 years ago
  2. 32fad28 KVM: PPC: Book3S HV: Make the guest hash table size configurable by Paul Mackerras · 13 years ago
  3. f31e65e kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM by Benjamin Herrenschmidt · 13 years ago
  4. 6020c0f KVM: PPC: Pass EA to updating emulation ops by Alexander Graf · 13 years ago
  5. 0456ec4 KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log by Paul Mackerras · 13 years ago
  6. 2e25aa5 KVM: PPC: Book3S HV: Make virtual processor area registration more robust by Paul Mackerras · 13 years ago
  7. 5fd8505 KVM: PPC: bookehv: add comment about shadow_msr by Alexander Graf · 13 years ago
  8. d30f6e4 KVM: PPC: booke: category E.HV (GS-mode) support by Scott Wood · 13 years ago
  9. 8fdd21a2 KVM: PPC: e500: refactor core-specific TLB code by Scott Wood · 13 years ago
  10. 2246f8b KVM: PPC: Rework wqp conditional code by Alexander Graf · 13 years ago
  11. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 13 years ago
  12. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  13. d2a1b48 KVM: PPC: Add HPT preallocator by Alexander Graf · 13 years ago
  14. b4e7061 KVM: PPC: Convert RMA allocation into generic code by Alexander Graf · 13 years ago
  15. b3c5d3c KVM: PPC: Rename MMIO register identifiers by Alexander Graf · 13 years ago
  16. bad3b50 KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits by Paul Mackerras · 13 years ago
  17. 342d3db KVM: PPC: Implement MMU notifiers for Book3S HV guests by Paul Mackerras · 13 years ago
  18. 697d389 KVM: PPC: Implement MMIO emulation support for Book3S HV guests by Paul Mackerras · 13 years ago
  19. 06ce2c6 KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn by Paul Mackerras · 13 years ago
  20. 9d0ef5ea KVM: PPC: Allow I/O mappings in memory slots by Paul Mackerras · 13 years ago
  21. da9d1d7 KVM: PPC: Allow use of small pages to back Book3S HV guests by Paul Mackerras · 13 years ago
  22. c77162d KVM: PPC: Only get pages when actually needed, not in prepare_memory_region() by Paul Mackerras · 13 years ago
  23. b2b2f16 KVM: PPC: Keep page physical addresses in per-slot arrays by Paul Mackerras · 13 years ago
  24. 8936dda KVM: PPC: Keep a record of HV guest view of hashed page table entries by Paul Mackerras · 13 years ago
  25. dfd4d47 KVM: PPC: booke: Improve timer register emulation by Scott Wood · 13 years ago
  26. b590497 KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn by Scott Wood · 13 years ago
  27. 19ccb76 KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code by Paul Mackerras · 13 years ago
  28. 0214394 KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode by Paul Mackerras · 13 years ago
  29. af8f38b KVM: PPC: Add sanity checking to vcpu_run by Alexander Graf · 13 years ago
  30. 9432ba6 KVM: PPC: Add papr_enabled flag by Alexander Graf · 13 years ago
  31. 9e368f2 KVM: PPC: book3s_hv: Add support for PPC970-family processors by Paul Mackerras · 14 years ago
  32. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 14 years ago
  33. 371fefd KVM: PPC: Allow book3s_hv guests to use SMT processor modes by Paul Mackerras · 14 years ago
  34. 54738c0 KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode by David Gibson · 14 years ago
  35. a8606e2 KVM: PPC: Handle some PAPR hcalls in the kernel by Paul Mackerras · 14 years ago
  36. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 14 years ago
  37. c4befc5 KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s by Paul Mackerras · 14 years ago
  38. dd9ebf1f KVM: PPC: e500: Add shadow PID support by Liu Yu · 14 years ago
  39. 4cd35f6 KVM: PPC: e500: Save/restore SPE state by Scott Wood · 14 years ago
  40. ecee273 KVM: PPC: booke: use shadow_msr by Scott Wood · 14 years ago
  41. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 14 years ago
  42. eab1767 KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0) by Scott Wood · 14 years ago
  43. 09000ad KVM: PPC: Fix issue clearing exit timing counters by Bharat Bhushan · 14 years ago
  44. 2d27fc5 KVM: PPC: Add book3s_32 tlbie flush acceleration by Alexander Graf · 14 years ago
  45. 2e0908a KVM: PPC: RCU'ify the Book3s MMU by Alexander Graf · 14 years ago
  46. beb03f1 KVM: PPC: First magic page steps by Alexander Graf · 14 years ago
  47. 28e83b4 KVM: PPC: Make PAM a define by Alexander Graf · 14 years ago
  48. a73a959 KVM: PPC: Convert SPRG[0-4] to shared page by Alexander Graf · 14 years ago
  49. de7906c KVM: PPC: Convert SRR0 and SRR1 to shared page by Alexander Graf · 14 years ago
  50. 5e03018 KVM: PPC: Convert DAR to shared page. by Alexander Graf · 14 years ago
  51. 666e725 KVM: PPC: Convert MSR to shared page by Alexander Graf · 14 years ago
  52. 96bc451 KVM: PPC: Introduce shared page by Alexander Graf · 14 years ago
  53. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 15 years ago
  54. fef093be KVM: PPC: Make use of hash based Shadow MMU by Alexander Graf · 15 years ago
  55. af7b4d1 KVM: PPC: Convert u64 -> ulong by Alexander Graf · 15 years ago
  56. 0604675 KVM: PPC: Use now shadowed vcpu fields by Alexander Graf · 15 years ago
  57. 00c3a37 KVM: PPC: Use CONFIG_PPC_BOOK3S define by Alexander Graf · 15 years ago
  58. 3ed9c6d KVM: PPC: Make bools bitfields by Alexander Graf · 15 years ago
  59. ad0a048 KVM: PPC: Add OSI hypercall interface by Alexander Graf · 15 years ago
  60. c8027f1 KVM: PPC: Make DSISR 32 bits wide by Alexander Graf · 15 years ago
  61. 3587d53 KVM: PPC: Teach MMIO Signedness by Alexander Graf · 15 years ago
  62. c62e096 KVM: PPC: Make fpscr 64-bit by Alexander Graf · 15 years ago
  63. 5aa9e2f KVM: PPC: Add QPR registers by Alexander Graf · 15 years ago
  64. daf5e27 KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest by Liu Yu · 15 years ago
  65. f7adbba KVM: PPC: Keep SRR1 flags around in shadow_msr by Alexander Graf · 15 years ago
  66. 180a34d KVM: PPC: Add support for FPU/Altivec/VSX by Alexander Graf · 15 years ago
  67. 021ec9c KVM: PPC: Call SLB patching code in interrupt safe manner by Alexander Graf · 15 years ago
  68. 7e57cba KVM: PPC: Use PACA backed shadow vcpu by Alexander Graf · 15 years ago
  69. 544c676 Use hrtimers for the decrementer by Alexander Graf · 15 years ago
  70. ca95150 Add Book3s fields to vcpu structs by Alexander Graf · 15 years ago
  71. ec04b26 KVM: Prepare memslot data structures for multiple hugepage sizes by Joerg Roedel · 16 years ago
  72. 5b7c1a2 KVM: ppc: e500: Directly pass pvr to guest by Liu Yu · 16 years ago
  73. c428dcc9 KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpc by Stephen Rothwell · 16 years ago
  74. f5d0906 KVM: ppc: remove debug support broken by KVM debug rewrite by Hollis Blanchard · 16 years ago
  75. bb3a8a1 KVM: ppc: Add extra E500 exceptions by Hollis Blanchard · 16 years ago
  76. f7b200a KVM: ppc: Add dbsr in kvm_vcpu_arch by Hollis Blanchard · 16 years ago
  77. c46fb02 KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific header by Hollis Blanchard · 16 years ago
  78. 989c0f0 KVM: Remove old kvm_guest_debug structs by Jan Kiszka · 16 years ago
  79. 7b70159 KVM: ppc: mostly cosmetic updates to the exit timing accounting code by Hollis Blanchard · 16 years ago
  80. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  81. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 16 years ago
  82. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 16 years ago
  83. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  84. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 16 years ago
  85. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 16 years ago
  86. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 16 years ago
  87. 20754c2 KVM: ppc: Stop saving host TLB state by Hollis Blanchard · 16 years ago
  88. 6a0ab73 KVM: ppc: guest breakpoint support by Hollis Blanchard · 16 years ago
  89. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago[Renamed from include/asm-powerpc/kvm_host.h]
  90. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 17 years ago
  91. 45c5eb6 KVM: ppc: Handle guest idle by emulating MSR[WE] writes by Hollis Blanchard · 17 years ago
  92. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 17 years ago