summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo2020-05-121-0/+12
* remoteproc: Add missing '\n' in log messagesChristophe JAILLET2020-04-221-2/+1
* remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyNikita Shubin2020-03-251-0/+7
* remoteproc: fix kernel-doc warningsArnaud Pouliquen2020-03-251-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds2019-03-141-5/+56
|\
| * remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Stephen Rothwell2019-03-121-2/+1
| * remoteproc: fix recovery procedureLoic Pallardy2019-02-201-4/+16
| * remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy2019-02-201-1/+41
* | virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-141-2/+7
|/
* virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-261-0/+13
* remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy2018-10-141-1/+13
* remoteproc: replace "%p" with "%pK"Loic Pallardy2018-07-301-1/+1
* virtio_remoteproc: correct put_device virtio_device.devweiping zhang2018-01-021-1/+1
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-021-4/+6
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2016-11-141-6/+1
* remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-141-4/+6
* remoteproc: Introduce auto-boot flagBjorn Andersson2016-08-171-13/+0
* remoteproc: align code with open parenthesisAnna, Suman2016-08-121-5/+5
* remoteproc: fix bare unsigned type usageAnna, Suman2016-08-121-6/+6
* remoteproc: core: Task sync during rproc_fw_boot()Lee Jones2016-05-061-1/+1
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* virtio: allow finalize_features to failMichael S. Tsirkin2014-12-091-1/+3
* virtio: assert 32 bit features in transportsMichael S. Tsirkin2014-12-091-0/+3
* virtio: add support for 64 bit features.Michael S. Tsirkin2014-12-091-1/+1
* virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-091-1/+1
* virtio_ring: change host notification APIHeinz Graalfs2013-10-291-1/+2
* remoteproc: support virtio config space.Sjur Brændeland2013-04-071-15/+64
* virtio: make config_ops constStephen Hemminger2013-02-111-1/+1
* remoteproc: fix error path of ->find_vqsOhad Ben-Cohen2012-11-291-6/+12
* virtio: support reserved vqsMichael S. Tsirkin2012-09-281-0/+3
* virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-281-1/+1
* remoteproc: remove the now-redundant krefOhad Ben-Cohen2012-07-061-4/+4
* remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-061-6/+7
* remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen2012-07-041-2/+11
* remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen2012-03-061-1/+1
* remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen2012-03-061-75/+65
* remoteproc: safer boot/shutdown orderOhad Ben-Cohen2012-03-061-10/+10
* remoteproc: remoteproc_rpmsg -> remoteproc_virtioOhad Ben-Cohen2012-03-061-0/+299