1. 3cda779 Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 8 months ago
  2. bf02bd9 remoteproc: pull in slab.h by Michael S. Tsirkin · 4 years, 9 months ago
  3. bf89a7c remoteproc: pull in slab.h by Michael S. Tsirkin · 4 years, 9 months ago
  4. c2781e4 remoteproc: mtk_scp: use dma_addr_t for DMA API by Arnd Bergmann · 4 years, 9 months ago
  5. 5839681 remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths by Alex Elder · 4 years, 9 months ago
  6. 13c060b remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe() by Alex Elder · 4 years, 9 months ago
  7. e6d05ac remoteproc/omap: Fix set_load call in omap_rproc_request_timer by Nathan Chancellor · 4 years, 9 months ago
  8. c657011 Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 9 months ago
  9. a7084c3 remoteproc/omap: Switch to SPDX license identifiers by Suman Anna · 4 years, 9 months ago
  10. 69591e4 remoteproc/omap: Add watchdog functionality for remote processors by Suman Anna · 4 years, 9 months ago
  11. 232ba6c remoteproc/omap: Report device exceptions and trigger recovery by Suman Anna · 4 years, 9 months ago
  12. 5f31b23 remoteproc/omap: Add support for runtime auto-suspend/resume by Suman Anna · 4 years, 9 months ago
  13. 9077ac1 remoteproc/omap: Add support for system suspend/resume by Suman Anna · 4 years, 9 months ago
  14. e28edc5 remoteproc/omap: Request a timer(s) for remoteproc usage by Suman Anna · 4 years, 9 months ago
  15. 8135d1d remoteproc/omap: Check for undefined mailbox messages by Suman Anna · 4 years, 9 months ago
  16. 0aaf191 remoteproc/omap: Add support for DRA7xx remote processors by Suman Anna · 4 years, 9 months ago
  17. f4af5bd remoteproc/omap: Initialize and assign reserved memory node by Suman Anna · 4 years, 9 months ago
  18. 530a1b57 remoteproc/omap: Add the rproc ops .da_to_va() implementation by Suman Anna · 4 years, 9 months ago
  19. 4a03219 remoteproc/omap: Add support to parse internal memories from DT by Suman Anna · 4 years, 9 months ago
  20. feae030 remoteproc/omap: Add a sanity check for DSP boot address alignment by Suman Anna · 4 years, 9 months ago
  21. 7524292 remoteproc/omap: Add device tree support by Suman Anna · 4 years, 9 months ago
  22. 717c21b remoteproc: qcom: Introduce panic handler for PAS and ADSP by Bjorn Andersson · 4 years, 9 months ago
  23. e9142f5 remoteproc: qcom: q6v5: Add common panic handler by Bjorn Andersson · 4 years, 9 months ago
  24. dc5192c remoteproc: Introduce "panic" callback in ops by Bjorn Andersson · 4 years, 9 months ago
  25. c0abe2c remoteproc: Traverse rproc_list under RCU read lock by Bjorn Andersson · 4 years, 9 months ago
  26. 791c13b remoteproc: Fix NULL pointer dereference in rproc_virtio_notify by Nikita Shubin · 4 years, 10 months ago
  27. 1f2f65c remoteproc: return error for bad "recovery" debugfs input by Alex Elder · 4 years, 10 months ago
  28. e138cce remoteproc: remoteproc debugfs file fixes by Alex Elder · 4 years, 10 months ago
  29. 0b14557 remoteproc: re-check state in rproc_trigger_recovery() by Alex Elder · 4 years, 10 months ago
  30. b1f0fa8 remoteproc: stm32: demote warning about optional property absence by Ahmad Fatoum · 4 years, 10 months ago
  31. e1833b9 remoteproc/mediatek: Use size_t type for len in scp_da_to_va by Nathan Chancellor · 4 years, 10 months ago
  32. 8f40335 remoteproc: Adapt coredump to generate correct elf type by Clement Leger · 4 years, 10 months ago
  33. 1267746 remoteproc: Allow overriding only sanity_check by Clement Leger · 4 years, 10 months ago
  34. f31e339 remoteproc: Add elf64 support in elf loader by Clement Leger · 4 years, 10 months ago
  35. 826c339 remoteproc: Rename rproc_elf_sanity_check for elf32 by Clement Leger · 4 years, 10 months ago
  36. 73516a3 remoteproc: Add elf helpers to access elf64 and elf32 fields by Clement Leger · 4 years, 10 months ago
  37. e4ae4b7 remoteproc: Use u64 type for boot_addr by Clement Leger · 4 years, 10 months ago
  38. 096ee78 remoteproc: Use size_t instead of int for rproc_mem_entry len by Clement Leger · 4 years, 10 months ago
  39. 9ce3bf2 remoteproc: Use size_t type for len in da_to_va by Clement Leger · 4 years, 10 months ago
  40. 2e7d4c2 remoteproc: fix kernel-doc warnings by Arnaud Pouliquen · 4 years, 11 months ago
  41. d96f257 remoteproc: qcom_q6v5_mss: Reload the mba region on coredump by Sibi Sankar · 4 years, 10 months ago
  42. 715d852 remoteproc: qcom_q6v5_mss: Validate each segment during loading by Bjorn Andersson · 4 years, 10 months ago
  43. 900fc60 remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown by Bjorn Andersson · 4 years, 10 months ago
  44. 5e0ef51 remoteproc: clean up notification config by Alex Elder · 4 years, 10 months ago
  45. d7f5f3c remoteproc: add IPA notification to q6v5 driver by Alex Elder · 4 years, 10 months ago
  46. 600c39b remoteproc: qcom: q6v5-mss: Improve readability of reset_assert by Sibi Sankar · 5 years ago
  47. 01bf3fe remoteproc: qcom: q6v5-mss: Use regmap_read_poll_timeout by Sibi Sankar · 5 years ago
  48. 0c2caf7 remoteproc: qcom: q6v5-mss: Rename boot status timeout by Sibi Sankar · 5 years ago
  49. 7e0f868 remoteproc: qcom: q6v5-mss: Improve readability across clk handling by Sibi Sankar · 5 years ago
  50. c878465 remoteproc: use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  51. a8f4011 remoteproc: Initialize rproc_class before use by Brandon Maier · 6 years ago
  52. 7017996 rpmsg: add rpmsg support for mt8183 SCP. by Pi-Hsun Shih · 5 years ago
  53. 63c13d6 remoteproc/mediatek: add SCP support for mt8183 by Erin Lo · 5 years ago
  54. 6439b52 remoteproc: mss: q6v5-mss: Add modem support on SC7180 by Sibi Sankar · 5 years ago
  55. 7c77e31 remoteproc: qcom: pas: Add MSM8998 ADSP and SLPI support by Sibi Sankar · 5 years ago
  56. 6ba519a remoteproc: q6v5-mss: Remove mem clk from the active pool by Sibi Sankar · 5 years ago
  57. 40f6a66 remoteproc: qcom: Remove unneeded semicolon by Ma Feng · 5 years ago
  58. b7ff96c remoteproc: qcom: pas: Add auto_boot flag by Sibi Sankar · 5 years ago
  59. 15f4ae1 remoteproc: qcom: pas: Add SM8150 ADSP, CDSP, Modem and SLPI support by Sibi Sankar · 5 years ago
  60. 17ee2fb remoteproc: qcom: pas: Vote for active/proxy power domains by Sibi Sankar · 5 years ago
  61. 2ac91aa remoteproc: qcom: pas: Disable interrupt on clock enable failure by Sibi Sankar · 5 years ago
  62. 4a56e423 remoteproc: stm32: fix probe error case by Fabien Dessenne · 5 years ago
  63. 410119e remoteproc: stm32: wakeup the system by wdg irq by Fabien Dessenne · 5 years ago
  64. 00a0eec5 remoteproc: Fix wrong rvring index computation by Clement Leger · 5 years ago
  65. 714cf5e remoteproc: stm32: use workqueue to treat mailbox callback by Arnaud Pouliquen · 5 years ago
  66. 99cf036 remoteproc: fix argument 2 of rproc_mem_entry_init by Ben Dooks (Codethink) · 5 years ago
  67. 1665cbd remoteproc: qcom_q6v5_mss: Add support for MSM8998 by Jeffrey Hugo · 5 years ago
  68. 0ad82e3 remoteproc: debug: Remove unneeded NULL check by Ding Xiang · 5 years ago
  69. 006d72d remoteproc: remove useless typedef by Clement Leger · 5 years ago
  70. 28de978 Merge tag 'rproc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 5 years ago
  71. 6334150 remoteproc: don't allow modular build by Christoph Hellwig · 5 years ago
  72. d446609 remoteproc: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  73. d333de3 remoteproc: stm32: manage the get_irq probe defer case by Fabien Dessenne · 5 years ago
  74. abbe429 remoteproc: stm32: clear MCU PDDS at firmware start by Fabien Dessenne · 5 years ago
  75. f2583fd remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handling by Sibi Sankar · 5 years ago
  76. 6ed756a remoteproc: Add a sysfs interface for name by Suman Anna · 5 years ago
  77. 1417dba remoteproc: qcom: Move glink_ssr notification after stop by Bjorn Andersson · 5 years ago
  78. fdcec00 Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc by Linus Torvalds · 5 years ago
  79. 93f1d3e remoteproc: stm32: fix building without ARM SMCC by Arnd Bergmann · 5 years ago
  80. f1d72c5 remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADER by YueHaibing · 6 years ago
  81. 72f64ca remoteproc: copy parent dma_pfn_offset for vdev by Clement Leger · 6 years ago
  82. f04b913 remoteproc: qcom: q6v5-mss: Support loading non-split images by Bjorn Andersson · 6 years ago
  83. 13140de remoteproc: stm32: add an ST stm32_rproc driver by Fabien Dessenne · 6 years ago
  84. 77e5a44 remoteproc: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  85. b1a1751 remoteproc: add vendor resources handling by Clement Leger · 6 years ago
  86. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  87. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  88. 16a3c63 remoteproc: imx: Fix typo in "failed" by Fabio Estevam · 6 years ago
  89. 0aa2582 remoteproc: imx: Broaden the Kconfig selection logic by Fabio Estevam · 6 years ago
  90. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  91. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  92. 0c6de4c remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSP by Bjorn Andersson · 6 years ago
  93. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  94. 2f19464 Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  95. d664ce7 remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag" by Stephen Rothwell · 6 years ago
  96. 28d7d5c remoteproc: fix rproc_check_carveout_da() returned error and comments by Loic Pallardy · 6 years ago
  97. a987e6b9 remoteproc: fix trace buffer va initialization by Loic Pallardy · 6 years ago
  98. 60f849a remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain by Loic Pallardy · 6 years ago
  99. b36de8c remoteproc: add warning on resource table cast by Loic Pallardy · 6 years ago
  100. 80137b4 remoteproc: fix rproc_alloc_carveout() bad variable cast by Loic Pallardy · 6 years ago