aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-28virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley1-0/+10
2012-09-28virtio_mmio: fix off by one error allocating queueBrian Foley1-2/+2
2012-09-28virtio: support reserved vqsMichael S. Tsirkin1-0/+3
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang1-8/+4
2012-05-22virtio-mmio: Devices parameter parsingPawel Moll1-0/+163
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell1-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-11-24virtio-mmio: Correct the name of the guest features selectorSasha Levin1-1/+1
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones1-0/+6
2011-11-02virtio: Add platform bus driver for memory mapped virtio devicePawel Moll1-0/+479