index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rpmsg
/
qcom_glink_native.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-18
rpmsg: glink: Avoid dereferencing NULL channel
Bjorn Andersson
1
-1
/
+3
2023-07-15
rpmsg: glink: Add check for kstrdup
Jiasheng Jiang
1
-0
/
+4
2023-07-15
rpmsg: glink: Add support to handle signals command
Chris Lew
1
-0
/
+55
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-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
1
-7
/
+7
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
1
-45
/
+3
2023-02-14
rpmsg: glink: Extract tx kick operation
Bjorn Andersson
1
-8
/
+9
2022-07-16
rpmsg: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-1
/
+1
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
1
-1
/
+1
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
[next]