1. 0a8b81c remoteproc: Reset table_ptr on stop by Bjorn Andersson · 7 years ago
  2. 58b6409 remoteproc: Move resource table load logic to find by Bjorn Andersson · 7 years ago
  3. d4bb86f remoteproc: Don't handle empty resource table by Bjorn Andersson · 7 years ago
  4. 0f21f9c remoteproc: Merge rproc_ops and rproc_fw_ops by Bjorn Andersson · 7 years ago
  5. fb98e2b remoteproc: Clone rproc_ops in rproc_alloc() by Bjorn Andersson · 7 years ago
  6. a4b24c7 remoteproc: Cache resource table size by Bjorn Andersson · 7 years ago
  7. b26210c remoteproc: Remove depricated crash completion by Bjorn Andersson · 7 years ago
  8. 7c89717 remoteproc: Introduce rproc handle accessor for children by Bjorn Andersson · 7 years ago
  9. f9cbbd2 remoteproc: Stop subdevices in reverse order by Bjorn Andersson · 7 years ago
  10. c42ca04 remoteproc: make device_type const by Bhumika Goyal · 7 years ago
  11. 1b0ef90 remoteproc: Merge __rproc_boot() with rproc_boot() by Suman Anna · 7 years ago
  12. ca91ab5 remoteproc: fix spelling mistake: "Resouce" -> "Resource" by Colin Ian King · 8 years ago
  13. 7e83cab remoteproc: Modify recovery path to use rproc_{start,stop}() by Sarangdhar Joshi · 8 years ago
  14. 1efa30d remoteproc: Introduce rproc_{start,stop}() functions by Sarangdhar Joshi · 8 years ago
  15. 5e6533f remoteproc: Modify the function names by Sarangdhar Joshi · 8 years ago
  16. 7a20c64 remoteproc: Reduce asynchronous request_firmware to auto-boot only by Sarangdhar Joshi · 8 years ago
  17. 2099c77 remoteproc: Drop firmware_loading_complete by Sarangdhar Joshi · 8 years ago
  18. b003d45 remoteproc: Move rproc_delete_debug_dir() to rproc_del() by Sarangdhar Joshi · 8 years ago
  19. a0c1068 Revert "remoteproc: Merge table_ptr and cached_table pointers" by Bjorn Andersson · 8 years ago
  20. c81c0e07 remoteproc: fix vdev reference management by Loic Pallardy · 8 years ago
  21. 2bfc311 remoteproc: Drop wait in __rproc_boot() by Bjorn Andersson · 8 years ago
  22. a4ff18e remoteproc: Remove "experimental" warning by Bjorn Andersson · 8 years ago
  23. cda8529 remoteproc: Merge table_ptr and cached_table pointers by Bjorn Andersson · 8 years ago
  24. 2ca7d86 remoteproc: Remove custom vdev handler list by Bjorn Andersson · 8 years ago
  25. 48f18f8 remoteproc: Update max_notifyid as we allocate vrings by Bjorn Andersson · 8 years ago
  26. f5bcb35 remoteproc: Decouple vdev resources and devices by Bjorn Andersson · 8 years ago
  27. 2b45cef remoteproc: Further extend the vdev life cycle by Bjorn Andersson · 8 years ago
  28. a863af5 remoteproc: virtio: Anchor vring life cycle in vdev by Bjorn Andersson · 8 years ago
  29. aab8d80 remoteproc: Assign kref to rproc_vdev by Bjorn Andersson · 8 years ago
  30. 7bdc965 remoteproc: Introduce subdevices by Bjorn Andersson · 8 years ago
  31. 2aefbef remoteproc: Add a sysfs interface for firmware and state by Matt Redfearn · 8 years ago
  32. 0f57dc6 remoteproc: Keep local copy of firmware name by Matt Redfearn · 8 years ago
  33. fbb6aac remoteproc: Refactor rproc module locking by Bjorn Andersson · 8 years ago
  34. 433c0e0 remoteproc: Split driver and consumer dereferencing by Bjorn Andersson · 8 years ago
  35. 229b85a remoteproc: Correct resource handling upon boot failure by Bjorn Andersson · 8 years ago
  36. eeac0a8 remoteproc: Drop unnecessary NULL check by Bjorn Andersson · 8 years ago
  37. 21b6657 remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa by Loic PALLARDY · 8 years ago
  38. 13c4245 remoteproc: Only update table_ptr if we have a loaded table by Bjorn Andersson · 8 years ago
  39. 988d204 remoteproc: Move handling of cached table to boot/shutdown by Bjorn Andersson · 8 years ago
  40. d81fb32 remoteproc: Move vdev handling to boot/shutdown by Bjorn Andersson · 8 years ago
  41. b35d7af remoteproc: Calculate max_notifyid during load by Bjorn Andersson · 8 years ago
  42. ddf7118 remoteproc: Introduce auto-boot flag by Bjorn Andersson · 8 years ago
  43. 9d7814a remoteproc: print hex numbers with a leading 0x format by Anna, Suman · 8 years ago
  44. 730f84c remoteproc: align code with open parenthesis by Anna, Suman · 8 years ago
  45. 899585a remoteproc: use variable names for sizeof() operator by Anna, Suman · 8 years ago
  46. 56324d7 remoteproc: fix couple of minor typos by Anna, Suman · 8 years ago
  47. b605ed8b2 remoteproc: use proper format-specifier for printing dma_addr_t by Anna, Suman · 8 years ago
  48. c14b9a94 remoteproc: core: Remove pointless OOM print by Lee Jones · 8 years ago
  49. 3538616 remoteproc: core: Trivial: Improve error checking, spelling and debug prints by Lee Jones · 8 years ago
  50. 9c219b2 remoteproc: core: Ensure error message is clear by Lee Jones · 8 years ago
  51. d2e12e6 remoteproc: Fix potential race condition in rproc_add by Dave Gerlach · 9 years ago
  52. b3d3903 remoteproc: Add additional crash reasons by Bjorn Andersson · 9 years ago
  53. e395f9c remoteproc: core: Make the loaded resource table optional by Bjorn Andersson · 9 years ago
  54. 3d87fa1 remoteproc: core: Task sync during rproc_fw_boot() by Lee Jones · 9 years ago
  55. a66a511 remoteproc: report error if resource table doesn't exist by Stefan Agner · 9 years ago
  56. f42f79a remoteproc: fix memory leak of remoteproc ida cache layers by Suman Anna · 9 years ago
  57. 8de3dbd remoteproc: fix !CONFIG_OF build breakage by Ohad Ben-Cohen · 10 years ago
  58. a01f7cd remoteproc: add a rproc ops for performing address translation by Suman Anna · 10 years ago
  59. fec47d8 remoteproc: introduce rproc_get_by_phandle API by Dave Gerlach · 10 years ago
  60. 172e6ab remoteproc: fix various checkpatch warnings by Suman Anna · 10 years ago
  61. 315491e remoteproc: add IOMMU hardware capability flag by Suman Anna · 10 years ago
  62. 95cee62 remoteproc: Cocci spatch "memdup.spatch" by Thomas Meyer · 12 years ago
  63. b6356a0 remoteproc: free carveout memories only after unmapping them by Suman Anna · 12 years ago
  64. 89970d2 remoteproc: fix error return code in rproc_fw_boot() by Wei Yongjun · 12 years ago
  65. de9c9f8 Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 12 years ago
  66. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  67. b23f7a0 treewide: Fix typo in printk and comments by Masanari Iida · 12 years ago
  68. 8b4aec9 remoteproc: support default firmware name in rproc_alloc() by Robert Tivy · 12 years ago
  69. c0d6315 remoteproc: set vring addresses in resource table by Sjur Brændeland · 12 years ago
  70. 92b38f8 remoteproc: support virtio config space. by Sjur Brændeland · 12 years ago
  71. a2b950a remoteproc: perserve resource table data by Ohad Ben-Cohen · 12 years ago
  72. ba7290e remoteproc: calculate max_notifyid by counting vrings by Sjur Brændeland · 12 years ago
  73. 232fcdb remoteproc: code cleanup of resource parsing by Sjur Brændeland · 12 years ago
  74. cde42e0 remoteproc: fix error path of handle_vdev by Sjur Brændeland · 12 years ago
  75. b39599b remoteproc: fix the error check for idr_alloc by Suman Anna · 12 years ago
  76. 15fc611 remoteproc: convert to idr_alloc() by Tejun Heo · 12 years ago
  77. 045dc40 remoteproc: don't use idr_remove_all() by Tejun Heo · 12 years ago
  78. d09f53a remoteproc: Fix use of format specifyer by Emil Goode · 12 years ago
  79. 7168d91 remoteproc: fix a potential NULL-dereference on cleanup by Dan Carpenter · 12 years ago
  80. 099a3f3 remtoteproc: maintain max notifyid by Sjur Brændeland · 12 years ago
  81. 2e37abb remoteproc: create a 'recovery' debugfs entry by Fernando Guzman Lugo · 12 years ago
  82. 70b85ef remoteproc: add actual recovery implementation by Fernando Guzman Lugo · 12 years ago
  83. 8afd519 remoteproc: add rproc_report_crash function to notify rproc crashes by Fernando Guzman Lugo · 12 years ago
  84. a9197f9 Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 12 years ago
  85. 4afc89d remoteproc: Support custom firmware handlers by Sjur Brændeland · 13 years ago
  86. 72854fb remoteproc: Move Elf related functions to separate file by Sjur Brændeland · 12 years ago
  87. 3e5f9eb remoteproc: Add function rproc_get_boot_addr by Sjur Brændeland · 13 years ago
  88. bd48498 remoteproc: Pass struct fw to load_segments and find_rsc_table. by Sjur Brændeland · 13 years ago
  89. 160e7c8 remoteproc: adopt the driver core's alloc/add/del/put naming by Ohad Ben-Cohen · 13 years ago
  90. 40e575b1 remoteproc: remove the get_by_name/put API by Ohad Ben-Cohen · 13 years ago
  91. 0e49b72 remoteproc: support non-iommu carveout assignment by Ohad Ben-Cohen · 13 years ago
  92. c6b5a27 remoteproc: simplify unregister/free interfaces by Ohad Ben-Cohen · 13 years ago
  93. 7183a2a remoteproc: remove the now-redundant kref by Ohad Ben-Cohen · 13 years ago
  94. b5ab5e2 remoteproc: maintain a generic child device for each rproc by Ohad Ben-Cohen · 13 years ago
  95. 6db20ea remoteproc: allocate vrings on demand, free when not needed by Ohad Ben-Cohen · 13 years ago
  96. 30338cf remoteproc: fix missing fault indication in error-path by Sjur Brændeland · 13 years ago
  97. e981f6d remoteproc: fix print format warnings by Sjur Brændeland · 13 years ago
  98. 2f83766 Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  99. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  100. 77ca233 iommu/core: pass a user-provided token to fault handlers by Ohad Ben-Cohen · 13 years ago