summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
AgeCommit message (Expand)Author
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman
2012-12-18virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-28virtio: remove CONFIG_VIRTIO_RINGRusty Russell
2012-09-12rpmsg: fix dma_free_coherent dev parameterFernando Guzman Lugo
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-07-17rpmsg: fix dependency on initialization orderFederico Fuga
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen
2012-07-04rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen
2012-07-04rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen
2012-03-04rpmsg: fix build warning when dma_addr_t is 64-bitMark Asselstine
2012-02-28rpmsg: fix published buffer length in rpmsg_recv_doneOhad Ben-Cohen
2012-02-28rpmsg: validate incoming message length before propagatingOhad Ben-Cohen
2012-02-28rpmsg: fix name service endpoint leakOhad Ben-Cohen
2012-02-22rpmsg: rename virtqueue_add_buf_gfp to virtqueue_add_bufAxel Lin
2012-02-22rpmsg: depend on EXPERIMENTALOhad Ben-Cohen
2012-02-08rpmsg: add Kconfig menuOhad Ben-Cohen
2012-02-08rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen