1. 529798b remoteproc: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  2. 33467ac remoteproc: Add prepare and unprepare ops by Loic Pallardy · 4 years, 9 months ago
  3. 305ac5a remoteproc: Add device-managed variants of rproc_alloc/rproc_add by Paul Cercueil · 4 years, 9 months ago
  4. 1487ded remoteproc: Use kstrdup_const() rather than kstrdup() by Mathieu Poirier · 4 years, 9 months ago
  5. 418fd78 remoteproc: add rproc_coredump_set_elf_info by Clement Leger · 4 years, 9 months ago
  6. dc5192c remoteproc: Introduce "panic" callback in ops by Bjorn Andersson · 4 years, 10 months ago
  7. 8f40335 remoteproc: Adapt coredump to generate correct elf type by Clement Leger · 4 years, 10 months ago
  8. e4ae4b7 remoteproc: Use u64 type for boot_addr by Clement Leger · 4 years, 10 months ago
  9. 096ee78 remoteproc: Use size_t instead of int for rproc_mem_entry len by Clement Leger · 4 years, 10 months ago
  10. 9ce3bf2 remoteproc: Use size_t type for len in da_to_va by Clement Leger · 4 years, 10 months ago
  11. b1a1751 remoteproc: add vendor resources handling by Clement Leger · 6 years ago
  12. d4c036f remoteproc: fix recovery procedure by Loic Pallardy · 6 years ago
  13. 086d087 remoteproc: create vdev subdevice with specific dma memory pool by Loic Pallardy · 6 years ago
  14. ebc40be remoteproc: fix kernel-doc comment for parse_fw by Fabien Dessenne · 6 years ago
  15. ab8f873 remoteproc: Add mechanism for custom dump function assignment by Sibi Sankar · 6 years ago
  16. 3952105 remoteproc: Introduce custom dump function for each remoteproc segment by Sibi Sankar · 6 years ago
  17. c6aed238 remoteproc: modify vring allocation to rely on centralized carveout allocator by Loic Pallardy · 6 years ago
  18. 1429cca remoteproc: add helper function to allocate rproc_mem_entry from reserved memory by Loic Pallardy · 6 years ago
  19. d7c5170 remoteproc: add alloc ops in rproc_mem_entry struct by Loic Pallardy · 6 years ago
  20. 15c0b02 remoteproc: introduce rproc_add_carveout function by Loic Pallardy · 6 years ago
  21. 72029c9 remoteproc: add helper function to allocate and init rproc_mem_entry struct by Loic Pallardy · 6 years ago
  22. 3265230 remoteproc: add name in rproc_mem_entry struct by Loic Pallardy · 6 years ago
  23. f2e74ab remoteproc: add release ops in rproc_mem_entry struct by Loic Pallardy · 6 years ago
  24. 1bb8989 remoteproc: Add missing kernel-doc comment for auto-boot by Suman Anna · 6 years ago
  25. c455daa remoteproc: Introduce prepare and unprepare for subdevices by Bjorn Andersson · 7 years ago
  26. 4902676 remoteproc: Make client initialize ops in rproc_subdev by Bjorn Andersson · 7 years ago
  27. 618fcff remoteproc: Rename subdev functions to start/stop by Bjorn Andersson · 7 years ago
  28. fcd5803 remoteproc: fix crashed parameter logic on stop call by Arnaud Pouliquen · 7 years ago
  29. 880f5b3 remoteproc: Pass type of shutdown to subdev remove by Bjorn Andersson · 7 years ago
  30. c1d35c1 remoteproc: Rename "load_rsc_table" to "parse_fw" by Bjorn Andersson · 7 years ago
  31. 2666ca9 remoteproc: Add remote processor coredump support by Sarangdhar Joshi · 7 years ago
  32. 4f6fd5a remoteproc: Drop dangling find_rsc_table dummies by Bjorn Andersson · 7 years ago
  33. 58b6409 remoteproc: Move resource table load logic to find by Bjorn Andersson · 7 years ago
  34. 0f21f9c remoteproc: Merge rproc_ops and rproc_fw_ops by Bjorn Andersson · 7 years ago
  35. fb98e2b remoteproc: Clone rproc_ops in rproc_alloc() by Bjorn Andersson · 7 years ago
  36. a4b24c7 remoteproc: Cache resource table size by Bjorn Andersson · 7 years ago
  37. b26210c remoteproc: Remove depricated crash completion by Bjorn Andersson · 7 years ago
  38. 7c89717 remoteproc: Introduce rproc handle accessor for children by Bjorn Andersson · 7 years ago
  39. 2099c77 remoteproc: Drop firmware_loading_complete by Sarangdhar Joshi · 8 years ago
  40. 608d792 remoteproc: Add RPROC_DELETED state by Sarangdhar Joshi · 8 years ago
  41. a0c1068 Revert "remoteproc: Merge table_ptr and cached_table pointers" by Bjorn Andersson · 8 years ago
  42. cda8529 remoteproc: Merge table_ptr and cached_table pointers by Bjorn Andersson · 8 years ago
  43. f5bcb35 remoteproc: Decouple vdev resources and devices by Bjorn Andersson · 8 years ago
  44. aab8d80 remoteproc: Assign kref to rproc_vdev by Bjorn Andersson · 8 years ago
  45. 7bdc965 remoteproc: Introduce subdevices by Bjorn Andersson · 8 years ago
  46. 0f57dc6 remoteproc: Keep local copy of firmware name by Matt Redfearn · 8 years ago
  47. 433c0e0 remoteproc: Split driver and consumer dereferencing by Bjorn Andersson · 8 years ago
  48. 21b6657 remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa by Loic PALLARDY · 8 years ago
  49. cd58305 remoteproc: Modify FW_RSC_ADDR_ANY definition by Loic PALLARDY · 8 years ago
  50. 988d204 remoteproc: Move handling of cached table to boot/shutdown by Bjorn Andersson · 8 years ago
  51. ddf7118 remoteproc: Introduce auto-boot flag by Bjorn Andersson · 8 years ago
  52. 730f84c remoteproc: align code with open parenthesis by Anna, Suman · 8 years ago
  53. f145928 remoteproc: fix bare unsigned type usage by Anna, Suman · 8 years ago
  54. b3d3903 remoteproc: Add additional crash reasons by Bjorn Andersson · 9 years ago
  55. a01f7cd remoteproc: add a rproc ops for performing address translation by Suman Anna · 10 years ago
  56. fec47d8 remoteproc: introduce rproc_get_by_phandle API by Dave Gerlach · 10 years ago
  57. 315491e remoteproc: add IOMMU hardware capability flag by Suman Anna · 10 years ago
  58. 92b38f8 remoteproc: support virtio config space. by Sjur Brændeland · 12 years ago
  59. a2b950a remoteproc: perserve resource table data by Ohad Ben-Cohen · 12 years ago
  60. 099a3f3 remtoteproc: maintain max notifyid by Sjur Brændeland · 12 years ago
  61. 2e37abb remoteproc: create a 'recovery' debugfs entry by Fernando Guzman Lugo · 12 years ago
  62. 70b85ef remoteproc: add actual recovery implementation by Fernando Guzman Lugo · 12 years ago
  63. 8afd519 remoteproc: add rproc_report_crash function to notify rproc crashes by Fernando Guzman Lugo · 12 years ago
  64. 4afc89d remoteproc: Support custom firmware handlers by Sjur Brændeland · 13 years ago
  65. 160e7c8 remoteproc: adopt the driver core's alloc/add/del/put naming by Ohad Ben-Cohen · 13 years ago
  66. 40e575b1 remoteproc: remove the get_by_name/put API by Ohad Ben-Cohen · 13 years ago
  67. 7183a2a remoteproc: remove the now-redundant kref by Ohad Ben-Cohen · 13 years ago
  68. b5ab5e2 remoteproc: maintain a generic child device for each rproc by Ohad Ben-Cohen · 13 years ago
  69. 63140e0 remoteproc: remove the hardcoded vring alignment by Ohad Ben-Cohen · 13 years ago
  70. 7a18694 remoteproc: remove the single rpmsg vdev limitation by Ohad Ben-Cohen · 13 years ago
  71. fd2c15e remoteproc: resource table overhaul by Ohad Ben-Cohen · 13 years ago
  72. e12bc14 remoteproc: s/big switch/lookup table/ by Ohad Ben-Cohen · 13 years ago
  73. 2fd5181 remoteproc: remove unused resource type by Ohad Ben-Cohen · 13 years ago
  74. 400e64d remoteproc: add framework for controlling remote processors by Ohad Ben-Cohen · 13 years ago