aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: convert to idr_alloc()Tejun Heo2013-02-271-18/+12
* rpmsg: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-291-6/+4
| |\
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | drivers/rpmsg: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
| |/ |/|
* | Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* | virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-171-4/+2
|/
* Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-1/+0
|\
| * virtio: remove CONFIG_VIRTIO_RINGRusty Russell2012-09-281-1/+0
* | rpmsg: fix dma_free_coherent dev parameterFernando Guzman Lugo2012-09-121-3/+3
|/
* Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-07-261-1/+2
|\
| * remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-051-1/+2
* | rpmsg: fix dependency on initialization orderFederico Fuga2012-07-171-1/+1
* | rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen2012-07-041-6/+19
* | rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen2012-07-041-2/+34
|/
* rpmsg: fix build warning when dma_addr_t is 64-bitMark Asselstine2012-03-041-2/+2
* rpmsg: fix published buffer length in rpmsg_recv_doneOhad Ben-Cohen2012-02-281-1/+2
* rpmsg: validate incoming message length before propagatingOhad Ben-Cohen2012-02-281-0/+10
* rpmsg: fix name service endpoint leakOhad Ben-Cohen2012-02-281-6/+23
* rpmsg: rename virtqueue_add_buf_gfp to virtqueue_add_bufAxel Lin2012-02-221-4/+4
* rpmsg: depend on EXPERIMENTALOhad Ben-Cohen2012-02-221-1/+2
* rpmsg: add Kconfig menuOhad Ben-Cohen2012-02-081-0/+4
* rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen2012-02-083-0/+1032