1. 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
  2. e279317 rpmsg: core: add API to get MTU by Arnaud Pouliquen · 3 years, 3 months ago
  3. 63b8d79 rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipient by Alexandru Ardelean · 3 years, 4 months ago
  4. f0d1be1 rpmsg: virtio: Remove unused including <linux/of_device.h> by Cai Huoqing · 3 years, 5 months ago
  5. c486682 rpmsg: virtio: Register the rpmsg_char device by Arnaud Pouliquen · 3 years, 10 months ago
  6. 950a738 rpmsg: Turn name service into a stand alone driver by Arnaud Pouliquen · 4 years, 2 months ago
  7. 1ee1e5e rpmsg: virtio: Add rpmsg channel device ops by Arnaud Pouliquen · 4 years, 2 months ago
  8. 77d3729 rpmsg: virtio: Rename rpmsg_create_channel by Arnaud Pouliquen · 4 years, 2 months ago
  9. c435a04 rpmsg: Move structure rpmsg_ns_msg to header file by Mathieu Poirier · 4 years, 2 months ago
  10. 5f2f6b7 rpmsg: virtio: Move from virtio to rpmsg byte conversion by Mathieu Poirier · 4 years, 2 months ago
  11. 6c09ea0 rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description by Arnaud Pouliquen · 4 years, 6 months ago
  12. 111d108 rpmsg: virtio: add endianness conversions by Guennadi Liakhovetski · 4 years, 6 months ago
  13. 4f05fc3 rpmsg: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  14. de4064a rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK" by Suman Anna · 6 years ago
  15. 6de1c93 rpmsg: virtio: change header file sort style by Loic Pallardy · 6 years ago
  16. d999b62 rpmsg: virtio: allocate buffer from parent by Loic Pallardy · 6 years ago
  17. c3bab82 rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifier by Suman Anna · 7 years ago
  18. 9dd87c2 rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel address by Loic Pallardy · 8 years ago
  19. f93848f rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable by Loic Pallardy · 8 years ago
  20. e156aba rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw() by Suman Anna · 7 years ago
  21. fcd0238 rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to ops by Henri Roosen · 8 years ago
  22. 8578672 rpmsg: virtio_rpmsg_bus: fix nameservice address by Henri Roosen · 8 years ago
  23. b2599eb rpmsg: virtio_rpmsg_bus: fix announce for devices without endpoint by Henri Roosen · 8 years ago
  24. b0b03b8 rpmsg: Release rpmsg devices in backends by Bjorn Andersson · 8 years ago
  25. 9b2bbdb virtio: wrap find_vqs by Michael S. Tsirkin · 8 years ago
  26. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago
  27. 4b83c52 rpmsg: Allow callback to return errors by Bjorn Andersson · 8 years ago
  28. e88dae5 rpmsg: Move virtio specifics from public header by Bjorn Andersson · 8 years ago
  29. 3bf950f rpmsg: virtio: Hide vrp pointer from the public API by Bjorn Andersson · 8 years ago
  30. 5e619b4 rpmsg: Split rpmsg core and virtio backend by Bjorn Andersson · 8 years ago
  31. 6eed598 rpmsg: Split off generic tail of create_channel() by Bjorn Andersson · 8 years ago
  32. 8b881c0 rpmsg: Move helper for finding rpmsg devices to core by Bjorn Andersson · 8 years ago
  33. c9bd6f4 rpmsg: Move endpoint related interface to rpmsg core by Bjorn Andersson · 8 years ago
  34. 8a228ec rpmsg: Indirection table for rpmsg_endpoint operations by Bjorn Andersson · 8 years ago
  35. 026dad4 rpmsg: Move rpmsg_device API to new file by Bjorn Andersson · 8 years ago
  36. 36b72c7 rpmsg: Introduce indirection table for rpmsg_device operations by Bjorn Andersson · 8 years ago
  37. 92e1de5 rpmsg: Clean up rpmsg device vs channel naming by Bjorn Andersson · 8 years ago
  38. 2b263d2 rpmsg: Make rpmsg_create_ept() take channel_info struct by Bjorn Andersson · 8 years ago
  39. 2a48d73 rpmsg: rpmsg_send() operations takes rpmsg_endpoint by Bjorn Andersson · 8 years ago
  40. 4dffed5 rpmsg: Name rpmsg devices based on channel id by Bjorn Andersson · 8 years ago
  41. a16644c rpmsg: Enable matching devices with drivers based on DT by Bjorn Andersson · 8 years ago
  42. 211e3a9 rpmsg: use dynamic_hex_dump for hex dump traces by Anna, Suman · 8 years ago
  43. 0963679 rpmsg: align code with open parenthesis by Anna, Suman · 8 years ago
  44. 8d95b32 rpmsg: use proper format-specifier for printing dma_addr_t by Anna, Suman · 8 years ago
  45. a8bb3fd rpmsg: remove pointless OOM prints by Anna, Suman · 8 years ago
  46. 6c49fbe rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon by Lee Jones · 8 years ago
  47. c8ced11 rpmsg: remove unneeded conversions to bool by Andrew F. Davis · 9 years ago
  48. bc3c57c rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg core by Andrew F. Davis · 9 years ago
  49. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 9 years ago
  50. 71e4b8b virtio_rpmsg: set DRIVER_OK before using device by Michael S. Tsirkin · 10 years ago
  51. b1b9891 rpmsg: use less buffers when vrings are small by Suman Anna · 10 years ago
  52. 3e11a00d Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg by Linus Torvalds · 12 years ago
  53. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  54. 3119b48 drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe() by Wei Yongjun · 12 years ago
  55. 1aa7d6a rpmsg: process _all_ pending messages in rpmsg_recv_done by Robert Tivy · 12 years ago
  56. cee51d6 virtio_rpmsg_bus: use simplified virtqueue accessors. by Rusty Russell · 12 years ago
  57. d0ffce7 rpmsg: convert to idr_alloc() by Tejun Heo · 12 years ago
  58. a15abcc rpmsg: don't use idr_remove_all() by Tejun Heo · 12 years ago
  59. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  60. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  61. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  62. 57e1a37 virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  63. eeb0074 rpmsg: fix dma_free_coherent dev parameter by Fernando Guzman Lugo · 12 years ago
  64. 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
  65. 9634252 rpmsg: fix dependency on initialization order by Federico Fuga · 13 years ago
  66. b5ab5e2 remoteproc: maintain a generic child device for each rproc by Ohad Ben-Cohen · 13 years ago
  67. 15fd943 rpmsg: make sure inflight messages don't invoke just-removed callbacks by Ohad Ben-Cohen · 13 years ago
  68. 5a081ca rpmsg: avoid premature deallocation of endpoints by Ohad Ben-Cohen · 13 years ago
  69. 9d8ae5c rpmsg: fix build warning when dma_addr_t is 64-bit by Mark Asselstine · 13 years ago
  70. f1d9e9c rpmsg: fix published buffer length in rpmsg_recv_done by Ohad Ben-Cohen · 13 years ago
  71. 9648224 rpmsg: validate incoming message length before propagating by Ohad Ben-Cohen · 13 years ago
  72. fa2d779 rpmsg: fix name service endpoint leak by Ohad Ben-Cohen · 13 years ago
  73. b719587 rpmsg: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Axel Lin · 13 years ago
  74. bcabbcc rpmsg: add virtio-based remote processor messaging bus by Ohad Ben-Cohen · 13 years ago