index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rpmsg
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-08-29
rpmsg: glink: Do a mbox_free_channel in remove
Sricharan R
1
-0
/
+1
2017-08-29
rpmsg: glink: Return -EAGAIN when there is no FIFO space
Sricharan R
1
-1
/
+1
2017-08-29
rpmsg: glink: Allow unaligned data access
Bjorn Andersson
2
-7
/
+21
[next]