1. a8e4ef8 KVM: PPC: booke: rework rescheduling checks by Alexander Graf · 13 years ago
  2. d1ff549 KVM: PPC: booke: deliver program int on emulation failure by Alexander Graf · 13 years ago
  3. acab052 KVM: PPC: booke: remove leftover debugging by Alexander Graf · 13 years ago
  4. bf7ca4b KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2 by Alexander Graf · 13 years ago
  5. 79300f8 KVM: PPC: e500mc: implicitly set MSR_GS by Alexander Graf · 13 years ago
  6. 4ab9691 KVM: PPC: e500mc: Add doorbell emulation support by Alexander Graf · 13 years ago
  7. 8fae845 KVM: PPC: booke: standard PPC floating point support by Scott Wood · 13 years ago
  8. d30f6e4 KVM: PPC: booke: category E.HV (GS-mode) support by Scott Wood · 13 years ago
  9. fafd683 KVM: PPC: booke: Move vm core init/destroy out of booke.c by Scott Wood · 13 years ago
  10. 94fa9d9 KVM: PPC: booke: add booke-level vcpu load/put by Scott Wood · 13 years ago
  11. 31f3438 KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code by Paul Mackerras · 13 years ago
  12. dfd4d47 KVM: PPC: booke: Improve timer register emulation by Scott Wood · 13 years ago
  13. b590497 KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn by Scott Wood · 13 years ago
  14. 29ac26e KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt by Scott Wood · 13 years ago
  15. c59a6a3 KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter by Scott Wood · 13 years ago
  16. 25051b5 KVM: PPC: Move prepare_to_enter call site into subarch code by Scott Wood · 13 years ago
  17. 7e28e60e KVM: PPC: Rename deliver_interrupts to prepare_to_enter by Scott Wood · 13 years ago
  18. 1d1ef22 KVM: PPC: booke: check for signals in kvmppc_vcpu_run by Scott Wood · 13 years ago
  19. 841741f KVM: PPC: e500: Don't hardcode PIR=0 by Scott Wood · 13 years ago
  20. af8f38b KVM: PPC: Add sanity checking to vcpu_run by Alexander Graf · 13 years ago
  21. df6909e5 KVM: PPC: Move guest enter/exit down into subarch-specific code by Paul Mackerras · 13 years ago
  22. f9e0554 KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down by Paul Mackerras · 13 years ago
  23. dd9ebf1f KVM: PPC: e500: Add shadow PID support by Liu Yu · 13 years ago
  24. a4cd8b2 KVM: PPC: e500: enable magic page by Scott Wood · 13 years ago
  25. 4cd35f6 KVM: PPC: e500: Save/restore SPE state by Scott Wood · 13 years ago
  26. ecee273 KVM: PPC: booke: use shadow_msr by Scott Wood · 13 years ago
  27. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 14 years ago
  28. bc9c193 KVM: PPC: Fix SPRG get/set for Book3S and BookE by Peter Tyser · 14 years ago
  29. c5335f1 KVM: PPC: Implement level interrupts for BookE by Alexander Graf · 14 years ago
  30. 082decf KVM: PPC: initialize IVORs in addition to IVPR by Hollis Blanchard · 14 years ago
  31. 90bba35 KVM: PPC: Tell guest about pending interrupts by Alexander Graf · 14 years ago
  32. 5c6cedf KVM: PPC: Add PV guest critical sections by Alexander Graf · 14 years ago
  33. 2a342ed KVM: PPC: Implement hypervisor interface by Alexander Graf · 14 years ago
  34. a73a959 KVM: PPC: Convert SPRG[0-4] to shared page by Alexander Graf · 14 years ago
  35. de7906c KVM: PPC: Convert SRR0 and SRR1 to shared page by Alexander Graf · 14 years ago
  36. 5e03018 KVM: PPC: Convert DAR to shared page. by Alexander Graf · 14 years ago
  37. 666e725 KVM: PPC: Convert MSR to shared page by Alexander Graf · 14 years ago
  38. 6045be5 KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interrupts by Asias He · 14 years ago
  39. 2122ff5 KVM: move vcpu locking to dispatcher for generic vcpu ioctls by Avi Kivity · 15 years ago
  40. 98001d8 KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls by Avi Kivity · 15 years ago
  41. 4496f97 KVM: PPC: Add dequeue for external on BookE by Alexander Graf · 15 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  43. daf5e27 KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest by Liu Yu · 15 years ago
  44. 25a8a02 KVM: PPC: Emulate trap SRR1 flags properly by Alexander Graf · 15 years ago
  45. 992b5b2 KVM: PPC: Add helpers for CR, XER by Alexander Graf · 15 years ago
  46. 8e5b26b KVM: PPC: Use accessor functions for GPR access by Alexander Graf · 15 years ago
  47. 7706664d KVM: powerpc: Improve DEC handling by Alexander Graf · 15 years ago
  48. 4e75575 Move dirty logging code to sub-arch by Alexander Graf · 15 years ago
  49. 2986b8c KVM: powerpc: fix some init/exit annotations by Stephen Rothwell · 16 years ago
  50. bb3a8a1 KVM: ppc: Add extra E500 exceptions by Hollis Blanchard · 16 years ago
  51. bdc89f1 KVM: ppc: distinguish between interrupts and priorities by Hollis Blanchard · 16 years ago
  52. b52a638 KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke by Hollis Blanchard · 16 years ago
  53. f443536 KVM: ppc: remove last 44x-specific bits from booke.c by Hollis Blanchard · 16 years ago
  54. fa86b8d KVM: ppc: rename 44x MMU functions used in booke.c by Hollis Blanchard · 16 years ago
  55. be8d1ca KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name) by Hollis Blanchard · 16 years ago
  56. 58a9621 KVM: ppc: change kvmppc_mmu_map() parameters by Hollis Blanchard · 16 years ago
  57. 475e7cd KVM: ppc: small cosmetic changes to Book E DTLB miss handler by Hollis Blanchard · 16 years ago
  58. 7b70159 KVM: ppc: mostly cosmetic updates to the exit timing accounting code by Hollis Blanchard · 16 years ago
  59. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  60. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 16 years ago
  61. 8916861 KVM: ppc: support large host pages by Hollis Blanchard · 16 years ago
  62. d4cf389 KVM: ppc: optimize irq delivery path by Hollis Blanchard · 16 years ago
  63. 9ab8084 KVM: ppc: optimize find first bit by Hollis Blanchard · 16 years ago
  64. 1b6766c KVM: ppc: optimize kvm stat handling by Hollis Blanchard · 16 years ago
  65. b8fd68a KVM: ppc: fix set regs to take care of msr change by Hollis Blanchard · 16 years ago
  66. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 16 years ago
  67. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 16 years ago
  68. 5cbb510 KVM: ppc: Move the last bits of 44x code out of booke.c by Hollis Blanchard · 16 years ago
  69. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  70. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  71. d9fbd03 KVM: ppc: combine booke_guest.c and booke_host.c by Hollis Blanchard · 16 years ago[Renamed (89%) from arch/powerpc/kvm/booke_guest.c]
  72. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 16 years ago
  73. a0d7b9f KVM: ppc: Move 440-specific TLB code into 44x_tlb.c by Hollis Blanchard · 16 years ago
  74. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 16 years ago
  75. 6a0ab73 KVM: ppc: guest breakpoint support by Hollis Blanchard · 16 years ago
  76. ce263d7 KVM: ppc: Remove duplicate function by Hollis Blanchard · 17 years ago
  77. de368dc KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest by Christian Ehrhardt · 17 years ago
  78. 45c5eb6 KVM: ppc: Handle guest idle by emulating MSR[WE] writes by Hollis Blanchard · 17 years ago
  79. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 17 years ago