1. a66a511 remoteproc: report error if resource table doesn't exist by Stefan Agner · 9 years ago
  2. f42f79a remoteproc: fix memory leak of remoteproc ida cache layers by Suman Anna · 9 years ago
  3. 8de3dbd remoteproc: fix !CONFIG_OF build breakage by Ohad Ben-Cohen · 9 years ago
  4. a01f7cd remoteproc: add a rproc ops for performing address translation by Suman Anna · 9 years ago
  5. fec47d8 remoteproc: introduce rproc_get_by_phandle API by Dave Gerlach · 9 years ago
  6. 172e6ab remoteproc: fix various checkpatch warnings by Suman Anna · 9 years ago
  7. 315491e remoteproc: add IOMMU hardware capability flag by Suman Anna · 10 years ago
  8. 95cee62 remoteproc: Cocci spatch "memdup.spatch" by Thomas Meyer · 11 years ago
  9. b6356a0 remoteproc: free carveout memories only after unmapping them by Suman Anna · 11 years ago
  10. 89970d2 remoteproc: fix error return code in rproc_fw_boot() by Wei Yongjun · 11 years ago
  11. de9c9f8 Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 11 years ago
  12. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  13. b23f7a0 treewide: Fix typo in printk and comments by Masanari Iida · 11 years ago
  14. 8b4aec9 remoteproc: support default firmware name in rproc_alloc() by Robert Tivy · 11 years ago
  15. c0d6315 remoteproc: set vring addresses in resource table by Sjur Brændeland · 11 years ago
  16. 92b38f8 remoteproc: support virtio config space. by Sjur Brændeland · 11 years ago
  17. a2b950a remoteproc: perserve resource table data by Ohad Ben-Cohen · 11 years ago
  18. ba7290e remoteproc: calculate max_notifyid by counting vrings by Sjur Brændeland · 11 years ago
  19. 232fcdb remoteproc: code cleanup of resource parsing by Sjur Brændeland · 11 years ago
  20. cde42e0 remoteproc: fix error path of handle_vdev by Sjur Brændeland · 11 years ago
  21. b39599b remoteproc: fix the error check for idr_alloc by Suman Anna · 11 years ago
  22. 15fc611 remoteproc: convert to idr_alloc() by Tejun Heo · 11 years ago
  23. 045dc40 remoteproc: don't use idr_remove_all() by Tejun Heo · 11 years ago
  24. d09f53a remoteproc: Fix use of format specifyer by Emil Goode · 12 years ago
  25. 7168d91 remoteproc: fix a potential NULL-dereference on cleanup by Dan Carpenter · 12 years ago
  26. 099a3f3 remtoteproc: maintain max notifyid by Sjur Brændeland · 12 years ago
  27. 2e37abb remoteproc: create a 'recovery' debugfs entry by Fernando Guzman Lugo · 12 years ago
  28. 70b85ef remoteproc: add actual recovery implementation by Fernando Guzman Lugo · 12 years ago
  29. 8afd519 remoteproc: add rproc_report_crash function to notify rproc crashes by Fernando Guzman Lugo · 12 years ago
  30. 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
  31. 4afc89d remoteproc: Support custom firmware handlers by Sjur Brændeland · 12 years ago
  32. 72854fb remoteproc: Move Elf related functions to separate file by Sjur Brændeland · 12 years ago
  33. 3e5f9eb remoteproc: Add function rproc_get_boot_addr by Sjur Brændeland · 12 years ago
  34. bd48498 remoteproc: Pass struct fw to load_segments and find_rsc_table. by Sjur Brændeland · 12 years ago
  35. 160e7c8 remoteproc: adopt the driver core's alloc/add/del/put naming by Ohad Ben-Cohen · 12 years ago
  36. 40e575b remoteproc: remove the get_by_name/put API by Ohad Ben-Cohen · 12 years ago
  37. 0e49b72 remoteproc: support non-iommu carveout assignment by Ohad Ben-Cohen · 12 years ago
  38. c6b5a27 remoteproc: simplify unregister/free interfaces by Ohad Ben-Cohen · 12 years ago
  39. 7183a2a remoteproc: remove the now-redundant kref by Ohad Ben-Cohen · 12 years ago
  40. b5ab5e2 remoteproc: maintain a generic child device for each rproc by Ohad Ben-Cohen · 12 years ago
  41. 6db20ea remoteproc: allocate vrings on demand, free when not needed by Ohad Ben-Cohen · 12 years ago
  42. 30338cf remoteproc: fix missing fault indication in error-path by Sjur Brændeland · 12 years ago
  43. e981f6d remoteproc: fix print format warnings by Sjur Brændeland · 12 years ago
  44. 2f83766 Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  45. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  46. 77ca233 iommu/core: pass a user-provided token to fault handlers by Ohad Ben-Cohen · 12 years ago
  47. 6fd98c1 remoteproc: fix off-by-one bug in __rproc_free_vrings by Subramaniam Chanderashekarapuram · 12 years ago
  48. 3cc6e78 remoteproc: remove redundant NULL check before release_firmware() by Jesper Juhl · 12 years ago
  49. 1e3e2c7 remoteproc: cleanup resource table parsing paths by Ohad Ben-Cohen · 12 years ago
  50. 63140e0 remoteproc: remove the hardcoded vring alignment by Ohad Ben-Cohen · 12 years ago
  51. 7a18694 remoteproc: remove the single rpmsg vdev limitation by Ohad Ben-Cohen · 12 years ago
  52. fd2c15e remoteproc: resource table overhaul by Ohad Ben-Cohen · 12 years ago
  53. 40b78b2 remoteproc: make sure we're parsing a 32bit firmware by Ohad Ben-Cohen · 12 years ago
  54. e12bc14 remoteproc: s/big switch/lookup table/ by Ohad Ben-Cohen · 12 years ago
  55. cf59d3e remoteproc: bail out if firmware has different endianess by Ohad Ben-Cohen · 12 years ago
  56. 489d129 remoteproc: depend on EXPERIMENTAL by Ohad Ben-Cohen · 13 years ago
  57. 9bc9123 remoteproc: look for truncated firmware images by Ohad Ben-Cohen · 13 years ago
  58. 7d2d395 remoteproc: avoid registering a virtio device if not supported by Mark Grosen · 13 years ago
  59. 0798e1d remoteproc: do not require an iommu by Mark Grosen · 13 years ago
  60. 400e64d remoteproc: add framework for controlling remote processors by Ohad Ben-Cohen · 13 years ago