1. 626b2dd Merge tag 'rpmsg-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux by Linus Torvalds · 2 years, 11 months ago
  2. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  3. 7a534ae rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev by Matthias Kaehlcke · 3 years ago
  4. b7fb2da rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev by Sujit Kautkar · 3 years ago
  5. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
  6. 8066c61 rpmsg: core: Clean up resources on announce_create failure. by Arnaud Pouliquen · 3 years, 1 month ago
  7. 631af6e rpmsg: Fix documentation return formatting by Arnaud Pouliquen · 3 years, 2 months ago
  8. c572724 rpmsg: char: Add pr_fmt() to prefix messages by Arnaud Pouliquen · 3 years, 2 months ago
  9. bd485d2 Merge tag 'rproc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux by Linus Torvalds · 3 years, 2 months ago
  10. becc1fb Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux by Linus Torvalds · 3 years, 2 months ago
  11. e279317 rpmsg: core: add API to get MTU by Arnaud Pouliquen · 3 years, 2 months ago
  12. b16a37e rpmsg: glink: Send READ_NOTIFY command in FIFO full case by Arun Kumar Neelakantam · 4 years, 5 months ago
  13. 343ba27 rpmsg: glink: Remove channel decouple from rpdev release by Chris Lew · 4 years, 5 months ago
  14. c7c182d4 rpmsg: glink: Remove the rpmsg dev in close_ack by Arun Kumar Neelakantam · 4 years, 5 months ago
  15. 8956927 rpmsg: glink: Add TX_DATA_CONT command while sending by Arun Kumar Neelakantam · 4 years, 5 months ago
  16. 63b8d79 rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipient by Alexandru Ardelean · 3 years, 3 months ago
  17. f0d1be1 rpmsg: virtio: Remove unused including <linux/of_device.h> by Cai Huoqing · 3 years, 5 months ago
  18. bc774a3 rpmsg: char: Remove useless include by Arnaud Pouliquen · 3 years, 6 months ago
  19. 54c9237 rpmsg: Change naming of mediatek rpmsg property by Tinghan Shen · 3 years, 3 months ago
  20. 08de420 rpmsg: glink: Replace strncpy() with strscpy_pad() by Kees Cook · 3 years, 4 months ago
  21. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  22. 60302ce rpmsg: core: Add driver_data for rpmsg_device_id by Stephan Gerhold · 3 years, 6 months ago
  23. 26594c6 rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() by Jia-Ju Bai · 3 years, 10 months ago
  24. 964e8be rpmsg: char: Return an error if device already open by Arnaud Pouliquen · 3 years, 10 months ago
  25. c486682 rpmsg: virtio: Register the rpmsg_char device by Arnaud Pouliquen · 3 years, 10 months ago
  26. b4ce7e2 rpmsg: char: Use rpmsg_sendto to specify the message destination address by Arnaud Pouliquen · 3 years, 10 months ago
  27. 60d7b22 rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_init by Arnaud Pouliquen · 3 years, 10 months ago
  28. 3e35772bc rpmsg: glink: add include of header file by Alex Elder · 4 years ago
  29. df2f392 rpmsg: glink: fix some kerneldoc comments by Alex Elder · 4 years ago
  30. 950a738 rpmsg: Turn name service into a stand alone driver by Arnaud Pouliquen · 4 years, 1 month ago
  31. 5548811 rpmsg: Make rpmsg_{register|unregister}_device() public by Mathieu Poirier · 4 years, 1 month ago
  32. 1ee1e5e rpmsg: virtio: Add rpmsg channel device ops by Arnaud Pouliquen · 4 years, 1 month ago
  33. 9753e12 rpmsg: core: Add channel creation internal API by Arnaud Pouliquen · 4 years, 1 month ago
  34. 77d3729 rpmsg: virtio: Rename rpmsg_create_channel by Arnaud Pouliquen · 4 years, 1 month ago
  35. c435a04 rpmsg: Move structure rpmsg_ns_msg to header file by Mathieu Poirier · 4 years, 1 month ago
  36. 5f2f6b7 rpmsg: virtio: Move from virtio to rpmsg byte conversion by Mathieu Poirier · 4 years, 1 month ago
  37. 60573c2 Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 2 months ago
  38. 4e3dda0 rpmsg: glink: Expose rpmsg name attr for glink by Chris Lew · 4 years, 6 months ago
  39. 0f579e5 rpmsg: glink: Add support for rpmsg glink chrdev by Deepak Kumar Singh · 4 years, 6 months ago
  40. d5158cd rpmsg: Guard against null endpoint ops in destroy by Chris Lew · 4 years, 6 months ago
  41. 4fcdaf6 rpmsg: glink: Use complete_all for open states by Chris Lew · 4 years, 6 months ago
  42. 6c09ea0 rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description by Arnaud Pouliquen · 4 years, 5 months ago
  43. 231331b rpmsg: Avoid double-free in mtk_rpmsg_register_device by Nicolas Boichat · 4 years, 4 months ago
  44. e69ee0c rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge() by Dan Carpenter · 4 years, 4 months ago
  45. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  46. 111d108 rpmsg: virtio: add endianness conversions by Guennadi Liakhovetski · 4 years, 5 months ago
  47. abfbb29 Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 7 months ago
  48. d26a42a Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 4 years, 7 months ago
  49. 4f05fc3 rpmsg: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  50. 93bc3fe rpmsg: glink: Integrate glink_ssr in qcom_glink by Bjorn Andersson · 4 years, 8 months ago
  51. 3d820cd rpmsg: pull in slab.h by Michael S. Tsirkin · 4 years, 9 months ago
  52. 075894d rpmsg: fix a comment typo for rpmsg_device_match() by Wang Wenhu · 4 years, 10 months ago
  53. 7017996 rpmsg: add rpmsg support for mt8183 SCP. by Pi-Hsun Shih · 5 years ago
  54. 687fcad Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 5 years ago
  55. 8cf9b61 rpmsg: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  56. bb06a5c rpmsg: char: Simplify 'rpmsg_eptdev_release()' by Christophe JAILLET · 5 years ago
  57. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  58. 278bcb7 rpmsg: glink: Free pending deferred work on remove by Bjorn Andersson · 5 years ago
  59. c3dadc1 rpmsg: glink: Don't send pending rx_done during remove by Bjorn Andersson · 5 years ago
  60. f7e7149 rpmsg: glink: Fix rpmsg_register_device err handling by Chris Lew · 5 years ago
  61. b646293 rpmsg: glink: Put an extra reference during cleanup by Chris Lew · 5 years ago
  62. ac74ea0 rpmsg: glink: Fix use after free in open_ack TIMEOUT case by Arun Kumar Neelakantam · 5 years ago
  63. b85f6b6 rpmsg: glink: Fix reuse intents memory leak issue by Arun Kumar Neelakantam · 5 years ago
  64. 4623e8bf rpmsg: glink: Set tail pointer to 0 at end of FIFO by Chris Lew · 7 years ago
  65. bbe692e rpmsg: char: release allocated memory by Navid Emamdoost · 5 years ago
  66. 9fe69a7 rpmsg: glink-smem: Name the edge based on parent remoteproc by Bjorn Andersson · 5 years ago
  67. 61c65f4 rpmsg: glink: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  68. de4064a rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK" by Suman Anna · 6 years ago
  69. 9ff166de rpmsg: core: fix comments by Pierre-Louis Bossart · 6 years ago
  70. 54119bc rpmsg: core: Make remove handler for rpmsg driver optional. by Pi-Hsun Shih · 6 years ago
  71. 6de1c93 rpmsg: virtio: change header file sort style by Loic Pallardy · 6 years ago
  72. d999b62 rpmsg: virtio: allocate buffer from parent by Loic Pallardy · 6 years ago
  73. 928002a rpmsg: glink: smem: Support rx peak for size less than 4 bytes by Arun Kumar Neelakantam · 6 years ago
  74. 940c620 rpmsg: smd: fix memory leak on channel create by Colin Ian King · 6 years ago
  75. f0beb4b rpmsg: glink: Remove chunk size word align warning by Chris Lew · 6 years ago
  76. c8a54c0 rpmsg: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  77. ccf45b1 rpmsg: char: Migrate to iter versions of read and write by Bjorn Andersson · 6 years ago
  78. 00b645e rpmsg: Add compat ioctl for rpmsg char driver by Arun Kumar Neelakantam · 6 years ago
  79. 475452f rpmsg: glink: Store edge name for glink device by Chris Lew · 6 years ago
  80. fe782af rpmsg: core: add support to power domains for devices by Srinivas Kandagatla · 7 years ago
  81. 82eca59 rpmsg: smd: fix kerneldoc warnings by Srinivas Kandagatla · 7 years ago
  82. 6f0b958 rpmsg: glink: Fix various kerneldoc warnings. by Srinivas Kandagatla · 7 years ago
  83. 427613e rpmsg: glink: correctly annotate intent members by Srinivas Kandagatla · 7 years ago
  84. 67cd0ee rpmsg: smd: Add missing include of sizes.h by Niklas Cassel · 6 years ago
  85. 4a2e84c rpmsg: smd: do not use mananged resources for endpoints and channels by Srinivas Kandagatla · 7 years ago
  86. 136200f rpmsg: char: Switch to SPDX license identifier by Suman Anna · 7 years ago
  87. 84369fb rpmsg: glink: Switch to SPDX license identifier by Suman Anna · 7 years ago
  88. 49b0597 rpmsg: smd: Switch to SPDX license identifier by Suman Anna · 7 years ago
  89. c3bab82 rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifier by Suman Anna · 7 years ago
  90. 3e79bfd rpmsg: Switch to SPDX license identifier by Suman Anna · 7 years ago
  91. cc1c844 Merge tag 'v4.17-rc4' into rpmsg-next by Bjorn Andersson · 7 years ago
  92. ab460a2 rpmsg: qcom_smd: Access APCS through mailbox framework by Bjorn Andersson · 7 years ago
  93. 39e4776 rpmsg: Add driver_override device attribute for rpmsg_device by Anup Patel · 7 years ago
  94. 93dd4e7 rpmsg: added MODULE_ALIAS for rpmsg_char by Ramon Fried · 7 years ago
  95. 0d72038 rpmsg: smd: Use announce_create to process any receive work by Bjorn Andersson · 7 years ago
  96. 7586516 rpmsg: Only invoke announce_create for rpdev with endpoints by Bjorn Andersson · 7 years ago
  97. 6ddf12d rpmsg: smd: Fix container_of macros by Bjorn Andersson · 7 years ago
  98. 2bd9b43 Revert "rpmsg: smd: Create device for all channels" by Bjorn Andersson · 7 years ago
  99. 29fc9b3 rpmsg: glink: Use spinlock in tx path by Bjorn Andersson · 7 years ago
  100. 33e3820 rpmsg: smd: Use spinlock in tx path by Bjorn Andersson · 7 years ago