1. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  2. dba291f kvm: powerpc: booke: Move booke related tracepoints to separate header by Aneesh Kumar K.V · 11 years ago
  3. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  4. ce11e48 KVM: PPC: E500: Add userspace debug stub support by Bharat Bhushan · 11 years ago
  5. 547465e KVM: PPC: E500: Using "struct debug_reg" by Bharat Bhushan · 11 years ago
  6. b12c784 KVM: PPC: E500: exit to user space on "ehpriv 1" instruction by Bharat Bhushan · 11 years ago
  7. 8b75cbb KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE by Paul Mackerras · 11 years ago
  8. c09ec19 kvm/ppc/booke: Don't call kvm_guest_enter twice by Scott Wood · 11 years ago
  9. 5f1c248 kvm/ppc: Call trace_hardirqs_on before entry by Scott Wood · 11 years ago
  10. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  11. 5f17ce8 KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL by Tiejun Chen · 11 years ago
  12. f8941fbe kvm/ppc/booke: Delay kvmppc_lazy_ee_enable by Scott Wood · 11 years ago
  13. 7c11c0c kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit() by Scott Wood · 11 years ago
  14. f1e8902 kvm/ppc/booke: Hold srcu lock when calling gfn functions by Scott Wood · 11 years ago
  15. eb1e4f4 kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC by Scott Wood · 12 years ago
  16. 5df554a kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 12 years ago
  17. 35b299e KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation by Mihai Caraman · 12 years ago
  18. 9b4f530 booke: exit to user space if emulator request by Bharat Bhushan · 12 years ago
  19. 092d62e KVM: PPC: debug stub interface parameter defined by Bharat Bhushan · 12 years ago
  20. 8c32a2e Added ONE_REG interface for debug instruction by Bharat Bhushan · 12 years ago
  21. 4fe27d2 KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external by Paul Mackerras · 12 years ago
  22. 78accda KVM: PPC: Added one_reg interface for timer registers by Bharat Bhushan · 12 years ago
  23. d26f22c KVM: PPC: move tsr update in a separate function by Bharat Bhushan · 12 years ago
  24. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  25. 011da89 KVM: PPC: BookE: Handle alignment interrupts by Alexander Graf · 12 years ago
  26. 1d542d9 KVM: PPC: booke: Allow multiple exception types by Bharat Bhushan · 12 years ago
  27. 324b3e6 KVM: PPC: BookE: Add EPR ONE_REG sync by Alexander Graf · 12 years ago
  28. 1c81063 KVM: PPC: BookE: Implement EPR exit by Alexander Graf · 12 years ago
  29. b8c649a KVM: PPC: BookE: Allow irq deliveries to inject requests by Alexander Graf · 12 years ago
  30. 352df1d KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface by Mihai Caraman · 12 years ago
  31. 38f9882 KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation by Mihai Caraman · 12 years ago
  32. 95e90b4 KVM: PPC: bookehv: Add guest computation mode for irq delivery by Mihai Caraman · 12 years ago
  33. b50df19 KVM: PPC: booke: Fix get_tb() compile error on 64-bit by Mihai Caraman · 12 years ago
  34. 5bd1cf1 KVM: PPC: set IN_GUEST_MODE before checking requests by Scott Wood · 12 years ago
  35. a47d72f KVM: PPC: Book3S HV: Fix updates of vcpu->cpu by Paul Mackerras · 12 years ago
  36. dfe49db KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly by Paul Mackerras · 12 years ago
  37. a66b48c KVM: PPC: Move kvm->arch.slot_phys into memslot.arch by Paul Mackerras · 12 years ago
  38. 7a08c27 KVM: PPC: BookE: Support FPU on non-hv systems by Alexander Graf · 12 years ago
  39. 6df8d3f booke: Added ONE_REG interface for IAC/DAC debug registers by Bharat Bhushan · 12 years ago
  40. f61c94b KVM: PPC: booke: Add watchdog emulation by Bharat Bhushan · 12 years ago
  41. 7c973a2 KVM: PPC: Add return value to core_check_requests by Alexander Graf · 12 years ago
  42. 7ee7885 KVM: PPC: Add return value in prepare_to_enter by Alexander Graf · 12 years ago
  43. 3766a4c KVM: PPC: Move kvm_guest_enter call into generic code by Alexander Graf · 12 years ago
  44. bd2be68 KVM: PPC: Book3S: PR: Rework irq disabling by Alexander Graf · 12 years ago
  45. 24afa37 KVM: PPC: Consistentify vcpu exit path by Alexander Graf · 12 years ago
  46. 706fb73 KVM: PPC: Exit guest context while handling exit by Alexander Graf · 12 years ago
  47. e85ad38 KVM: PPC: BookE: Drop redundant vcpu->mode set by Alexander Graf · 12 years ago
  48. 03d25c5 KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr by Alexander Graf · 12 years ago
  49. 2d8185d KVM: PPC: BookE: No duplicate request != 0 check by Alexander Graf · 12 years ago
  50. 6346046 KVM: PPC: BookE: Add some more trace points by Alexander Graf · 12 years ago
  51. 862d31f KVM: PPC: E500: Implement MMU notifiers by Alexander Graf · 12 years ago
  52. d69c643 KVM: PPC: BookE: Add support for vcpu->mode by Alexander Graf · 12 years ago
  53. 4ffc635 KVM: PPC: BookE: Add check_requests helper function by Alexander Graf · 12 years ago
  54. cf1c5ca KVM: PPC: BookE: Expose remote TLB flushes in debugfs by Alexander Graf · 12 years ago
  55. 97c9505 KVM: PPC: PR: Use generic tracepoint for guest exit by Alexander Graf · 12 years ago
  56. 6328e59 booke/bookehv: Add host crit-watchdog exception support by Bharat Bhushan · 12 years ago
  57. 21bd000 KVM: PPC: booke: Added DECAR support by Bharat Bhushan · 12 years ago
  58. 966cd0f KVM: PPC: Ignore unhalt request from kvm_vcpu_block by Alexander Graf · 13 years ago
  59. 6020c0f KVM: PPC: Pass EA to updating emulation ops by Alexander Graf · 13 years ago
  60. 03660ba KVM: PPC: Booke: only prepare to enter when we enter by Alexander Graf · 13 years ago
  61. 7cc1e8e KVM: PPC: booke: Reinject performance monitor interrupts by Alexander Graf · 13 years ago
  62. 4e642cc KVM: PPC: booke: expose good state on irq reinject by Alexander Graf · 13 years ago
  63. 95f2e92 KVM: PPC: booke: Support perfmon interrupts by Alexander Graf · 13 years ago
  64. 0268597 KVM: PPC: booke: add GS documentation for program interrupt by Alexander Graf · 13 years ago
  65. c35c9d8 KVM: PPC: booke: Readd debug abort code for machine check by Alexander Graf · 13 years ago
  66. 8b3a00f KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1 by Alexander Graf · 13 years ago
  67. a8e4ef8 KVM: PPC: booke: rework rescheduling checks by Alexander Graf · 13 years ago
  68. d1ff549 KVM: PPC: booke: deliver program int on emulation failure by Alexander Graf · 13 years ago
  69. acab052 KVM: PPC: booke: remove leftover debugging by Alexander Graf · 13 years ago
  70. bf7ca4b KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2 by Alexander Graf · 13 years ago
  71. 79300f8 KVM: PPC: e500mc: implicitly set MSR_GS by Alexander Graf · 13 years ago
  72. 4ab9691 KVM: PPC: e500mc: Add doorbell emulation support by Alexander Graf · 13 years ago
  73. 8fae845 KVM: PPC: booke: standard PPC floating point support by Scott Wood · 13 years ago
  74. d30f6e4 KVM: PPC: booke: category E.HV (GS-mode) support by Scott Wood · 13 years ago
  75. fafd683 KVM: PPC: booke: Move vm core init/destroy out of booke.c by Scott Wood · 13 years ago
  76. 94fa9d9 KVM: PPC: booke: add booke-level vcpu load/put by Scott Wood · 13 years ago
  77. 31f3438 KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code by Paul Mackerras · 13 years ago
  78. dfd4d47 KVM: PPC: booke: Improve timer register emulation by Scott Wood · 13 years ago
  79. b590497 KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn by Scott Wood · 13 years ago
  80. 29ac26e KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt by Scott Wood · 13 years ago
  81. c59a6a3 KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter by Scott Wood · 13 years ago
  82. 25051b5 KVM: PPC: Move prepare_to_enter call site into subarch code by Scott Wood · 13 years ago
  83. 7e28e60e KVM: PPC: Rename deliver_interrupts to prepare_to_enter by Scott Wood · 13 years ago
  84. 1d1ef22 KVM: PPC: booke: check for signals in kvmppc_vcpu_run by Scott Wood · 13 years ago
  85. 841741f KVM: PPC: e500: Don't hardcode PIR=0 by Scott Wood · 13 years ago
  86. af8f38b KVM: PPC: Add sanity checking to vcpu_run by Alexander Graf · 13 years ago
  87. df6909e5 KVM: PPC: Move guest enter/exit down into subarch-specific code by Paul Mackerras · 13 years ago
  88. f9e0554 KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down by Paul Mackerras · 13 years ago
  89. dd9ebf1f KVM: PPC: e500: Add shadow PID support by Liu Yu · 13 years ago
  90. a4cd8b2 KVM: PPC: e500: enable magic page by Scott Wood · 13 years ago
  91. 4cd35f67 KVM: PPC: e500: Save/restore SPE state by Scott Wood · 13 years ago
  92. ecee273 KVM: PPC: booke: use shadow_msr by Scott Wood · 13 years ago
  93. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 14 years ago
  94. bc9c193 KVM: PPC: Fix SPRG get/set for Book3S and BookE by Peter Tyser · 14 years ago
  95. c5335f1 KVM: PPC: Implement level interrupts for BookE by Alexander Graf · 14 years ago
  96. 082decf KVM: PPC: initialize IVORs in addition to IVPR by Hollis Blanchard · 14 years ago
  97. 90bba35 KVM: PPC: Tell guest about pending interrupts by Alexander Graf · 14 years ago
  98. 5c6cedf KVM: PPC: Add PV guest critical sections by Alexander Graf · 14 years ago
  99. 2a342ed KVM: PPC: Implement hypervisor interface by Alexander Graf · 14 years ago
  100. a73a959 KVM: PPC: Convert SPRG[0-4] to shared page by Alexander Graf · 14 years ago