index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rpmsg
/
qcom_glink_native.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpmsg: glink: Avoid dereferencing NULL channel
Bjorn Andersson
2023-07-18
1
-1
/
+3
*
rpmsg: glink: Add check for kstrdup
Jiasheng Jiang
2023-07-15
1
-0
/
+4
*
rpmsg: glink: Add support to handle signals command
Chris Lew
2023-07-15
1
-0
/
+55
*
rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT
Bjorn Andersson
2023-04-19
1
-33
/
+13
*
rpmsg: glink: Propagate TX failures in intentless mode as well
Bjorn Andersson
2023-04-19
1
-4
/
+6
*
rpmsg: glink: Wait for intent, not just request ack
Bjorn Andersson
2023-04-19
1
-3
/
+15
*
rpmsg: glink: Transition intent request signaling to wait queue
Bjorn Andersson
2023-04-19
1
-9
/
+12
*
rpmsg: glink: Release driver_override
Bjorn Andersson
2023-02-15
1
-0
/
+2
*
rpmsg: glink: Avoid infinite loop on intent for missing channel
Bjorn Andersson
2023-02-14
1
-0
/
+1
*
rpmsg: glink: Fix GLINK command prefix
Bjorn Andersson
2023-02-14
1
-49
/
+49
*
rpmsg: glink: Fix spelling of peek
Bjorn Andersson
2023-02-14
1
-7
/
+7
*
rpmsg: glink: Cancel pending intent requests at removal
Bjorn Andersson
2023-02-14
1
-0
/
+12
*
rpmsg: glink: Fail qcom_glink_tx() once remove has been initiated
Bjorn Andersson
2023-02-14
1
-0
/
+20
*
rpmsg: glink: Move irq and mbox handling to transports
Bjorn Andersson
2023-02-14
1
-45
/
+3
*
rpmsg: glink: Extract tx kick operation
Bjorn Andersson
2023-02-14
1
-8
/
+9
*
rpmsg: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
2022-07-16
1
-1
/
+1
*
rpmsg: qcom: glink: remove unused name
Krzysztof Kozlowski
2022-07-16
1
-6
/
+0
*
rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
Krzysztof Kozlowski
2022-07-16
1
-1
/
+1
*
rpmsg: Update rpmsg_chrdev_register_device function
Arnaud Pouliquen
2022-03-13
1
-1
/
+1
*
rpmsg: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
2022-03-11
1
-1
/
+1
*
rpmsg: Fix documentation return formatting
Arnaud Pouliquen
2021-11-18
1
-1
/
+1
*
rpmsg: glink: Send READ_NOTIFY command in FIFO full case
Arun Kumar Neelakantam
2021-10-15
1
-1
/
+35
*
rpmsg: glink: Remove channel decouple from rpdev release
Chris Lew
2021-10-15
1
-2
/
+0
*
rpmsg: glink: Remove the rpmsg dev in close_ack
Arun Kumar Neelakantam
2021-10-15
1
-0
/
+12
*
rpmsg: glink: Add TX_DATA_CONT command while sending
Arun Kumar Neelakantam
2021-10-15
1
-4
/
+34
*
rpmsg: glink: Replace strncpy() with strscpy_pad()
Kees Cook
2021-09-13
1
-1
/
+1
*
rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()
Jia-Ju Bai
2021-04-09
1
-0
/
+1
*
rpmsg: char: Use rpmsg_sendto to specify the message destination address
Arnaud Pouliquen
2021-03-17
1
-0
/
+16
*
Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...
Linus Torvalds
2020-10-22
1
-3
/
+67
|
\
|
*
rpmsg: glink: Expose rpmsg name attr for glink
Chris Lew
2020-09-15
1
-0
/
+26
|
*
rpmsg: glink: Add support for rpmsg glink chrdev
Deepak Kumar Singh
2020-09-15
1
-0
/
+38
|
*
rpmsg: glink: Use complete_all for open states
Chris Lew
2020-09-15
1
-3
/
+3
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
|
/
*
rpmsg: glink: Free pending deferred work on remove
Bjorn Andersson
2019-10-17
1
-1
/
+13
*
rpmsg: glink: Don't send pending rx_done during remove
Bjorn Andersson
2019-10-17
1
-3
/
+12
*
rpmsg: glink: Fix rpmsg_register_device err handling
Chris Lew
2019-10-16
1
-3
/
+1
*
rpmsg: glink: Put an extra reference during cleanup
Chris Lew
2019-10-16
1
-0
/
+4
*
rpmsg: glink: Fix use after free in open_ack TIMEOUT case
Arun Kumar Neelakantam
2019-10-16
1
-4
/
+3
*
rpmsg: glink: Fix reuse intents memory leak issue
Arun Kumar Neelakantam
2019-10-16
1
-0
/
+9
*
rpmsg: glink: Use struct_size() helper
Gustavo A. R. Silva
2019-08-29
1
-1
/
+1
*
rpmsg: glink: Remove chunk size word align warning
Chris Lew
2018-09-01
1
-3
/
+0
*
rpmsg: glink: Store edge name for glink device
Chris Lew
2018-07-30
1
-0
/
+6
*
rpmsg: glink: Fix various kerneldoc warnings.
Srinivas Kandagatla
2018-07-30
1
-16
/
+19
*
rpmsg: glink: correctly annotate intent members
Srinivas Kandagatla
2018-07-30
1
-5
/
+5
*
rpmsg: glink: Switch to SPDX license identifier
Suman Anna
2018-06-03
1
-9
/
+1
*
rpmsg: glink: Use spinlock in tx path
Bjorn Andersson
2018-03-20
1
-7
/
+11
*
rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()
Wei Yongjun
2018-01-02
1
-0
/
+1
*
rpmsg: glink: The mbox client knows_txdone
Bjorn Andersson
2017-11-15
1
-0
/
+1
*
rpmsg: glink: Add missing MODULE_LICENSE
Bjorn Andersson
2017-11-14
1
-0
/
+3
*
rpmsg: glink: Use best fit intent during tx
Chris Lew
2017-10-30
1
-3
/
+8
[next]