| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-19 | rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT | Bjorn Andersson | 1 | -33/+13 |
| 2023-04-19 | rpmsg: glink: Propagate TX failures in intentless mode as well | Bjorn Andersson | 1 | -4/+6 |
| 2023-04-19 | rpmsg: glink: Wait for intent, not just request ack | Bjorn Andersson | 1 | -3/+15 |
| 2023-04-19 | rpmsg: glink: Transition intent request signaling to wait queue | Bjorn Andersson | 1 | -9/+12 |
| 2023-04-05 | rpmsg: qcom_smd: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -9/+7 |
| 2023-04-05 | rpmsg: qcom_glink_rpm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | rpmsg: qcom_smd: Make qcom_smd_unregister_edge() return void | Uwe Kleine-König | 1 | -4/+4 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-26 | Merge tag 'rpmsg-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot... | Linus Torvalds | 7 | -145/+281 |
| 2023-02-15 | rpmsg: glink: Release driver_override | Bjorn Andersson | 1 | -0/+2 |
| 2023-02-14 | rpmsg: glink: Avoid infinite loop on intent for missing channel | Bjorn Andersson | 1 | -0/+1 |
| 2023-02-14 | rpmsg: glink: Fix GLINK command prefix | Bjorn Andersson | 1 | -49/+49 |
| 2023-02-14 | rpmsg: glink: Fix spelling of peek | Bjorn Andersson | 4 | -12/+12 |
| 2023-02-14 | rpmsg: glink: Cancel pending intent requests at removal | Bjorn Andersson | 1 | -0/+12 |
| 2023-02-14 | rpmsg: glink: Fail qcom_glink_tx() once remove has been initiated | Bjorn Andersson | 1 | -0/+20 |
| 2023-02-14 | rpmsg: glink: Move irq and mbox handling to transports | Bjorn Andersson | 4 | -49/+107 |
| 2023-02-14 | rpmsg: glink: rpm: Wrap driver context | Bjorn Andersson | 1 | -18/+26 |
| 2023-02-14 | rpmsg: glink: smem: Wrap driver context | Bjorn Andersson | 1 | -11/+32 |
| 2023-02-14 | rpmsg: glink: Extract tx kick operation | Bjorn Andersson | 1 | -8/+9 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-01-18 | rpmsg: glink: Include types in qcom_glink_native.h | Bjorn Andersson | 1 | -0/+3 |
| 2022-12-28 | rpmsg: ctrl: Add lock to rpmsg_ctrldev_remove | Deepak Kumar Singh | 1 | -0/+2 |
| 2022-12-28 | rpmsg: char: Add lock to avoid race when rpmsg device is released | Deepak Kumar Singh | 1 | -0/+8 |
| 2022-12-28 | rpmsg: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-09-21 | rpmsg: char: Avoid double destroy of default endpoint | Shengjiu Wang | 1 | -1/+3 |
| 2022-09-02 | rpmsg: char: Remove the unneeded result variable | ye xingchen | 1 | -4/+1 |
| 2022-07-16 | rpmsg: convert sysfs snprintf to sysfs_emit | Xuezhi Zhang | 1 | -1/+1 |
| 2022-07-16 | rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge | Miaoqian Lin | 1 | -0/+1 |
| 2022-07-16 | rpmsg: qcom: correct kerneldoc | Krzysztof Kozlowski | 2 | -3/+3 |
| 2022-07-16 | rpmsg: qcom: glink: remove unused name | Krzysztof Kozlowski | 1 | -6/+0 |
| 2022-07-16 | rpmsg: qcom: glink: replace strncpy() with strscpy_pad() | Krzysztof Kozlowski | 2 | -3/+3 |
| 2022-06-24 | rpmsg: Strcpy is not safe, use strscpy_pad() instead | Saud Farooqui | 1 | -1/+1 |
| 2022-06-24 | rpmsg: Fix possible refcount leak in rpmsg_register_device_override() | Hangyu Hua | 1 | -0/+1 |
| 2022-06-24 | rpmsg: Fix parameter naming for announce_create/destroy ops | Arnaud Pouliquen | 1 | -2/+2 |
| 2022-06-14 | rpmsg: mtk_rpmsg: Fix circular locking dependency | AngeloGioacchino Del Regno | 1 | -0/+2 |
| 2022-06-14 | rpmsg: char: Add mutex protection for rpmsg_eptdev_open() | Shengjiu Wang | 1 | -1/+6 |
| 2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -14/+37 |
| 2022-05-06 | rpmsg: use local 'dev' variable | Krzysztof Kozlowski | 1 | -3/+3 |
| 2022-05-06 | rpmsg: Fix calling device_lock() on non-initialized device | Krzysztof Kozlowski | 3 | -29/+32 |
| 2022-04-28 | rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-04-26 | rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl | Arnaud Pouliquen | 1 | -1/+1 |
| 2022-04-26 | rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev() | Hangyu Hua | 1 | -1/+1 |
| 2022-04-26 | rpmsg: virtio: Fix possible double free in rpmsg_probe() | Hangyu Hua | 1 | -3/+2 |
| 2022-04-22 | rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-04-22 | rpmsg: Fix kfree() of static memory on setting driver_override | Krzysztof Kozlowski | 2 | -4/+23 |
| 2022-04-22 | rpmsg: Constify local variable in field store macro | Krzysztof Kozlowski | 1 | -1/+2 |
| 2022-03-13 | rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls | Arnaud Pouliquen | 1 | -4/+32 |
| 2022-03-13 | rpmsg: char: Introduce the "rpmsg-raw" channel | Arnaud Pouliquen | 1 | -0/+60 |
| 2022-03-13 | rpmsg: char: Add possibility to use default endpoint of the rpmsg device | Arnaud Pouliquen | 1 | -2/+19 |
| 2022-03-13 | rpmsg: char: Refactor rpmsg_chrdev_eptdev_create function | Arnaud Pouliquen | 1 | -5/+28 |
| 2022-03-13 | rpmsg: Update rpmsg_chrdev_register_device function | Arnaud Pouliquen | 5 | -8/+8 |
| 2022-03-13 | rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl | Arnaud Pouliquen | 4 | -158/+226 |
| 2022-03-13 | rpmsg: Create the rpmsg class in core instead of in rpmsg char | Arnaud Pouliquen | 3 | -12/+16 |
| 2022-03-13 | rpmsg: char: Export eptdev create and destroy functions | Arnaud Pouliquen | 2 | -7/+57 |
| 2022-03-13 | rpmsg: char: treat rpmsg_trysend() ENOMEM as EAGAIN | Tim Blechmann | 1 | -2/+5 |
| 2022-03-12 | rpmsg: qcom_smd: Fix redundant channel->registered assignment | AngeloGioacchino Del Regno | 1 | -2/+0 |
| 2022-03-11 | rpmsg: use struct_size over open coded arithmetic | Minghao Chi (CGEL ZTE) | 1 | -1/+1 |
| 2022-03-11 | rpmsg: smd: allow opening rpm_requests even if already opened | Luca Weiss | 1 | -1/+6 |
| 2022-03-11 | rpmsg: qcom_smd: Promote to arch_initcall | Konrad Dybcio | 1 | -1/+1 |
| 2022-01-27 | Merge tag 'rpmsg-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+4 |
| 2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2022-01-17 | rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev | Matthias Kaehlcke | 1 | -9/+2 |
| 2022-01-17 | rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev | Sujit Kautkar | 1 | -9/+2 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -1/+1 |
| 2021-12-08 | rpmsg: core: Clean up resources on announce_create failure. | Arnaud Pouliquen | 1 | -4/+16 |
| 2021-11-18 | rpmsg: Fix documentation return formatting | Arnaud Pouliquen | 4 | -15/+15 |
| 2021-11-18 | rpmsg: char: Add pr_fmt() to prefix messages | Arnaud Pouliquen | 1 | -2/+5 |
| 2021-11-10 | Merge tag 'rproc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds | 1 | -2/+0 |
| 2021-11-10 | Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds | 3 | -11/+84 |
| 2021-10-21 | rpmsg: core: add API to get MTU | Arnaud Pouliquen | 3 | -0/+33 |
| 2021-10-15 | rpmsg: glink: Send READ_NOTIFY command in FIFO full case | Arun Kumar Neelakantam | 1 | -1/+35 |
| 2021-10-15 | rpmsg: glink: Remove channel decouple from rpdev release | Chris Lew | 1 | -2/+0 |
| 2021-10-15 | rpmsg: glink: Remove the rpmsg dev in close_ack | Arun Kumar Neelakantam | 1 | -0/+12 |
| 2021-10-15 | rpmsg: glink: Add TX_DATA_CONT command while sending | Arun Kumar Neelakantam | 1 | -4/+34 |
| 2021-10-08 | rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipient | Alexandru Ardelean | 1 | -1/+1 |
| 2021-10-08 | rpmsg: virtio: Remove unused including <linux/of_device.h> | Cai Huoqing | 1 | -1/+0 |
| 2021-10-08 | rpmsg: char: Remove useless include | Arnaud Pouliquen | 1 | -2/+0 |
| 2021-09-27 | rpmsg: Change naming of mediatek rpmsg property | Tinghan Shen | 1 | -1/+1 |
| 2021-09-13 | rpmsg: glink: Replace strncpy() with strscpy_pad() | Kees Cook | 1 | -1/+1 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -5/+2 |
| 2021-06-18 | rpmsg: core: Add driver_data for rpmsg_device_id | Stephan Gerhold | 1 | -1/+3 |
| 2021-04-09 | rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() | Jia-Ju Bai | 1 | -0/+1 |
| 2021-03-17 | rpmsg: char: Return an error if device already open | Arnaud Pouliquen | 1 | -0/+3 |
| 2021-03-17 | rpmsg: virtio: Register the rpmsg_char device | Arnaud Pouliquen | 1 | -5/+57 |
| 2021-03-17 | rpmsg: char: Use rpmsg_sendto to specify the message destination address | Arnaud Pouliquen | 3 | -2/+34 |
| 2021-03-17 | rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_init | Arnaud Pouliquen | 1 | -2/+2 |
| 2021-01-05 | rpmsg: glink: add include of header file | Alex Elder | 1 | -0/+1 |
| 2021-01-05 | rpmsg: glink: fix some kerneldoc comments | Alex Elder | 1 | -8/+8 |
| 2020-11-24 | rpmsg: Turn name service into a stand alone driver | Arnaud Pouliquen | 4 | -67/+156 |
| 2020-11-24 | rpmsg: Make rpmsg_{register|unregister}_device() public | Mathieu Poirier | 1 | -4/+0 |
| 2020-11-24 | rpmsg: virtio: Add rpmsg channel device ops | Arnaud Pouliquen | 1 | -0/+22 |
| 2020-11-24 | rpmsg: core: Add channel creation internal API | Arnaud Pouliquen | 2 | -0/+54 |
| 2020-11-24 | rpmsg: virtio: Rename rpmsg_create_channel | Arnaud Pouliquen | 1 | -3/+3 |
| 2020-11-24 | rpmsg: Move structure rpmsg_ns_msg to header file | Mathieu Poirier | 1 | -31/+1 |
| 2020-11-24 | rpmsg: virtio: Move from virtio to rpmsg byte conversion | Mathieu Poirier | 1 | -25/+28 |
| 2020-10-22 | Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande... | Linus Torvalds | 5 | -23/+97 |
| 2020-09-15 | rpmsg: glink: Expose rpmsg name attr for glink | Chris Lew | 1 | -0/+26 |
| 2020-09-15 | rpmsg: glink: Add support for rpmsg glink chrdev | Deepak Kumar Singh | 1 | -0/+38 |
| 2020-09-15 | rpmsg: Guard against null endpoint ops in destroy | Chris Lew | 1 | -1/+1 |
| 2020-09-15 | rpmsg: glink: Use complete_all for open states | Chris Lew | 1 | -3/+3 |
| 2020-09-15 | rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description | Arnaud Pouliquen | 1 | -1/+6 |
| 2020-09-15 | rpmsg: Avoid double-free in mtk_rpmsg_register_device | Nicolas Boichat | 1 | -8/+1 |
| 2020-09-15 | rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge() | Dan Carpenter | 1 | -10/+22 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-07-21 | rpmsg: virtio: add endianness conversions | Guennadi Liakhovetski | 1 | -29/+34 |
| 2020-06-08 | Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 3 | -4/+171 |
| 2020-06-08 | Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 2 | -2/+2 |
| 2020-05-12 | rpmsg: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-07 | rpmsg: glink: Integrate glink_ssr in qcom_glink | Bjorn Andersson | 3 | -4/+171 |
| 2020-04-17 | rpmsg: pull in slab.h | Michael S. Tsirkin | 1 | -0/+1 |
| 2020-04-16 | rpmsg: fix a comment typo for rpmsg_device_match() | Wang Wenhu | 1 | -1/+1 |
| 2020-01-20 | rpmsg: add rpmsg support for mt8183 SCP. | Pi-Hsun Shih | 3 | -0/+424 |
| 2019-12-01 | Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 4 | -20/+49 |
| 2019-11-21 | rpmsg: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -1/+1 |
| 2019-11-08 | rpmsg: char: Simplify 'rpmsg_eptdev_release()' | Christophe JAILLET | 1 | -5/+1 |
| 2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -2/+2 |
| 2019-10-17 | rpmsg: glink: Free pending deferred work on remove | Bjorn Andersson | 1 | -1/+13 |
| 2019-10-17 | rpmsg: glink: Don't send pending rx_done during remove | Bjorn Andersson | 1 | -3/+12 |
| 2019-10-16 | rpmsg: glink: Fix rpmsg_register_device err handling | Chris Lew | 1 | -3/+1 |
| 2019-10-16 | rpmsg: glink: Put an extra reference during cleanup | Chris Lew | 1 | -0/+4 |
| 2019-10-16 | rpmsg: glink: Fix use after free in open_ack TIMEOUT case | Arun Kumar Neelakantam | 1 | -4/+3 |
| 2019-10-16 | rpmsg: glink: Fix reuse intents memory leak issue | Arun Kumar Neelakantam | 1 | -0/+9 |
| 2019-10-11 | rpmsg: glink: Set tail pointer to 0 at end of FIFO | Chris Lew | 1 | -1/+1 |
| 2019-10-04 | rpmsg: char: release allocated memory | Navid Emamdoost | 1 | -2/+4 |
| 2019-09-17 | rpmsg: glink-smem: Name the edge based on parent remoteproc | Bjorn Andersson | 1 | -1/+1 |
| 2019-08-29 | rpmsg: glink: Use struct_size() helper | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-08-27 | rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK" | Suman Anna | 1 | -1/+1 |
| 2019-08-26 | rpmsg: core: fix comments | Pierre-Louis Bossart | 2 | -6/+7 |
| 2019-05-21 | rpmsg: core: Make remove handler for rpmsg driver optional. | Pi-Hsun Shih | 1 | -1/+2 |
| 2019-02-20 | rpmsg: virtio: change header file sort style | Loic Pallardy | 1 | -9/+9 |
| 2019-02-20 | rpmsg: virtio: allocate buffer from parent | Loic Pallardy | 1 | -3/+3 |
| 2018-10-03 | rpmsg: glink: smem: Support rx peak for size less than 4 bytes | Arun Kumar Neelakantam | 1 | -8/+4 |
| 2018-09-27 | rpmsg: smd: fix memory leak on channel create | Colin Ian King | 1 | -2/+5 |
| 2018-09-01 | rpmsg: glink: Remove chunk size word align warning | Chris Lew | 1 | -3/+0 |
| 2018-08-27 | rpmsg: Convert to using %pOFn instead of device_node.name | Rob Herring | 2 | -2/+2 |
| 2018-08-27 | rpmsg: char: Migrate to iter versions of read and write | Bjorn Andersson | 1 | -11/+16 |
| 2018-07-30 | rpmsg: Add compat ioctl for rpmsg char driver | Arun Kumar Neelakantam | 1 | -0/+2 |
| 2018-07-30 | rpmsg: glink: Store edge name for glink device | Chris Lew | 1 | -0/+6 |
| 2018-07-30 | rpmsg: core: add support to power domains for devices | Srinivas Kandagatla | 1 | -0/+7 |
| 2018-07-30 | rpmsg: smd: fix kerneldoc warnings | Srinivas Kandagatla | 1 | -1/+8 |
| 2018-07-30 | rpmsg: glink: Fix various kerneldoc warnings. | Srinivas Kandagatla | 1 | -16/+19 |
| 2018-07-30 | rpmsg: glink: correctly annotate intent members | Srinivas Kandagatla | 1 | -5/+5 |
| 2018-07-01 | rpmsg: smd: Add missing include of sizes.h | Niklas Cassel | 1 | -0/+1 |
| 2018-06-04 | rpmsg: smd: do not use mananged resources for endpoints and channels | Srinivas Kandagatla | 1 | -9/+9 |
| 2018-06-03 | rpmsg: char: Switch to SPDX license identifier | Suman Anna | 1 | -9/+1 |
| 2018-06-03 | rpmsg: glink: Switch to SPDX license identifier | Suman Anna | 4 | -36/+4 |
| 2018-06-03 | rpmsg: smd: Switch to SPDX license identifier | Suman Anna | 1 | -9/+1 |
| 2018-06-03 | rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifier | Suman Anna | 1 | -9/+1 |
| 2018-06-03 | rpmsg: Switch to SPDX license identifier | Suman Anna | 3 | -18/+4 |
| 2018-05-09 | Merge tag 'v4.17-rc4' into rpmsg-next | Bjorn Andersson | 1 | -0/+2 |
| 2018-04-25 | rpmsg: qcom_smd: Access APCS through mailbox framework | Bjorn Andersson | 2 | -19/+50 |
| 2018-04-25 | rpmsg: Add driver_override device attribute for rpmsg_device | Anup Patel | 1 | -0/+39 |
| 2018-04-25 | rpmsg: added MODULE_ALIAS for rpmsg_char | Ramon Fried | 1 | -0/+2 |
| 2018-03-27 | rpmsg: smd: Use announce_create to process any receive work | Bjorn Andersson | 1 | -0/+18 |
| 2018-03-27 | rpmsg: Only invoke announce_create for rpdev with endpoints | Bjorn Andersson | 1 | -1/+1 |
| 2018-03-27 | rpmsg: smd: Fix container_of macros | Bjorn Andersson | 1 | -2/+2 |
| 2018-03-27 | Revert "rpmsg: smd: Create device for all channels" | Bjorn Andersson | 1 | -0/+5 |
| 2018-03-20 | rpmsg: glink: Use spinlock in tx path | Bjorn Andersson | 1 | -7/+11 |
| 2018-03-20 | rpmsg: smd: Use spinlock in tx path | Bjorn Andersson | 1 | -10/+11 |
| 2018-03-17 | rpmsg: smd: use put_device() if device_register fail | Arvind Yadav | 1 | -1/+2 |
| 2018-03-17 | rpmsg: glink: use put_device() if device_register fail | Arvind Yadav | 1 | -1/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2 | -3/+3 |
| 2018-02-05 | Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteproc | Linus Torvalds | 3 | -18/+54 |
| 2018-01-19 | rpmsg: smd: Fix double unlock in __qcom_smd_send() | Dan Carpenter | 1 | -5/+5 |
| 2018-01-02 | rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel() | Wei Yongjun | 1 | -0/+1 |
| 2017-12-18 | rpmsg: smd: Don't hold the tx lock during wait | Bjorn Andersson | 1 | -0/+7 |
| 2017-12-18 | rpmsg: smd: Fail send on a closed channel | Bjorn Andersson | 1 | -6/+8 |
| 2017-12-18 | rpmsg: smd: Wake up all waiters | Bjorn Andersson | 1 | -2/+2 |
| 2017-12-18 | rpmsg: smd: Create device for all channels | Bjorn Andersson | 1 | -5/+0 |
| 2017-12-18 | rpmsg: smd: Perform handshake during open | Bjorn Andersson | 1 | -0/+30 |
| 2017-12-18 | rpmsg: glink: smem: Ensure ordering during tx | Bjorn Andersson | 1 | -0/+3 |
| 2017-12-06 | drivers: rpmsg: remove duplicate includes | Pravin Shedge | 1 | -2/+0 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 4 | -6/+6 |
| 2017-11-17 | Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteproc | Linus Torvalds | 2 | -12/+42 |
| 2017-11-15 | rpmsg: glink: The mbox client knows_txdone | Bjorn Andersson | 1 | -0/+1 |
| 2017-11-14 | rpmsg: glink: Add missing MODULE_LICENSE | Bjorn Andersson | 1 | -0/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-30 | rpmsg: glink: Use best fit intent during tx | Chris Lew | 1 | -3/+8 |
| 2017-10-30 | rpmsg: glink: Add support to preallocate intents | Chris Lew | 1 | -8/+27 |
| 2017-10-30 | rpmsg: glink: Initialize the "intent_req_comp" completion variable | Arun Kumar Neelakantam | 1 | -0/+1 |
| 2017-10-25 | rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig | Anup Patel | 1 | -1/+2 |
| 2017-10-10 | rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent() | Dan Carpenter | 1 | -3/+8 |
| 2017-10-10 | rpmsg: glink: Unlock on error in qcom_glink_request_intent() | Dan Carpenter | 1 | -1/+2 |
| 2017-09-04 | rpmsg: glink: initialize ret to zero to ensure error status check is correct | Colin Ian King | 1 | -3/+1 |
| 2017-09-04 | rpmsg: glink: fix null pointer dereference on a null intent | Colin Ian King | 1 | -1/+1 |
| 2017-08-31 | rpmsg: glink: Export symbols from common code | Bjorn Andersson | 1 | -0/+3 |
| 2017-08-30 | rpmsg: glink: Release idr lock before returning on error | Bjorn Andersson | 1 | -1/+1 |
| 2017-08-29 | rpmsg: glink: Handle remote rx done command | Sricharan R | 1 | -0/+42 |
| 2017-08-29 | rpmsg: glink: Request for intents when unavailable | Sricharan R | 1 | -2/+74 |
| 2017-08-29 | rpmsg: glink: Use the intents passed by remote | Sricharan R | 1 | -2/+33 |
| 2017-08-29 | rpmsg: glink: Receive and store the remote intent buffers | Sricharan R | 1 | -1/+70 |
| 2017-08-29 | rpmsg: glink: Add announce_create ops and preallocate intents | Sricharan R | 1 | -0/+21 |
| 2017-08-29 | rpmsg: glink: Add rx done command | Sricharan R | 1 | -0/+83 |
| 2017-08-29 | rpmsg: glink: Make RX FIFO peak accessor to take an offset | Bjorn Andersson | 4 | -11/+16 |
| 2017-08-29 | rpmsg: glink: Use the local intents when receiving data | Sricharan R | 1 | -25/+50 |
| 2017-08-29 | rpmsg: glink: Add support for TX intents | Sricharan R | 4 | -5/+173 |
| 2017-08-29 | rpmsg: glink: Fix idr_lock from mutex to spinlock | Sricharan R | 1 | -20/+42 |
| 2017-08-29 | rpmsg: glink: Add support for transport version negotiation | Sricharan R | 4 | -6/+79 |
| 2017-08-29 | rpmsg: glink: Introduce glink smem based transport | Bjorn Andersson | 5 | -0/+328 |