1. f3b9e78 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into staging by Peter Maydell · 9 years ago
  2. e703d2f ppc: parse cpu features once by Greg Kurz · 9 years ago
  3. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 9 years ago
  4. 4babfaf hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliases by Thomas Huth · 9 years ago
  5. caebf37 spapr: remove extra type variable by Cédric Le Goater · 9 years ago
  6. f5edfcf Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into staging by Peter Maydell · 9 years ago
  7. df3c286 error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  8. 57c0eb1 spapr: Fix undefined behaviour in spapr_tce_reset() by David Gibson · 9 years ago
  9. 3c0c47e spapr: Correctly set query_hotpluggable_cpus hook based on machine version by David Gibson · 9 years ago
  10. c8721d3 spapr: Error out when CPU hotplug is attempted on older pseries machines by Bharata B Rao · 9 years ago
  11. 62be8b0 spapr: Prevent boot CPU core removal by Bharata B Rao · 9 years ago
  12. 7cdd761 Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO order" by David Gibson · 9 years ago
  13. b63578b spapr: init CPUState->cpu_index with index relative to core-id by Igor Mammedov · 9 years ago
  14. 12bf2d3 spapr: disintricate core-id from DT semantics by Greg Kurz · 9 years ago
  15. c573fc0 hw/ppc/spapr: Make sure to close the htab_fd when migration is canceled by Thomas Huth · 9 years ago
  16. 5cbc64d spapr: Ensure CPU cores are added contiguously and removed in LIFO order by Bharata B Rao · 9 years ago
  17. 44d691f spapr: fix core unplug crash by Greg Kurz · 9 years ago
  18. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  19. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  20. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  21. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
  22. 791b7d2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  23. 912acdf ppc/hash64: Add proper real mode translation support by Benjamin Herrenschmidt · 9 years ago
  24. 1f0252e ppc: simplify ppc_hash64_hpte_page_shift_noslb() by Cédric Le Goater · 9 years ago
  25. ae4de14 spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW) by Alexey Kardashevskiy · 9 years ago
  26. 606b549 spapr_iommu: Realloc guest visible TCE table when starting/stopping listening by Alexey Kardashevskiy · 9 years ago
  27. 7093645 spapr: Ensure thread0 of CPU core is always realized first by Bharata B Rao · 9 years ago
  28. 1b04cc8 hw/ppc: realize the PCI root bus as part of mac99 init by Marcel Apfelbaum · 9 years ago
  29. 8a1eb71 spapr: drop duplicate variable in spapr_core_release() by Greg Kurz · 9 years ago
  30. f11235b spapr: do proper error propagation in spapr_cpu_core_realize_child() by Greg Kurz · 9 years ago
  31. 8e758de spapr: drop reference on child object during core realization by Greg Kurz · 9 years ago
  32. 470f215 spapr: Restore support for 970MP and POWER8NVL CPU cores by Bharata B Rao · 9 years ago
  33. 27f2458 ppc/xics: Replace "icp" with "xics" in most places by Benjamin Herrenschmidt · 9 years ago
  34. 161deaf ppc/xics: Rename existing xics to xics_spapr by Benjamin Herrenschmidt · 9 years ago
  35. a36848f target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb by Aaron Larson · 9 years ago
  36. ff461b8 spapr: Restore support for older PowerPC CPU cores by Bharata B Rao · 9 years ago
  37. dde35bc spapr: fix write-past-end-of-array error in cpu core device init code by Greg Kurz · 9 years ago
  38. 6cc09e2 hw/ppc/spapr: Add some missing hcall function set strings by Thomas Huth · 9 years ago
  39. 4b236b6 ppc: Initial HDEC support by Benjamin Herrenschmidt · 9 years ago
  40. 27393c3 qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore by Peter Krempa · 9 years ago
  41. 6d18a7a target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIR by Aaron Larson · 9 years ago
  42. f682e9c memory: Add reporting of supported page sizes by Alexey Kardashevskiy · 9 years ago
  43. c117590 powerpc/mm: Update the WIMG check during H_ENTER by Aneesh Kumar K.V · 9 years ago
  44. b0ad00b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  45. 3054fba trace: split out trace events for hw/ppc/ directory by Daniel P. Berrange · 9 years ago
  46. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  47. 2474bfd spapr: implement query-hotpluggable-cpus callback by Igor Mammedov · 9 years ago
  48. 6f4b5c3 spapr: CPU hot unplug support by Bharata B Rao · 9 years ago
  49. af81cf3 spapr: CPU hotplug support by Bharata B Rao · 9 years ago
  50. 94a94e4 spapr: convert boot CPUs into CPU core devices by Bharata B Rao · 9 years ago
  51. afd10a0 spapr: Move spapr_cpu_init() to spapr_cpu_core.c by Bharata B Rao · 9 years ago
  52. 3b54254 spapr: Abstract CPU core device and type specific core devices by Bharata B Rao · 9 years ago
  53. aab9913 spapr_drc: Prevent detach racing against attach for CPU DR by Bharata B Rao · 9 years ago
  54. a1aa130 hw/ppc/spapr: Silence deprecation message in qtest mode by Thomas Huth · 9 years ago
  55. d0e5a8f spapr: Ensure all LMBs are represented in ibm,dynamic-memory by Bharata B Rao · 9 years ago
  56. b30ff22 ppc: Add PowerISA 2.07 compatibility mode by Thomas Huth · 9 years ago
  57. 8cd2ce7 ppc: Split pcr_mask settings into supported bits and the register mask by Thomas Huth · 9 years ago
  58. 7386ae6 ppc/spapr: Refactor h_client_architecture_support() CPU parsing code by Thomas Huth · 9 years ago
  59. 4bcbe0b vl: Eliminate usb_enabled() by Eduardo Habkost · 9 years ago
  60. a2c5eaf ppc: Remove a potential overflow in muldiv64() by Laurent Vivier · 9 years ago
  61. 679dd41 spapr_pci: Drop cannot_instantiate_with_device_add_yet=false by Markus Armbruster · 9 years ago
  62. 1ea1eef spapr: Introduce pseries-2.7 machine type by Bharata B Rao · 9 years ago
  63. 71c9a3d spapr: Increase hotpluggable memory slots to 256 by Bharata B Rao · 9 years ago
  64. b3162f2 spapr_pci: Add and export DMA resetting helper by Alexey Kardashevskiy · 9 years ago
  65. acf1b6d spapr_pci: Reset DMA config on PHB reset by Alexey Kardashevskiy · 9 years ago
  66. b4b6eb7 spapr_iommu: Add root memory region by Alexey Kardashevskiy · 9 years ago
  67. a26fdf3 spapr_iommu: Migrate full state by Alexey Kardashevskiy · 9 years ago
  68. df7625d spapr_iommu: Introduce "enabled" state for TCE table by Alexey Kardashevskiy · 9 years ago
  69. cd0c6f4 ppc: Do some batching of TCG tlb flushes by Benjamin Herrenschmidt · 9 years ago
  70. fec5d3a spapr_iommu: Move table allocation to helpers by Alexey Kardashevskiy · 9 years ago
  71. eded5ba spapr_pci: Use correct DMA LIOBN when composing the device tree by Alexey Kardashevskiy · 9 years ago
  72. 5dd5238 spapr: ensure device trees are always associated with DRC by Jianjun Duan · 9 years ago
  73. 8afc22a Added negative check for get_image_size() by Zhou Jie · 9 years ago
  74. d78c19b memory: Fix IOMMU replay base address by Alexey Kardashevskiy · 9 years ago
  75. bacc344 machine: add properties to compat_props incrementaly by Igor Mammedov · 9 years ago
  76. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  77. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  78. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  79. 77ac58d dma: do not depend on kvm_enabled() by Paolo Bonzini · 10 years ago
  80. cbd62f8 hw: do not use VMSTATE_*TL by Paolo Bonzini · 11 years ago
  81. aa5a9e2 ppc: use PowerPCCPU instead of CPUPPCState by Paolo Bonzini · 9 years ago
  82. d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
  83. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  84. a543a55 spapr_drc: Expose 'null' in qom-get when there is no fdt by Eric Blake · 9 years ago
  85. df18b2d spapr_drc: fix aborts during DRC-count based hotplug by Michael Roth · 9 years ago
  86. da34fed hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge by Thomas Huth · 9 years ago
  87. 3be4f4d Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160408' into staging by Peter Maydell · 9 years ago
  88. a110655 spapr: Fix ibm,lrdr-capacity by Bharata B Rao · 9 years ago
  89. 1a5512b spapr: fix possible Negative array index read by Gonglei · 9 years ago
  90. f40eb92 spapr_drc: enable immediate detach for unsignalled devices by Michael Roth · 9 years ago
  91. 5c94b2a ppc: Rework POWER7 & POWER8 exception model by Cédric Le Goater · 9 years ago
  92. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  93. 57c522f hw/net/spapr_llan: Enable the RX buffer pools by default for new machines by Thomas Huth · 9 years ago
  94. 26a7f12 ppc: Create cpu_ppc_set_papr() helper by Benjamin Herrenschmidt · 9 years ago
  95. 0ddbd05 spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports it by Alexey Kardashevskiy · 9 years ago
  96. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  97. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  98. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  99. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  100. 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago