1. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  2. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
  3. cbd2dca remoteproc: scp: add COMPILE_TEST dependency by Alexandre Courbot · 4 years, 5 months ago
  4. e0d0727 dma-mapping: introduce DMA range map, supplanting dma_pfn_offset by Jim Quinlan · 4 years, 4 months ago
  5. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  6. 617e748 Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 5 months ago
  7. 62b8f9e remoteproc: core: Register the character device interface by Siddharth Gupta · 4 years, 6 months ago
  8. 4476770 remoteproc: Add remoteproc character device interface by Siddharth Gupta · 4 years, 6 months ago
  9. 2f3ee5e remoteproc: kill IPA notify code by Alex Elder · 4 years, 6 months ago
  10. 87218f9 remoteproc: k3-dsp: Add support for C71x DSPs by Suman Anna · 4 years, 7 months ago
  11. 21a4d73 remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPs by Suman Anna · 4 years, 6 months ago
  12. 6edbe02 remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPs by Suman Anna · 4 years, 6 months ago
  13. cf7acb4 remoteproc: k3: Add TI-SCI processor control helper functions by Suman Anna · 4 years, 6 months ago
  14. a8aa5ee remoteproc: Introduce rproc_of_parse_firmware() helper by Suman Anna · 4 years, 6 months ago
  15. 42a51c7 remoteproc: qcom_q6v5_mss: Remove redundant running state by Sibi Sankar · 4 years, 8 months ago
  16. 5b7be88 remoteproc: qcom: q6v5: Update running state before requesting stop by Sibi Sankar · 4 years, 8 months ago
  17. fe6a5dc remoteproc: qcom_q6v5_mss: Add modem debug policy support by Sibi Sankar · 4 years, 6 months ago
  18. 135b9e8 remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before load by Sibi Sankar · 4 years, 6 months ago
  19. e013f455d remoteproc: qcom_q6v5_mss: Validate MBA firmware size before load by Sibi Sankar · 4 years, 6 months ago
  20. 318130c remoteproc: qcom_q6v5_mss: Add MBA log extraction support by Sibi Sankar · 4 years, 6 months ago
  21. 3afdc59 remoteproc: Add coredump debugfs entry by Rishabh Bhatnagar · 4 years, 6 months ago
  22. c973198 remoteproc: Add inline coredump functionality by Rishabh Bhatnagar · 4 years, 6 months ago
  23. 76abf9c remoteproc: Pass size and offset as arguments to segment dump function by Rishabh Bhatnagar · 4 years, 6 months ago
  24. 7ac516d remoteproc: qcom_q6v5_mss: Replace mask based tracking with size by Sibi Sankar · 4 years, 6 months ago
  25. 2c010cc remoteproc: Move coredump functionality to a new file by Rishabh Bhatnagar · 4 years, 6 months ago
  26. efd8626 remoteproc: stm32: Update M4 state in stm32_rproc_stop() by Mathieu Poirier · 4 years, 6 months ago
  27. bee04d4 remoteproc: stm32: Introduce new attach() operation by Mathieu Poirier · 4 years, 6 months ago
  28. 11a7aaa remoteproc: stm32: Properly handle the resource table when attaching by Mathieu Poirier · 4 years, 6 months ago
  29. dadbdb9 remoteproc: stm32: Parse memory regions when attaching to M4 by Mathieu Poirier · 4 years, 6 months ago
  30. d9473cb remoteproc: Make function rproc_resource_cleanup() public by Mathieu Poirier · 4 years, 6 months ago
  31. 376ffdc remoteproc: stm32: Properly set co-processor state when attaching by Mathieu Poirier · 4 years, 6 months ago
  32. 9276536 remoteproc: stm32: Parse syscon that will manage M4 synchronisation by Mathieu Poirier · 4 years, 6 months ago
  33. 95e32f8 remoteproc: stm32: Remove memory translation from DT parsing by Mathieu Poirier · 4 years, 6 months ago
  34. 8210fc8 remoteproc: stm32: Decouple rproc from DT parsing by Mathieu Poirier · 4 years, 6 months ago
  35. b8631ab remoteproc: stm32: Request IRQ with platform device by Mathieu Poirier · 4 years, 6 months ago
  36. 7b9f18c remoteproc: stm32: Decouple rproc from memory translation by Mathieu Poirier · 4 years, 6 months ago
  37. 4a4dca1 remoteproc: Properly handle firmware name when attaching by Mathieu Poirier · 4 years, 6 months ago
  38. 4d3ebb3 remoteproc: Refactor function rproc_free_vring() by Mathieu Poirier · 4 years, 6 months ago
  39. e3d2193 remoteproc: Refactor function rproc_trigger_auto_boot() by Mathieu Poirier · 4 years, 6 months ago
  40. 0f9dc56 remoteproc: Refactor function rproc_boot() by Mathieu Poirier · 4 years, 6 months ago
  41. 88d3a13 remoteproc: Introducing function rproc_validate() by Mathieu Poirier · 4 years, 6 months ago
  42. fdf0e00 remoteproc: Introducing function rproc_actuate() by Mathieu Poirier · 4 years, 6 months ago
  43. d848a48 remoteproc: Introducing function rproc_attach() by Mathieu Poirier · 4 years, 6 months ago
  44. a6a4f28 remoteproc: Add new attach() remoteproc operation by Mathieu Poirier · 4 years, 6 months ago
  45. e2e5c55 remoteproc: Add new RPROC_DETACHED state by Mathieu Poirier · 4 years, 6 months ago
  46. 4e6751a remoteproc: qcom_q6v5_mss: Monitor MSS_STATUS for boot completion by Sibi Sankar · 4 years, 6 months ago
  47. 90ec257 remoteproc: qcom: pil-info: Fix shift overflow by Bjorn Andersson · 4 years, 6 months ago
  48. 5b435ca remoteproc: qcom_sysmon: Solve function header bitrot issues by Lee Jones · 4 years, 6 months ago
  49. 7e05c8d remoteproc: remoteproc_core: Use 'gnu_printf' format notation by Lee Jones · 4 years, 6 months ago
  50. 0cf1770 remoteproc: qcom: Add missing slab.h by Kefeng Wang · 4 years, 6 months ago
  51. 62495d7 remoteproc: qcom: Add notification types to SSR by Rishabh Bhatnagar · 4 years, 7 months ago
  52. 5abfe5c remoteproc: qcom: Add per subsystem SSR notification by Rishabh Bhatnagar · 4 years, 7 months ago
  53. d4c78d2 remoteproc: qcom: Update PIL relocation info on load by Bjorn Andersson · 4 years, 7 months ago
  54. 549b67d remoteproc: qcom: Introduce helper to store pil info in IMEM by Bjorn Andersson · 4 years, 7 months ago
  55. 49cff12 Revert "remoteproc: Add support for runtime PM" by Mathieu Poirier · 4 years, 7 months ago
  56. 4605ad8 remoteproc: ingenic: Move clock handling to prepare/unprepare callbacks by Mathieu Poirier · 4 years, 7 months ago
  57. 7999096 iov_iter: Move unnecessary inclusion of crypto/hash.h by Herbert Xu · 4 years, 7 months ago
  58. abfbb29 Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 7 months ago
  59. 7dcef39 remoteproc: Fix an error code in devm_rproc_alloc() by Dan Carpenter · 4 years, 8 months ago
  60. 48f0a1b remoteproc: ingenic: Added remoteproc driver by Paul Cercueil · 4 years, 8 months ago
  61. a99a37f remoteproc: Add support for runtime PM by Paul Cercueil · 4 years, 8 months ago
  62. 25f9f5a remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev() by Bjorn Andersson · 4 years, 8 months ago
  63. c774ad0 remoteproc: Fix and restore the parenting hierarchy for vdev by Suman Anna · 4 years, 9 months ago
  64. db9178a remoteproc: Fall back to using parent memory pool if no dedicated available by Tero Kristo · 4 years, 9 months ago
  65. 8a226e2 remoteproc: wcss: add support for rpmsg communication by Sivaprakash Murugesan · 4 years, 9 months ago
  66. a781e5a remoteproc: core: Prevent system suspend during remoteproc recovery by Rishabh Bhatnagar · 4 years, 9 months ago
  67. 9666174 remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va function by Sibi Sankar · 4 years, 9 months ago
  68. be050a3 remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use by Sibi Sankar · 4 years, 9 months ago
  69. a9fdc79 remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register space by Sibi Sankar · 4 years, 9 months ago
  70. f6da483 remoteproc: qcom: pas: Add SM8250 PAS remoteprocs by Bjorn Andersson · 4 years, 9 months ago
  71. 6663ce6 remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-region by Sibi Sankar · 4 years, 9 months ago
  72. 620d70b remoteproc: qcom: pas: Add SC7180 Modem support by Sibi Sankar · 4 years, 9 months ago
  73. 8096f80 remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init() by Wei Yongjun · 4 years, 8 months ago
  74. 5d1f2e3 soc: qcom: glink_ssr: Internalize ssr_notifiers by Bjorn Andersson · 4 years, 9 months ago
  75. cd9fc8f remoteproc: qcom: Pass ssr_name to glink subdevice by Bjorn Andersson · 4 years, 9 months ago
  76. 3cda779 Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 9 months ago
  77. 2fb75ce remoteproc: Add missing '\n' in log messages by Christophe JAILLET · 4 years, 9 months ago
  78. 33467ac remoteproc: Add prepare and unprepare ops by Loic Pallardy · 4 years, 9 months ago
  79. e29ff72b remoteproc: remove rproc_elf32_sanity_check by Clement Leger · 4 years, 9 months ago
  80. 305ac5a remoteproc: Add device-managed variants of rproc_alloc/rproc_add by Paul Cercueil · 4 years, 9 months ago
  81. db65527 remoteproc: Use a local copy for the name field by Suman Anna · 4 years, 9 months ago
  82. 226f5db remoteproc: Get rid of tedious error path by Mathieu Poirier · 4 years, 9 months ago
  83. bf860aa remoteproc: Split rproc_ops allocation from rproc_alloc() by Mathieu Poirier · 4 years, 9 months ago
  84. 9d5f82c remoteproc: Restructure firmware name allocation by Mathieu Poirier · 4 years, 9 months ago
  85. 1487ded remoteproc: Use kstrdup_const() rather than kstrdup() by Mathieu Poirier · 4 years, 9 months ago
  86. 1f36ab3 remoteproc: sysmon: Inform current rproc about all active rprocs by Siddharth Gupta · 4 years, 10 months ago
  87. 1877f54 remoteproc: sysmon: Add notifications for events by Siddharth Gupta · 4 years, 10 months ago
  88. 66a4347 remoteproc: sysmon: Add ability to send type of notification by Siddharth Gupta · 4 years, 10 months ago
  89. 3898fc9 remoteproc: use rproc_coredump_set_elf_info in drivers by Clement Leger · 4 years, 9 months ago
  90. 418fd78 remoteproc: add rproc_coredump_set_elf_info by Clement Leger · 4 years, 9 months ago
  91. 4df4f8b remoteproc: Simplify default name allocation by Mathieu Poirier · 4 years, 9 months ago
  92. 0c2ae2b remoteproc: Split firmware name allocation from rproc_alloc() by Mathieu Poirier · 4 years, 9 months ago
  93. 6442df4 remoteproc: Fix IDR initialisation in rproc_alloc() by Alex Elder · 4 years, 9 months ago
  94. bf02bd9 remoteproc: pull in slab.h by Michael S. Tsirkin · 4 years, 9 months ago
  95. bf89a7c remoteproc: pull in slab.h by Michael S. Tsirkin · 4 years, 10 months ago
  96. c78bc07 remoteproc: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  97. c2781e4 remoteproc: mtk_scp: use dma_addr_t for DMA API by Arnd Bergmann · 4 years, 10 months ago
  98. 5839681 remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths by Alex Elder · 4 years, 10 months ago
  99. 13c060b remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe() by Alex Elder · 4 years, 10 months ago
  100. e6d05ac remoteproc/omap: Fix set_load call in omap_rproc_request_timer by Nathan Chancellor · 4 years, 10 months ago