aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang1-2/+7
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie1-0/+13
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy1-1/+13
2018-07-30remoteproc: replace "%p" with "%pK"Loic Pallardy1-1/+1
2018-01-02virtio_remoteproc: correct put_device virtio_device.devweiping zhang1-1/+1
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-4/+6
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson1-6/+1
2016-11-14remoteproc: Assign kref to rproc_vdevBjorn Andersson1-4/+6
2016-08-17remoteproc: Introduce auto-boot flagBjorn Andersson1-13/+0
2016-08-12remoteproc: align code with open parenthesisAnna, Suman1-5/+5
2016-08-12remoteproc: fix bare unsigned type usageAnna, Suman1-6/+6
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Lee Jones1-1/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+3
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin1-0/+3
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1
2013-10-29virtio_ring: change host notification APIHeinz Graalfs1-1/+2
2013-04-07remoteproc: support virtio config space.Sjur Brændeland1-15/+64
2013-02-11virtio: make config_ops constStephen Hemminger1-1/+1
2012-11-29remoteproc: fix error path of ->find_vqsOhad Ben-Cohen1-6/+12
2012-09-28virtio: support reserved vqsMichael S. Tsirkin1-0/+3
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang1-1/+1
2012-07-06remoteproc: remove the now-redundant krefOhad Ben-Cohen1-4/+4
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen1-6/+7
2012-07-04remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen1-2/+11
2012-03-06remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen1-1/+1
2012-03-06remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen1-75/+65
2012-03-06remoteproc: safer boot/shutdown orderOhad Ben-Cohen1-10/+10
2012-03-06remoteproc: remoteproc_rpmsg -> remoteproc_virtioOhad Ben-Cohen1-0/+299