index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rpmsg
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-08-29
rpmsg: glink: Move the common glink protocol implementation to glink_native.c
Bjorn Andersson
5
-993
/
+1064
2017-08-29
rpmsg: glink: Split rpm_probe to reuse the common code
Bjorn Andersson
1
-36
/
+49
2017-08-29
rpmsg: glink: Associate indirections for pipe fifo accessor's
Bjorn Andersson
1
-38
/
+106
2017-08-29
rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xx
Bjorn Andersson
1
-120
/
+128
2017-08-24
rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...
Loic Pallardy
1
-3
/
+25
2017-08-24
rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable
Loic Pallardy
1
-9
/
+13
2017-07-26
rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()
Suman Anna
1
-1
/
+0
2017-07-26
rpmsg: qcom_smd: add of_node node to edge device
Srinivas Kandagatla
1
-0
/
+1
2017-07-06
Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteproc
Linus Torvalds
7
-17
/
+1279
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2017-06-28
rpmsg: Make modalias work for DeviceTree based devices
Bjorn Andersson
1
-0
/
+10
2017-06-27
rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIO
Suman Anna
1
-1
/
+0
2017-06-26
rpmsg: Don't overwrite release op of rpdev
Bjorn Andersson
1
-8
/
+0
2017-06-25
rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to ops
Henri Roosen
1
-3
/
+0
2017-06-25
rpmsg: virtio_rpmsg_bus: fix nameservice address
Henri Roosen
1
-1
/
+1
2017-06-25
rpmsg: cleanup incorrect function in dev_err message
Henri Roosen
1
-2
/
+2
2017-06-25
rpmsg: virtio_rpmsg_bus: fix announce for devices without endpoint
Henri Roosen
1
-2
/
+2
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-06-09
rpmsg: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
1
-10
/
+13
2017-05-30
rpmsg: Introduce Qualcomm RPM glink driver
Bjorn Andersson
3
-0
/
+1244
2017-05-17
rpmsg: Release rpmsg devices in backends
Bjorn Andersson
2
-0
/
+20
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-1
/
+1
2017-03-28
soc: qcom: smd: Remove standalone driver
Bjorn Andersson
1
-1
/
+0
2017-03-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+1
2017-02-13
rpmsg: rpmsg_create_ept() returns NULL on error
Bjorn Andersson
1
-1
/
+1
2017-01-30
rpmsg: unlock on error in rpmsg_eptdev_read()
Dan Carpenter
1
-2
/
+1
2017-01-18
rpmsg: char: add CONFIG_NET dependency
Arnd Bergmann
1
-0
/
+1
2017-01-18
rpmsg: smd: Register rpmsg user space interface for edges
Bjorn Andersson
1
-0
/
+20
2017-01-18
rpmsg: Driver for user space endpoint interface
Bjorn Andersson
4
-0
/
+609
[next]