aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_virtio.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02virtio: add context flag to find vqsGravatar Michael S. Tsirkin 1-4/+6
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevGravatar Bjorn Andersson 1-6/+1
2016-11-14remoteproc: Assign kref to rproc_vdevGravatar Bjorn Andersson 1-4/+6
2016-08-17remoteproc: Introduce auto-boot flagGravatar Bjorn Andersson 1-13/+0
2016-08-12remoteproc: align code with open parenthesisGravatar Anna, Suman 1-5/+5
2016-08-12remoteproc: fix bare unsigned type usageGravatar Anna, Suman 1-6/+6
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Gravatar Lee Jones 1-1/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2014-12-09virtio: allow finalize_features to failGravatar Michael S. Tsirkin 1-1/+3
2014-12-09virtio: assert 32 bit features in transportsGravatar Michael S. Tsirkin 1-0/+3
2014-12-09virtio: add support for 64 bit features.Gravatar Michael S. Tsirkin 1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresGravatar Michael S. Tsirkin 1-1/+1
2013-10-29virtio_ring: change host notification APIGravatar Heinz Graalfs 1-1/+2
2013-04-07remoteproc: support virtio config space.Gravatar Sjur Brændeland 1-15/+64
2013-02-11virtio: make config_ops constGravatar Stephen Hemminger 1-1/+1
2012-11-29remoteproc: fix error path of ->find_vqsGravatar Ohad Ben-Cohen 1-6/+12
2012-09-28virtio: support reserved vqsGravatar Michael S. Tsirkin 1-0/+3
2012-09-28virtio-ring: move queue_index to vring_virtqueueGravatar Jason Wang 1-1/+1
2012-07-06remoteproc: remove the now-redundant krefGravatar Ohad Ben-Cohen 1-4/+4
2012-07-06remoteproc: maintain a generic child device for each rprocGravatar Ohad Ben-Cohen 1-6/+7
2012-07-04remoteproc: allocate vrings on demand, free when not neededGravatar Ohad Ben-Cohen 1-2/+11
2012-03-06remoteproc: remove the hardcoded vring alignmentGravatar Ohad Ben-Cohen 1-1/+1
2012-03-06remoteproc: remove the single rpmsg vdev limitationGravatar Ohad Ben-Cohen 1-75/+65
2012-03-06remoteproc: safer boot/shutdown orderGravatar Ohad Ben-Cohen 1-10/+10
2012-03-06remoteproc: remoteproc_rpmsg -> remoteproc_virtioGravatar Ohad Ben-Cohen 1-0/+299