1. 8796ac1 Merge tag 'rproc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 3 years, 8 months ago
  2. edf696f remoteproc: stm32: add capability to detach by Arnaud Pouliquen · 3 years, 9 months ago
  3. 5e4c124 remoteproc: imx_rproc: support remote cores booted before Linux Kernel by Peng Fan · 3 years, 9 months ago
  4. 10a3d40 remoteproc: imx_rproc: move memory parsing to rproc_ops by Peng Fan · 3 years, 9 months ago
  5. f638a19 remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX by Peng Fan · 3 years, 9 months ago
  6. 6e962bf remoteproc: imx_rproc: add missing of_node_put by Peng Fan · 3 years, 9 months ago
  7. 889cb0d remoteproc: imx_rproc: fix build error without CONFIG_MAILBOX by Wei Yongjun · 3 years, 9 months ago
  8. 6353da4 remoteproc: qcom: wcss: Remove unnecessary PTR_ERR() by Junlin Yang · 3 years, 9 months ago
  9. ca0e894 remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR() by Wei Yongjun · 3 years, 10 months ago
  10. 3fdba9d remoteproc: qcom: pas: Add modem support for SDX55 by Manivannan Sadhasivam · 3 years, 9 months ago
  11. 859fd241 remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio() by Wei Yongjun · 3 years, 10 months ago
  12. 880a66e remoteproc: pru: Fix and cleanup firmware interrupt mapping logic by Suman Anna · 3 years, 9 months ago
  13. 1fe72bc remoteproc: pru: Fix wrong success return value for fw events by Suman Anna · 3 years, 9 months ago
  14. 6d1f280 remoteproc: pru: Fixup interrupt-parent logic for fw events by Suman Anna · 3 years, 9 months ago
  15. 4807393 remoteproc: qcom: wcnss: Allow specifying firmware-name by Bjorn Andersson · 3 years, 10 months ago
  16. bb91c9e remoteproc: qcom: wcss: explicitly request exclusive reset control by Govind Singh · 4 years ago
  17. 0af65b9 remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404 by Govind Singh · 4 years ago
  18. 6549f42 remoteproc: qcom: wcss: populate hardcoded param using driver data by Govind Singh · 4 years ago
  19. 6e71d2b remoteproc: Refactor function rproc_cdev_release() by Mathieu Poirier · 3 years, 10 months ago
  20. 5daaeb5 remoteproc: Properly deal with a detach request when attached by Mathieu Poirier · 3 years, 10 months ago
  21. d2008a9 remoteproc: Properly deal with a stop request when attached by Mathieu Poirier · 3 years, 10 months ago
  22. 83d4e67 remoteproc: Properly deal with a start request when attached by Mathieu Poirier · 3 years, 10 months ago
  23. 800dad0 remoteproc: Properly deal with a kernel panic when attached by Mathieu Poirier · 3 years, 10 months ago
  24. 8088dd4 remoteproc: Properly deal with the resource table when stopping by Mathieu Poirier · 3 years, 10 months ago
  25. 9dc9507 remoteproc: Properly deal with the resource table when detaching by Mathieu Poirier · 3 years, 10 months ago
  26. d3962a3 remoteproc: Introduce function rproc_detach() by Mathieu Poirier · 3 years, 10 months ago
  27. 6070203 remoteproc: Introduce function __rproc_detach() by Mathieu Poirier · 3 years, 10 months ago
  28. 6e20a05 remoteproc: stm32: Move memory parsing to rproc_ops by Arnaud POULIQUEN · 3 years, 10 months ago
  29. 8a47139 remoteproc: stm32: Move resource table setup to rproc_ops by Mathieu Poirier · 3 years, 10 months ago
  30. 1a63138 remoteproc: Add new get_loaded_rsc_table() to rproc_ops by Mathieu Poirier · 3 years, 10 months ago
  31. 76f4c87 remoteproc: Properly represent the attached state by Mathieu Poirier · 3 years, 10 months ago
  32. 4196d18 remoteproc: Add new RPROC_ATTACHED state by Mathieu Poirier · 3 years, 10 months ago
  33. 6a6c4dc remoteproc: Rename function rproc_actuate() by Mathieu Poirier · 3 years, 10 months ago
  34. 16324fc remoteproc: Remove useless check in rproc_del() by Mathieu Poirier · 3 years, 10 months ago
  35. 3d2ee78 remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loader by Bjorn Andersson · 3 years, 10 months ago
  36. 9af2a2a remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsing by Bjorn Andersson · 3 years, 10 months ago
  37. 9afeefc remoteproc: pru: Fix firmware loading crashes on K3 SoCs by Suman Anna · 3 years, 10 months ago
  38. 18cda80 remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init() by Wei Yongjun · 3 years, 10 months ago
  39. 2df7062 remoteproc: imx_proc: enable virtio/mailbox by Peng Fan · 3 years, 10 months ago
  40. 8f2d896 remoteproc: imx_rproc: ignore mapping vdev regions by Peng Fan · 3 years, 10 months ago
  41. 4ab8f96 remoteproc: imx_rproc: support i.MX8MQ/M by Peng Fan · 3 years, 10 months ago
  42. b29b424 remoteproc: imx_rproc: add i.MX specific parse fw hook by Peng Fan · 3 years, 10 months ago
  43. ecadcc4 remoteproc: imx_rproc: use devm_ioremap by Peng Fan · 3 years, 10 months ago
  44. 1896b3d remoteproc: imx_rproc: correct err message by Peng Fan · 3 years, 10 months ago
  45. 40df0a9 remoteproc: add is_iomem to da_to_va by Peng Fan · 3 years, 10 months ago
  46. 2bf2346 remoteproc: core: Remove casting to rproc_handle_resource_t by Jindong Yue · 3 years, 11 months ago
  47. 780a980 remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE by Yang Li · 3 years, 11 months ago
  48. 145e1da remoteproc: sysfs: Use sysfs_emit instead of sprintf by Raghavendra Rao Ananta · 3 years, 10 months ago
  49. e6d9423 remoteproc: pru: Fix loading of GNU Binutils ELF by Dimitar Dimitrov · 4 years ago
  50. 7029e78 remoteproc: qcom: pil_info: avoid 64-bit division by Arnd Bergmann · 4 years ago
  51. e8b4e9a remoteproc: qcom: pas: Add SM8350 PAS remoteprocs by Vinod Koul · 4 years ago
  52. 43d3f2c remoteproc: core: Fix rproc->firmware free in rproc_set_firmware() by Daniele Alessandrelli · 4 years ago
  53. ca23ecf remoteproc/mediatek: support L1TCM by Tzung-Bi Shih · 4 years ago
  54. ff3ea53 remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP by Tzung-Bi Shih · 4 years ago
  55. 2e88e8f remoteproc/mediatek: use devm_platform_ioremap_resource_byname by Tzung-Bi Shih · 4 years ago
  56. ec8207a remoteproc: ingenic: Add module parameter 'auto_boot' by Paul Cercueil · 4 years ago
  57. 8c545f5 remoteproc/mediatek: acknowledge watchdog IRQ after handled by Tzung-Bi Shih · 4 years ago
  58. 9a1d271 remoteproc: qcom_wcnss: remove unneeded semicolon by Yang Li · 4 years ago
  59. bfb4450 remoteproc: qcom: fix glink dependencies by Arnd Bergmann · 4 years ago
  60. cf34838 remoteproc: stm32: improve debug using dev_err_probe by Arnaud Pouliquen · 4 years, 1 month ago
  61. 9e19f44d remoteproc: qcom: add more help text qcom options by Shawn Guo · 4 years, 1 month ago
  62. 8cc8eef remoteproc: qcom_wcnss: Add qcom,wcn3660b compatible by Stephan Gerhold · 4 years ago
  63. 48c1c40 Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 1 month ago
  64. 3efa0ea remoteproc/mediatek: read IPI buffer offset from FW by Tzung-Bi Shih · 4 years, 1 month ago
  65. 22c3df6 remoteproc/mediatek: unprepare clk if scp_before_load fails by Tzung-Bi Shih · 4 years, 1 month ago
  66. c3d4e5b remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio() by Zhang Changzhong · 4 years, 1 month ago
  67. cca2100 remoteproc/mediatek: Fix kernel test robot warning by Souptick Joarder · 4 years, 1 month ago
  68. 6dfdf6e remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories() by YueHaibing · 4 years, 4 months ago
  69. c0a6e5e remoteproc: qcom: pas: fix error handling in adsp_pds_enable by Zhang Qilong · 4 years, 2 months ago
  70. aa37448 remoteproc: qcom: fix reference leak in adsp_start by Zhang Qilong · 4 years, 2 months ago
  71. a247230 remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable by Zhang Qilong · 4 years, 2 months ago
  72. e59aef4 remoteproc/mtk_scp: surround DT device IDs with CONFIG_OF by Alexandre Courbot · 4 years, 2 months ago
  73. d2debca remoteproc: qcom: Add minidump id for sm8150 modem by Siddharth Gupta · 4 years, 2 months ago
  74. 8ed8485 remoteproc: qcom: Add capability to collect minidumps by Siddharth Gupta · 4 years, 2 months ago
  75. abc72b6 remoteproc: coredump: Add minidump functionality by Siddharth Gupta · 4 years, 2 months ago
  76. adf60a8 remoteproc: core: Add ops to enable custom coredump functionality by Siddharth Gupta · 4 years, 2 months ago
  77. 0a44151 remoteproc/mediatek: change MT8192 CFG register base by Tzung-Bi Shih · 4 years, 1 month ago
  78. b44786c remoteproc: pru: Add support for various PRU cores on K3 J721E SoCs by Suman Anna · 4 years, 1 month ago
  79. 1d39f4d remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs by Suman Anna · 4 years, 1 month ago
  80. 20ad1de remoteproc: pru: Add pru-specific debugfs support by Suman Anna · 4 years, 1 month ago
  81. c75c9fd remoteproc: pru: Add support for PRU specific interrupt configuration by Grzegorz Jaszczyk · 4 years, 1 month ago
  82. d4ce2de remoteproc: pru: Add a PRU remoteproc driver by Suman Anna · 4 years, 1 month ago
  83. d247d18 remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in Kconfig by Colin Ian King · 4 years, 1 month ago
  84. 9d7b4a4 remoteproc: sysmon: fix shutdown_acked state by Arnd Bergmann · 4 years, 1 month ago
  85. c3c21b3 remoteproc: k3-r5: Adjust TCM sizes in Split-mode on J7200 SoCs by Suman Anna · 4 years, 2 months ago
  86. 7508ea1 remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCs by Suman Anna · 4 years, 2 months ago
  87. 4c1ad56 remoteproc: Add a rproc_set_firmware() API by Suman Anna · 4 years, 2 months ago
  88. 0ac72f9 remoteproc: sysmon: Improve error messages by Bjorn Andersson · 4 years, 2 months ago
  89. ed5da80 remoteproc: qcom: q6v5: Query sysmon before graceful shutdown by Bjorn Andersson · 4 years, 2 months ago
  90. 5c212aa remoteproc: sysmon: Expose the shutdown result by Bjorn Andersson · 4 years, 2 months ago
  91. 138a642 remoteproc: sysmon: Ensure remote notification ordering by Bjorn Andersson · 4 years, 2 months ago
  92. a7ed5e5 remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after use by Sibi Sankar · 4 years, 2 months ago
  93. 04ff5d1 remoteproc: qcom_q6v5_mss: Replace ioremap with memremap by Sibi Sankar · 4 years, 2 months ago
  94. dd8f526 remoteproc: qcom_sysmon: Constify qmi_indication_handler by Rikard Falkeborn · 4 years, 2 months ago
  95. 48cb5b6 remoteproc/mediatek: skip if filesz is 0 by Tzung-Bi Shih · 4 years, 2 months ago
  96. 71ffb5a remoteproc/mediatek: fix boundary check by Tzung-Bi Shih · 4 years, 2 months ago
  97. 903635c remoteproc/mediatek: fix sparse errors on dma_alloc and dma_free by Tzung-Bi Shih · 4 years, 2 months ago
  98. 778f2664 remoteproc/mediatek: fix sparse errors on sram power on and off by Tzung-Bi Shih · 4 years, 2 months ago
  99. 0eee3d2 remoteproc: stm32: Constify st_rproc_ops by Rikard Falkeborn · 4 years, 2 months ago
  100. bb7eda7 remoteproc: ingenic: Constify ingenic_rproc_ops by Rikard Falkeborn · 4 years, 2 months ago