1. c878465 remoteproc: use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  2. a8f4011 remoteproc: Initialize rproc_class before use by Brandon Maier · 6 years ago
  3. 00a0eec5 remoteproc: Fix wrong rvring index computation by Clement Leger · 5 years ago
  4. 99cf036 remoteproc: fix argument 2 of rproc_mem_entry_init by Ben Dooks (Codethink) · 5 years ago
  5. 006d72d remoteproc: remove useless typedef by Clement Leger · 5 years ago
  6. fdcec00 Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  7. 72f64ca remoteproc: copy parent dma_pfn_offset for vdev by Clement Leger · 6 years ago
  8. b1a1751 remoteproc: add vendor resources handling by Clement Leger · 6 years ago
  9. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  10. 28d7d5c remoteproc: fix rproc_check_carveout_da() returned error and comments by Loic Pallardy · 6 years ago
  11. a987e6b9 remoteproc: fix trace buffer va initialization by Loic Pallardy · 6 years ago
  12. 60f849a remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain by Loic Pallardy · 6 years ago
  13. b36de8c remoteproc: add warning on resource table cast by Loic Pallardy · 6 years ago
  14. 80137b4 remoteproc: fix rproc_alloc_carveout() bad variable cast by Loic Pallardy · 6 years ago
  15. 74457c4 remoteproc: fix rproc_da_to_va in case of unallocated carveout by Loic Pallardy · 6 years ago
  16. a9f6fe0 remoteproc: correct rproc_mem_entry_init() comments by Loic Pallardy · 6 years ago
  17. d4c036f remoteproc: fix recovery procedure by Loic Pallardy · 6 years ago
  18. 086d087 remoteproc: create vdev subdevice with specific dma memory pool by Loic Pallardy · 6 years ago
  19. ab8f873 remoteproc: Add mechanism for custom dump function assignment by Sibi Sankar · 6 years ago
  20. 3952105 remoteproc: Introduce custom dump function for each remoteproc segment by Sibi Sankar · 6 years ago
  21. c6aed238 remoteproc: modify vring allocation to rely on centralized carveout allocator by Loic Pallardy · 7 years ago
  22. ffa5f9c remoteproc: modify rproc_handle_carveout to support pre-registered region by Loic Pallardy · 7 years ago
  23. c874bf5 remoteproc: add helper function to check carveout device address by Loic Pallardy · 7 years ago
  24. 1429cca remoteproc: add helper function to allocate rproc_mem_entry from reserved memory by Loic Pallardy · 7 years ago
  25. d7c5170 remoteproc: add alloc ops in rproc_mem_entry struct by Loic Pallardy · 7 years ago
  26. b0019cc remoteproc: introduce rproc_find_carveout_by_name function by Loic Pallardy · 7 years ago
  27. 15c0b02 remoteproc: introduce rproc_add_carveout function by Loic Pallardy · 7 years ago
  28. 72029c9 remoteproc: add helper function to allocate and init rproc_mem_entry struct by Loic Pallardy · 7 years ago
  29. 3265230 remoteproc: add name in rproc_mem_entry struct by Loic Pallardy · 7 years ago
  30. f2e74ab remoteproc: add release ops in rproc_mem_entry struct by Loic Pallardy · 7 years ago
  31. eb30596 remoteproc: add rproc_va_to_pa function by Loic Pallardy · 7 years ago
  32. 3bc8140 remoteproc: configure IOMMU only if device address requested by Loic Pallardy · 7 years ago
  33. 276ec99 remoteproc: replace "%p" with "%pK" by Loic Pallardy · 7 years ago
  34. f68d51b remoteproc: Reset table_ptr in rproc_start() failure paths by Suman Anna · 7 years ago
  35. c455daa remoteproc: Introduce prepare and unprepare for subdevices by Bjorn Andersson · 7 years ago
  36. 6f8b037 remoteproc: rename subdev probe and remove functions by Alex Elder · 7 years ago
  37. 4902676 remoteproc: Make client initialize ops in rproc_subdev by Bjorn Andersson · 7 years ago
  38. be37b1e remoteproc: Make start and stop in subdev optional by Bjorn Andersson · 7 years ago
  39. 618fcff remoteproc: Rename subdev functions to start/stop by Bjorn Andersson · 7 years ago
  40. fcd5803 remoteproc: fix crashed parameter logic on stop call by Arnaud Pouliquen · 7 years ago
  41. 880f5b3 remoteproc: Pass type of shutdown to subdev remove by Bjorn Andersson · 7 years ago
  42. c1d35c1 remoteproc: Rename "load_rsc_table" to "parse_fw" by Bjorn Andersson · 7 years ago
  43. 2666ca9 remoteproc: Add remote processor coredump support by Sarangdhar Joshi · 7 years ago
  44. 0a8b81c remoteproc: Reset table_ptr on stop by Bjorn Andersson · 7 years ago
  45. 58b6409 remoteproc: Move resource table load logic to find by Bjorn Andersson · 7 years ago
  46. d4bb86f remoteproc: Don't handle empty resource table by Bjorn Andersson · 7 years ago
  47. 0f21f9c remoteproc: Merge rproc_ops and rproc_fw_ops by Bjorn Andersson · 7 years ago
  48. fb98e2b remoteproc: Clone rproc_ops in rproc_alloc() by Bjorn Andersson · 7 years ago
  49. a4b24c7 remoteproc: Cache resource table size by Bjorn Andersson · 7 years ago
  50. b26210c remoteproc: Remove depricated crash completion by Bjorn Andersson · 7 years ago
  51. 7c89717 remoteproc: Introduce rproc handle accessor for children by Bjorn Andersson · 7 years ago
  52. f9cbbd2 remoteproc: Stop subdevices in reverse order by Bjorn Andersson · 7 years ago
  53. c42ca04 remoteproc: make device_type const by Bhumika Goyal · 7 years ago
  54. 1b0ef90 remoteproc: Merge __rproc_boot() with rproc_boot() by Suman Anna · 8 years ago
  55. ca91ab5 remoteproc: fix spelling mistake: "Resouce" -> "Resource" by Colin Ian King · 8 years ago
  56. 7e83cab remoteproc: Modify recovery path to use rproc_{start,stop}() by Sarangdhar Joshi · 8 years ago
  57. 1efa30d remoteproc: Introduce rproc_{start,stop}() functions by Sarangdhar Joshi · 8 years ago
  58. 5e6533f remoteproc: Modify the function names by Sarangdhar Joshi · 8 years ago
  59. 7a20c64 remoteproc: Reduce asynchronous request_firmware to auto-boot only by Sarangdhar Joshi · 8 years ago
  60. 2099c77 remoteproc: Drop firmware_loading_complete by Sarangdhar Joshi · 8 years ago
  61. b003d45 remoteproc: Move rproc_delete_debug_dir() to rproc_del() by Sarangdhar Joshi · 8 years ago
  62. a0c1068 Revert "remoteproc: Merge table_ptr and cached_table pointers" by Bjorn Andersson · 8 years ago
  63. c81c0e07 remoteproc: fix vdev reference management by Loic Pallardy · 8 years ago
  64. 2bfc311 remoteproc: Drop wait in __rproc_boot() by Bjorn Andersson · 8 years ago
  65. a4ff18e remoteproc: Remove "experimental" warning by Bjorn Andersson · 8 years ago
  66. cda8529 remoteproc: Merge table_ptr and cached_table pointers by Bjorn Andersson · 8 years ago
  67. 2ca7d86 remoteproc: Remove custom vdev handler list by Bjorn Andersson · 8 years ago
  68. 48f18f8 remoteproc: Update max_notifyid as we allocate vrings by Bjorn Andersson · 8 years ago
  69. f5bcb35 remoteproc: Decouple vdev resources and devices by Bjorn Andersson · 8 years ago
  70. 2b45cef remoteproc: Further extend the vdev life cycle by Bjorn Andersson · 8 years ago
  71. a863af5 remoteproc: virtio: Anchor vring life cycle in vdev by Bjorn Andersson · 8 years ago
  72. aab8d80 remoteproc: Assign kref to rproc_vdev by Bjorn Andersson · 8 years ago
  73. 7bdc965 remoteproc: Introduce subdevices by Bjorn Andersson · 8 years ago
  74. 2aefbef remoteproc: Add a sysfs interface for firmware and state by Matt Redfearn · 8 years ago
  75. 0f57dc6 remoteproc: Keep local copy of firmware name by Matt Redfearn · 8 years ago
  76. fbb6aac remoteproc: Refactor rproc module locking by Bjorn Andersson · 8 years ago
  77. 433c0e0 remoteproc: Split driver and consumer dereferencing by Bjorn Andersson · 8 years ago
  78. 229b85a remoteproc: Correct resource handling upon boot failure by Bjorn Andersson · 8 years ago
  79. eeac0a8 remoteproc: Drop unnecessary NULL check by Bjorn Andersson · 8 years ago
  80. 21b6657 remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa by Loic PALLARDY · 8 years ago
  81. 13c4245 remoteproc: Only update table_ptr if we have a loaded table by Bjorn Andersson · 9 years ago
  82. 988d204 remoteproc: Move handling of cached table to boot/shutdown by Bjorn Andersson · 9 years ago
  83. d81fb32 remoteproc: Move vdev handling to boot/shutdown by Bjorn Andersson · 9 years ago
  84. b35d7af remoteproc: Calculate max_notifyid during load by Bjorn Andersson · 9 years ago
  85. ddf7118 remoteproc: Introduce auto-boot flag by Bjorn Andersson · 9 years ago
  86. 9d7814a remoteproc: print hex numbers with a leading 0x format by Anna, Suman · 9 years ago
  87. 730f84c remoteproc: align code with open parenthesis by Anna, Suman · 9 years ago
  88. 899585a remoteproc: use variable names for sizeof() operator by Anna, Suman · 9 years ago
  89. 56324d7 remoteproc: fix couple of minor typos by Anna, Suman · 9 years ago
  90. b605ed8b2 remoteproc: use proper format-specifier for printing dma_addr_t by Anna, Suman · 9 years ago
  91. c14b9a94 remoteproc: core: Remove pointless OOM print by Lee Jones · 9 years ago
  92. 3538616 remoteproc: core: Trivial: Improve error checking, spelling and debug prints by Lee Jones · 9 years ago
  93. 9c219b2 remoteproc: core: Ensure error message is clear by Lee Jones · 9 years ago
  94. d2e12e6 remoteproc: Fix potential race condition in rproc_add by Dave Gerlach · 9 years ago
  95. b3d3903 remoteproc: Add additional crash reasons by Bjorn Andersson · 9 years ago
  96. e395f9c remoteproc: core: Make the loaded resource table optional by Bjorn Andersson · 9 years ago
  97. 3d87fa1 remoteproc: core: Task sync during rproc_fw_boot() by Lee Jones · 9 years ago
  98. a66a511 remoteproc: report error if resource table doesn't exist by Stefan Agner · 9 years ago
  99. f42f79a remoteproc: fix memory leak of remoteproc ida cache layers by Suman Anna · 9 years ago
  100. 8de3dbd remoteproc: fix !CONFIG_OF build breakage by Ohad Ben-Cohen · 10 years ago