summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds2-14/+36
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2013-04-29drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe()Wei Yongjun1-1/+3
2013-04-21rpmsg: fix kconfig dependencies for VIRTIOSuman Anna1-0/+1
2013-04-15rpmsg: process _all_ pending messages in rpmsg_recv_doneRobert Tivy1-14/+35
2013-03-20virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell1-4/+4
2013-02-27rpmsg: convert to idr_alloc()Tejun Heo1-18/+12
2013-02-27rpmsg: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-6/+4
2013-01-11drivers/rpmsg: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-18virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-4/+2
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+0
2012-09-28virtio: remove CONFIG_VIRTIO_RINGRusty Russell1-1/+0
2012-09-12rpmsg: fix dma_free_coherent dev parameterFernando Guzman Lugo1-3/+3
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2012-07-17rpmsg: fix dependency on initialization orderFederico Fuga1-1/+1
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen1-1/+2
2012-07-04rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen1-6/+19
2012-07-04rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen1-2/+34
2012-03-04rpmsg: fix build warning when dma_addr_t is 64-bitMark Asselstine1-2/+2
2012-02-28rpmsg: fix published buffer length in rpmsg_recv_doneOhad Ben-Cohen1-1/+2
2012-02-28rpmsg: validate incoming message length before propagatingOhad Ben-Cohen1-0/+10
2012-02-28rpmsg: fix name service endpoint leakOhad Ben-Cohen1-6/+23
2012-02-22rpmsg: rename virtqueue_add_buf_gfp to virtqueue_add_bufAxel Lin1-4/+4
2012-02-22rpmsg: depend on EXPERIMENTALOhad Ben-Cohen1-1/+2
2012-02-08rpmsg: add Kconfig menuOhad Ben-Cohen1-0/+4
2012-02-08rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen3-0/+1032