aboutsummaryrefslogtreecommitdiff
path: root/drivers/rpmsg
AgeCommit message (Expand)Author
2013-05-07Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-29drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe()Wei Yongjun
2013-04-21rpmsg: fix kconfig dependencies for VIRTIOSuman Anna
2013-04-15rpmsg: process _all_ pending messages in rpmsg_recv_doneRobert Tivy
2013-03-20virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell
2013-02-27rpmsg: convert to idr_alloc()Tejun Heo
2013-02-27rpmsg: don't use idr_remove_all()Tejun Heo
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-11drivers/rpmsg: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-09treewide: Fix typo in various driversMasanari Iida
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