1. 70c059e ppc/pnv: Introduce PnvChipClass::xscom_pcba() method by Greg Kurz · 5 years ago
  2. 3caf7bd ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers by Greg Kurz · 5 years ago
  3. c396c58 ppc/pnv: Pass content of the "compatible" property to pnv_dt_xscom() by Greg Kurz · 5 years ago
  4. 3f5b45c ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom() by Greg Kurz · 5 years ago
  5. c4b2c40 ppc/pnv: Introduce PnvChipClass::xscom_core_base() method by Greg Kurz · 5 years ago
  6. 8591307 ppc/pnv: Introduce PnvChipClass::intc_print_info() method by Greg Kurz · 5 years ago
  7. acc39ab ppc/pnv: Drop pnv_is_power9() and pnv_is_power10() helpers by Greg Kurz · 5 years ago
  8. 7a90c6a ppc/pnv: Introduce PnvMachineClass::dt_power_mgt() by Greg Kurz · 5 years ago
  9. d76f2da ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat by Greg Kurz · 5 years ago
  10. 248e4e9 ppc/pnv: Drop PnvPsiClass::chip_type by Greg Kurz · 5 years ago
  11. 41c4ef7 ppc/pnv: Introduce PnvPsiClass::compat by Greg Kurz · 5 years ago
  12. aeb7a33 ppc: Drop useless extern annotation for functions by Greg Kurz · 5 years ago
  13. 3a1b70b ppc/pnv: Fix OCC common area region mapping by Cédric Le Goater · 5 years ago
  14. 8f09231 ppc/pnv: Introduce PBA registers by Cédric Le Goater · 5 years ago
  15. 90cce00 ppc/pnv: Make PnvXScomInterface an incomplete type by Greg Kurz · 5 years ago
  16. 9e028ff ppc/pnv: populate the DT with realized XSCOM devices by Cédric Le Goater · 5 years ago
  17. 109dce3 ppc/pnv: Loop on the whole hierarchy to populate the DT with the XSCOM nodes by Cédric Le Goater · 5 years ago
  18. f0ec31b target/ppc: Add SPR TBU40 by Suraj Jitindar Singh · 5 years ago
  19. 32d0f0d target/ppc: Add SPR ASDR by Suraj Jitindar Singh · 5 years ago
  20. 5cc7e69 target/ppc: Work [S]PURR implementation and add HV support by Suraj Jitindar Singh · 5 years ago
  21. 5d62725 target/ppc: Implement the VTB for HV access by Suraj Jitindar Singh · 5 years ago
  22. 2661f6a ppc/pnv: add a LPC Controller model for POWER10 by Cédric Le Goater · 5 years ago
  23. 8b50ce8 ppc/pnv: add a PSI bridge model for POWER10 by Cédric Le Goater · 5 years ago
  24. c5412b1 ppc/psi: cleanup definitions by Cédric Le Goater · 5 years ago
  25. 2b548a4 ppc/pnv: Introduce a POWER10 PnvChip and a powernv10 machine by Cédric Le Goater · 5 years ago
  26. 7d37b27 target/ppc: Add POWER10 DD1.0 model information by Cédric Le Goater · 5 years ago
  27. 2b6dda8 ppc: Make PPCVirtualHypervisor an incomplete type by Greg Kurz · 5 years ago
  28. 6d38666 ppc: Ignore the CPU_INTERRUPT_EXITTB interrupt with KVM by Greg Kurz · 5 years ago
  29. c1ad0b8 ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU models by Greg Kurz · 5 years ago
  30. 4febcdd xics: Don't deassert outputs by Greg Kurz · 5 years ago
  31. 4017743 ppc: Deassert the external interrupt pin in KVM on reset by Greg Kurz · 5 years ago
  32. d1d32d6 spapr: Simplify ovec diff by David Gibson · 5 years ago
  33. 0c21e07 spapr: Fold h_cas_compose_response() into h_client_architecture_support() by David Gibson · 5 years ago
  34. 97b32a6 spapr: Improve handling of fdt buffer size by David Gibson · 5 years ago
  35. 8deb801 spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeover by David Gibson · 5 years ago
  36. cdcca22 ppc: well form kvmppc_hint_smt_possible error hint helper by Vladimir Sementsov-Ogievskiy · 5 years ago
  37. d302e00 ppc/pnv: Dump the XIVE NVT table by Cédric Le Goater · 5 years ago
  38. f22f56d ppc/pnv: Extend XiveRouter with a get_block_id() handler by Cédric Le Goater · 5 years ago
  39. dc2526e ppc/pnv: Introduce a pnv_xive_block_id() helper by Cédric Le Goater · 5 years ago
  40. d1f2a57 ppc/xive: Synthesize interrupt from the saved IPB in the NVT by Cédric Le Goater · 5 years ago
  41. a5b841f ppc/xive: Introduce a xive_tctx_ipb_update() helper by Cédric Le Goater · 5 years ago
  42. 8b3aaaa ppc/xive: Remove the get_tctx() XiveRouter handler by Cédric Le Goater · 5 years ago
  43. d024a2c ppc/xive: Move the TIMA operations to the controller model by Cédric Le Goater · 5 years ago
  44. 5373c61 ppc/pnv: Clarify how the TIMA is accessed on a multichip system by Cédric Le Goater · 5 years ago
  45. 74f23d4 spapr/xive: Configure number of servers in KVM by Greg Kurz · 5 years ago
  46. 894ea3e spapr/xics: Configure number of servers in KVM by Greg Kurz · 5 years ago
  47. 4ffb749 spapr: Pass the maximum number of vCPUs to the KVM interrupt controller by Greg Kurz · 5 years ago
  48. 2a88679 linux-headers: Update by Greg Kurz · 5 years ago
  49. 4fb4235 ppc/xive: Extend the TIMA operation with a XivePresenter parameter by Cédric Le Goater · 5 years ago
  50. 5662f29 ppc/xive: Use the XiveFabric and XivePresenter interfaces by Cédric Le Goater · 5 years ago
  51. 932de7a ppc/spapr: Implement the XiveFabric interface by Cédric Le Goater · 5 years ago
  52. c722579 ppc/pnv: Implement the XiveFabric interface by Cédric Le Goater · 5 years ago
  53. d3eb47a ppc/xive: Introduce a XiveFabric interface by Cédric Le Goater · 5 years ago
  54. 119eaa9 ppc/pnv: Fix TIMA indirect access by Cédric Le Goater · 5 years ago
  55. 5014c60 ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper by Cédric Le Goater · 5 years ago
  56. 4a89e20 ppc: Introduce a ppc_cpu_pir() helper by Cédric Le Goater · 5 years ago
  57. feecc6a ppc/pnv: Loop on the threads of the chip to find a matching NVT by Cédric Le Goater · 5 years ago
  58. 4fa28f2 ppc/pnv: Instantiate cores separately by Greg Kurz · 5 years ago
  59. f87dae1 ppc/xive: Implement the XivePresenter interface by Cédric Le Goater · 5 years ago
  60. 13bee85 ppc/xive: Introduce a XivePresenter interface by Cédric Le Goater · 5 years ago
  61. e2392d4 ppc/pnv: Create BMC devices at machine init by Cédric Le Goater · 5 years ago
  62. ca661fa ppc/pnv: Add HIOMAP commands by Cédric Le Goater · 5 years ago
  63. ed8da05 ipmi: Add support to customize OEM functions by Cédric Le Goater · 5 years ago
  64. 1c27b25 ppc/xive: Check V bit in TM_PULL_POOL_CTX by Cédric Le Goater · 5 years ago
  65. 7065d06 ppc/xive: Introduce OS CAM line helpers by Cédric Le Goater · 5 years ago
  66. cd55b12 ppc/pnv: Quiesce some XIVE errors by Cédric Le Goater · 5 years ago
  67. 5824604 xive/kvm: Trigger interrupts from userspace by Greg Kurz · 5 years ago
  68. 7aa22e1 ppc/pnv: Remove pnv_xive_vst_size() routine by Cédric Le Goater · 5 years ago
  69. e6488ee ppc/xive: Introduce helpers for the NVT id by Cédric Le Goater · 5 years ago
  70. 516883c ppc/xive: Record the IPB in the associated NVT by Cédric Le Goater · 5 years ago
  71. 95bd61c ppc/pnv: Add a LPC "ranges" property by Cédric Le Goater · 5 years ago
  72. 818a6d3 spapr: Abort if XICS interrupt controller cannot be initialized by Greg Kurz · 5 years ago
  73. e388d66 xics: Link ICP_PROP_CPU property to ICPState::cs pointer by Greg Kurz · 5 years ago
  74. b4a378a xics: Link ICP_PROP_XICS property to ICPState::xics pointer by Greg Kurz · 5 years ago
  75. b015a98 xics: Link ICS_PROP_XICS property to ICSState::xics pointer by Greg Kurz · 5 years ago
  76. 7ae54cc ppc/pnv: Link "chip" property to PnvXive::chip pointer by Greg Kurz · 5 years ago
  77. 158e17a ppc/pnv: Link "chip" property to PnvCore::chip pointer by Greg Kurz · 5 years ago
  78. f2582ac ppc/pnv: Link "chip" property to PnvHomer::chip pointer by Greg Kurz · 5 years ago
  79. ee3d271 ppc/pnv: Link "psi" property to PnvOCC::psi pointer by Greg Kurz · 5 years ago
  80. b63f389 ppc/pnv: Link "psi" property to PnvLpc::psi pointer by Greg Kurz · 5 years ago
  81. 0ab2316 xive: Link "xive" property to XiveEndSource::xrtr pointer by Greg Kurz · 5 years ago
  82. 82ea3a1 xive: Link "xive" property to XiveSource::xive pointer by Greg Kurz · 5 years ago
  83. 411c2a6 xive: Link "cpu" property to XiveTCTX::cs pointer by Greg Kurz · 5 years ago
  84. 719ed84 ppc/pnv: Drop "chip" link from POWER9 PSI object by Greg Kurz · 5 years ago
  85. ccb099b ppc/pnv: Add a "/qemu" device tree node by Cédric Le Goater · 5 years ago
  86. 35dde57 ppc/pnv: Add a PNOR model by Cédric Le Goater · 5 years ago
  87. cb88904 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-dec-16-2019' into staging by Peter Maydell · 5 years ago
  88. 856ffa6 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191216-1' into staging by Peter Maydell · 5 years ago
  89. 5d480dd MAINTAINERS: Add a file to MIPS section by Aleksandar Markovic · 5 years ago
  90. 6004137 MAINTAINERS: Add three files to Malta section by Aleksandar Markovic · 5 years ago
  91. 485cd98 MAINTAINERS: Adjust maintainership for Malta board by Aleksandar Markovic · 5 years ago
  92. 86eb069 MAINTAINERS: Adjust maintainership for Fulong 2E board by Aleksandar Markovic · 5 years ago
  93. ef45a39 MAINTAINERS: Add a section on UI translation by Aleksandar Markovic · 5 years ago
  94. d32dc61 hw/mips: Deprecate the r4k machine by Philippe Mathieu-Daudé · 5 years ago
  95. f3db354 mips: fulong 2e: Renovate coding style by Filip Bozuta · 5 years ago
  96. f48eefa mips: r4000: Renovate coding style by Filip Bozuta · 5 years ago
  97. 83aecba mips: mipssim: Renovate coding style by Filip Bozuta · 5 years ago
  98. dbd07ed mips: malta: Renovate coding style by Filip Bozuta · 5 years ago
  99. 68fa5f5 mips: jazz: Renovate coding style by Filip Bozuta · 5 years ago
  100. f80741d target/arm: ensure we use current exception state after SCR update by Alex Bennée · 5 years ago