aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_virtio.c
AgeCommit message (Expand)Author
2019-03-14Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds
2019-03-12remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Stephen Rothwell
2019-02-20remoteproc: fix recovery procedureLoic Pallardy
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy
2018-07-30remoteproc: replace "%p" with "%pK"Loic Pallardy
2018-01-02virtio_remoteproc: correct put_device virtio_device.devweiping zhang
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson
2016-11-14remoteproc: Assign kref to rproc_vdevBjorn Andersson
2016-08-17remoteproc: Introduce auto-boot flagBjorn Andersson
2016-08-12remoteproc: align code with open parenthesisAnna, Suman
2016-08-12remoteproc: fix bare unsigned type usageAnna, Suman
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Lee Jones
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin
2013-10-29virtio_ring: change host notification APIHeinz Graalfs
2013-04-07remoteproc: support virtio config space.Sjur Brændeland
2013-02-11virtio: make config_ops constStephen Hemminger
2012-11-29remoteproc: fix error path of ->find_vqsOhad Ben-Cohen
2012-09-28virtio: support reserved vqsMichael S. Tsirkin
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang
2012-07-06remoteproc: remove the now-redundant krefOhad Ben-Cohen
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen
2012-07-04remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen
2012-03-06remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen
2012-03-06remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen
2012-03-06remoteproc: safer boot/shutdown orderOhad Ben-Cohen
2012-03-06remoteproc: remoteproc_rpmsg -> remoteproc_virtioOhad Ben-Cohen