aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg (follow)
AgeCommit message (Expand)AuthorFilesLines
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/rusty/linuxLinus 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/git/ohad/remoteprocLinus 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