1. ab8f873 remoteproc: Add mechanism for custom dump function assignment by Sibi Sankar · 6 years ago
  2. 3952105 remoteproc: Introduce custom dump function for each remoteproc segment by Sibi Sankar · 6 years ago
  3. c6aed238 remoteproc: modify vring allocation to rely on centralized carveout allocator by Loic Pallardy · 6 years ago
  4. ffa5f9c remoteproc: modify rproc_handle_carveout to support pre-registered region by Loic Pallardy · 6 years ago
  5. c874bf5 remoteproc: add helper function to check carveout device address by Loic Pallardy · 6 years ago
  6. 1429cca remoteproc: add helper function to allocate rproc_mem_entry from reserved memory by Loic Pallardy · 6 years ago
  7. d7c5170 remoteproc: add alloc ops in rproc_mem_entry struct by Loic Pallardy · 6 years ago
  8. b0019cc remoteproc: introduce rproc_find_carveout_by_name function by Loic Pallardy · 6 years ago
  9. 15c0b02 remoteproc: introduce rproc_add_carveout function by Loic Pallardy · 6 years ago
  10. 72029c9 remoteproc: add helper function to allocate and init rproc_mem_entry struct by Loic Pallardy · 6 years ago
  11. 3265230 remoteproc: add name in rproc_mem_entry struct by Loic Pallardy · 6 years ago
  12. f2e74ab remoteproc: add release ops in rproc_mem_entry struct by Loic Pallardy · 6 years ago
  13. eb30596 remoteproc: add rproc_va_to_pa function by Loic Pallardy · 6 years ago
  14. 3bc8140 remoteproc: configure IOMMU only if device address requested by Loic Pallardy · 6 years ago
  15. 276ec99 remoteproc: replace "%p" with "%pK" by Loic Pallardy · 6 years ago
  16. f68d51b remoteproc: Reset table_ptr in rproc_start() failure paths by Suman Anna · 6 years ago
  17. c455daa remoteproc: Introduce prepare and unprepare for subdevices by Bjorn Andersson · 6 years ago
  18. 6f8b037 remoteproc: rename subdev probe and remove functions by Alex Elder · 6 years ago
  19. 4902676 remoteproc: Make client initialize ops in rproc_subdev by Bjorn Andersson · 6 years ago
  20. be37b1e remoteproc: Make start and stop in subdev optional by Bjorn Andersson · 6 years ago
  21. 618fcff remoteproc: Rename subdev functions to start/stop by Bjorn Andersson · 6 years ago
  22. fcd5803 remoteproc: fix crashed parameter logic on stop call by Arnaud Pouliquen · 7 years ago
  23. 880f5b3 remoteproc: Pass type of shutdown to subdev remove by Bjorn Andersson · 7 years ago
  24. c1d35c1 remoteproc: Rename "load_rsc_table" to "parse_fw" by Bjorn Andersson · 7 years ago
  25. 2666ca9 remoteproc: Add remote processor coredump support by Sarangdhar Joshi · 7 years ago
  26. 0a8b81c remoteproc: Reset table_ptr on stop by Bjorn Andersson · 7 years ago
  27. 58b6409 remoteproc: Move resource table load logic to find by Bjorn Andersson · 7 years ago
  28. d4bb86f remoteproc: Don't handle empty resource table by Bjorn Andersson · 7 years ago
  29. 0f21f9c remoteproc: Merge rproc_ops and rproc_fw_ops by Bjorn Andersson · 7 years ago
  30. fb98e2b remoteproc: Clone rproc_ops in rproc_alloc() by Bjorn Andersson · 7 years ago
  31. a4b24c7 remoteproc: Cache resource table size by Bjorn Andersson · 7 years ago
  32. b26210c remoteproc: Remove depricated crash completion by Bjorn Andersson · 7 years ago
  33. 7c89717 remoteproc: Introduce rproc handle accessor for children by Bjorn Andersson · 7 years ago
  34. f9cbbd2 remoteproc: Stop subdevices in reverse order by Bjorn Andersson · 7 years ago
  35. c42ca04 remoteproc: make device_type const by Bhumika Goyal · 7 years ago
  36. 1b0ef90 remoteproc: Merge __rproc_boot() with rproc_boot() by Suman Anna · 7 years ago
  37. ca91ab5 remoteproc: fix spelling mistake: "Resouce" -> "Resource" by Colin Ian King · 8 years ago
  38. 7e83cab remoteproc: Modify recovery path to use rproc_{start,stop}() by Sarangdhar Joshi · 8 years ago
  39. 1efa30d remoteproc: Introduce rproc_{start,stop}() functions by Sarangdhar Joshi · 8 years ago
  40. 5e6533f remoteproc: Modify the function names by Sarangdhar Joshi · 8 years ago
  41. 7a20c64 remoteproc: Reduce asynchronous request_firmware to auto-boot only by Sarangdhar Joshi · 8 years ago
  42. 2099c77 remoteproc: Drop firmware_loading_complete by Sarangdhar Joshi · 8 years ago
  43. b003d45 remoteproc: Move rproc_delete_debug_dir() to rproc_del() by Sarangdhar Joshi · 8 years ago
  44. a0c1068 Revert "remoteproc: Merge table_ptr and cached_table pointers" by Bjorn Andersson · 8 years ago
  45. c81c0e07 remoteproc: fix vdev reference management by Loic Pallardy · 8 years ago
  46. 2bfc311 remoteproc: Drop wait in __rproc_boot() by Bjorn Andersson · 8 years ago
  47. a4ff18e remoteproc: Remove "experimental" warning by Bjorn Andersson · 8 years ago
  48. cda8529 remoteproc: Merge table_ptr and cached_table pointers by Bjorn Andersson · 8 years ago
  49. 2ca7d86 remoteproc: Remove custom vdev handler list by Bjorn Andersson · 8 years ago
  50. 48f18f8 remoteproc: Update max_notifyid as we allocate vrings by Bjorn Andersson · 8 years ago
  51. f5bcb35 remoteproc: Decouple vdev resources and devices by Bjorn Andersson · 8 years ago
  52. 2b45cef remoteproc: Further extend the vdev life cycle by Bjorn Andersson · 8 years ago
  53. a863af5 remoteproc: virtio: Anchor vring life cycle in vdev by Bjorn Andersson · 8 years ago
  54. aab8d80 remoteproc: Assign kref to rproc_vdev by Bjorn Andersson · 8 years ago
  55. 7bdc965 remoteproc: Introduce subdevices by Bjorn Andersson · 8 years ago
  56. 2aefbef remoteproc: Add a sysfs interface for firmware and state by Matt Redfearn · 8 years ago
  57. 0f57dc6 remoteproc: Keep local copy of firmware name by Matt Redfearn · 8 years ago
  58. fbb6aac remoteproc: Refactor rproc module locking by Bjorn Andersson · 8 years ago
  59. 433c0e0 remoteproc: Split driver and consumer dereferencing by Bjorn Andersson · 8 years ago
  60. 229b85a remoteproc: Correct resource handling upon boot failure by Bjorn Andersson · 8 years ago
  61. eeac0a8 remoteproc: Drop unnecessary NULL check by Bjorn Andersson · 8 years ago
  62. 21b6657 remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa by Loic PALLARDY · 8 years ago
  63. 13c4245 remoteproc: Only update table_ptr if we have a loaded table by Bjorn Andersson · 8 years ago
  64. 988d204 remoteproc: Move handling of cached table to boot/shutdown by Bjorn Andersson · 8 years ago
  65. d81fb32 remoteproc: Move vdev handling to boot/shutdown by Bjorn Andersson · 8 years ago
  66. b35d7af remoteproc: Calculate max_notifyid during load by Bjorn Andersson · 8 years ago
  67. ddf7118 remoteproc: Introduce auto-boot flag by Bjorn Andersson · 8 years ago
  68. 9d7814a remoteproc: print hex numbers with a leading 0x format by Anna, Suman · 8 years ago
  69. 730f84c remoteproc: align code with open parenthesis by Anna, Suman · 8 years ago
  70. 899585a remoteproc: use variable names for sizeof() operator by Anna, Suman · 8 years ago
  71. 56324d7 remoteproc: fix couple of minor typos by Anna, Suman · 8 years ago
  72. b605ed8b2 remoteproc: use proper format-specifier for printing dma_addr_t by Anna, Suman · 8 years ago
  73. c14b9a94 remoteproc: core: Remove pointless OOM print by Lee Jones · 8 years ago
  74. 3538616 remoteproc: core: Trivial: Improve error checking, spelling and debug prints by Lee Jones · 8 years ago
  75. 9c219b2 remoteproc: core: Ensure error message is clear by Lee Jones · 8 years ago
  76. d2e12e6 remoteproc: Fix potential race condition in rproc_add by Dave Gerlach · 9 years ago
  77. b3d3903 remoteproc: Add additional crash reasons by Bjorn Andersson · 9 years ago
  78. e395f9c remoteproc: core: Make the loaded resource table optional by Bjorn Andersson · 9 years ago
  79. 3d87fa1 remoteproc: core: Task sync during rproc_fw_boot() by Lee Jones · 9 years ago
  80. a66a511 remoteproc: report error if resource table doesn't exist by Stefan Agner · 9 years ago
  81. f42f79a remoteproc: fix memory leak of remoteproc ida cache layers by Suman Anna · 9 years ago
  82. 8de3dbd remoteproc: fix !CONFIG_OF build breakage by Ohad Ben-Cohen · 10 years ago
  83. a01f7cd remoteproc: add a rproc ops for performing address translation by Suman Anna · 10 years ago
  84. fec47d8 remoteproc: introduce rproc_get_by_phandle API by Dave Gerlach · 10 years ago
  85. 172e6ab remoteproc: fix various checkpatch warnings by Suman Anna · 10 years ago
  86. 315491e5 remoteproc: add IOMMU hardware capability flag by Suman Anna · 10 years ago
  87. 95cee62 remoteproc: Cocci spatch "memdup.spatch" by Thomas Meyer · 11 years ago
  88. b6356a0 remoteproc: free carveout memories only after unmapping them by Suman Anna · 11 years ago
  89. 89970d2 remoteproc: fix error return code in rproc_fw_boot() by Wei Yongjun · 11 years ago
  90. de9c9f8 Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 12 years ago
  91. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  92. b23f7a0 treewide: Fix typo in printk and comments by Masanari Iida · 12 years ago
  93. 8b4aec9 remoteproc: support default firmware name in rproc_alloc() by Robert Tivy · 12 years ago
  94. c0d6315 remoteproc: set vring addresses in resource table by Sjur Brændeland · 12 years ago
  95. 92b38f8 remoteproc: support virtio config space. by Sjur Brændeland · 12 years ago
  96. a2b950a remoteproc: perserve resource table data by Ohad Ben-Cohen · 12 years ago
  97. ba7290e remoteproc: calculate max_notifyid by counting vrings by Sjur Brændeland · 12 years ago
  98. 232fcdb remoteproc: code cleanup of resource parsing by Sjur Brændeland · 12 years ago
  99. cde42e0 remoteproc: fix error path of handle_vdev by Sjur Brændeland · 12 years ago
  100. b39599b remoteproc: fix the error check for idr_alloc by Suman Anna · 12 years ago