Age | Commit message (Expand) | Author |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-05 | Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteproc | Linus Torvalds |
2018-01-19 | rpmsg: smd: Fix double unlock in __qcom_smd_send() | Dan Carpenter |
2018-01-02 | rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel() | Wei Yongjun |
2017-12-18 | rpmsg: smd: Don't hold the tx lock during wait | Bjorn Andersson |
2017-12-18 | rpmsg: smd: Fail send on a closed channel | Bjorn Andersson |
2017-12-18 | rpmsg: smd: Wake up all waiters | Bjorn Andersson |
2017-12-18 | rpmsg: smd: Create device for all channels | Bjorn Andersson |
2017-12-18 | rpmsg: smd: Perform handshake during open | Bjorn Andersson |
2017-12-18 | rpmsg: glink: smem: Ensure ordering during tx | Bjorn Andersson |
2017-12-06 | drivers: rpmsg: remove duplicate includes | Pravin Shedge |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-17 | Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteproc | Linus Torvalds |
2017-11-15 | rpmsg: glink: The mbox client knows_txdone | Bjorn Andersson |
2017-11-14 | rpmsg: glink: Add missing MODULE_LICENSE | Bjorn Andersson |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-30 | rpmsg: glink: Use best fit intent during tx | Chris Lew |
2017-10-30 | rpmsg: glink: Add support to preallocate intents | Chris Lew |
2017-10-30 | rpmsg: glink: Initialize the "intent_req_comp" completion variable | Arun Kumar Neelakantam |
2017-10-25 | rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig | Anup Patel |
2017-10-10 | rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent() | Dan Carpenter |
2017-10-10 | rpmsg: glink: Unlock on error in qcom_glink_request_intent() | Dan Carpenter |
2017-09-04 | rpmsg: glink: initialize ret to zero to ensure error status check is correct | Colin Ian King |
2017-09-04 | rpmsg: glink: fix null pointer dereference on a null intent | Colin Ian King |
2017-08-31 | rpmsg: glink: Export symbols from common code | Bjorn Andersson |
2017-08-30 | rpmsg: glink: Release idr lock before returning on error | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Handle remote rx done command | Sricharan R |
2017-08-29 | rpmsg: glink: Request for intents when unavailable | Sricharan R |
2017-08-29 | rpmsg: glink: Use the intents passed by remote | Sricharan R |
2017-08-29 | rpmsg: glink: Receive and store the remote intent buffers | Sricharan R |
2017-08-29 | rpmsg: glink: Add announce_create ops and preallocate intents | Sricharan R |
2017-08-29 | rpmsg: glink: Add rx done command | Sricharan R |
2017-08-29 | rpmsg: glink: Make RX FIFO peak accessor to take an offset | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Use the local intents when receiving data | Sricharan R |
2017-08-29 | rpmsg: glink: Add support for TX intents | Sricharan R |
2017-08-29 | rpmsg: glink: Fix idr_lock from mutex to spinlock | Sricharan R |
2017-08-29 | rpmsg: glink: Add support for transport version negotiation | Sricharan R |
2017-08-29 | rpmsg: glink: Introduce glink smem based transport | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Do a mbox_free_channel in remove | Sricharan R |
2017-08-29 | rpmsg: glink: Return -EAGAIN when there is no FIFO space | Sricharan R |
2017-08-29 | rpmsg: glink: Allow unaligned data access | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Move the common glink protocol implementation to glink_native.c | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Split rpm_probe to reuse the common code | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Associate indirections for pipe fifo accessor's | Bjorn Andersson |
2017-08-29 | rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xx | Bjorn Andersson |
2017-08-24 | rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add... | Loic Pallardy |
2017-08-24 | rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable | Loic Pallardy |
2017-07-26 | rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw() | Suman Anna |
2017-07-26 | rpmsg: qcom_smd: add of_node node to edge device | Srinivas Kandagatla |
2017-07-06 | Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteproc | Linus Torvalds |