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
/
qcom_glink_native.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-13
rpmsg: Update rpmsg_chrdev_register_device function
Arnaud Pouliquen
1
-1
/
+1
2022-03-11
rpmsg: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
1
-1
/
+1
2021-11-18
rpmsg: Fix documentation return formatting
Arnaud Pouliquen
1
-1
/
+1
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-09-13
rpmsg: glink: Replace strncpy() with strscpy_pad()
Kees Cook
1
-1
/
+1
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: Use rpmsg_sendto to specify the message destination address
Arnaud Pouliquen
1
-0
/
+16
2020-10-22
Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...
Linus Torvalds
1
-3
/
+67
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: glink: Use complete_all for open states
Chris Lew
1
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
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-08-29
rpmsg: glink: Use struct_size() helper
Gustavo A. R. Silva
1
-1
/
+1
2018-09-01
rpmsg: glink: Remove chunk size word align warning
Chris Lew
1
-3
/
+0
2018-07-30
rpmsg: glink: Store edge name for glink device
Chris Lew
1
-0
/
+6
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-06-03
rpmsg: glink: Switch to SPDX license identifier
Suman Anna
1
-9
/
+1
2018-03-20
rpmsg: glink: Use spinlock in tx path
Bjorn Andersson
1
-7
/
+11
2018-01-02
rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()
Wei Yongjun
1
-0
/
+1
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-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-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
1
-8
/
+7
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
1
-1
/
+166
2017-08-29
rpmsg: glink: Fix idr_lock from mutex to spinlock
Sricharan R
1
-20
/
+42
[next]