summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_mmio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-mmio: Update the device to OASIS spec versionPawel Moll2015-01-231-50/+81
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * virtio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | 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-6/+2
|/
* virtio: unify config_changed handlingMichael S. Tsirkin2014-10-151-5/+2
* virtio: mmio: fix signature checking for BE guestsMarc Zyngier2013-11-071-1/+1
* virtio_ring: change host notification APIHeinz Graalfs2013-10-291-1/+2
* virtio: make config_ops constStephen Hemminger2013-02-111-1/+1
* virtio-mmio: fix wrong comment about register offsetRyota Ozaki2013-02-041-1/+1
* Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* virtio-mmio: Fix irq parsing in command line parameterPawel Moll2012-12-181-9/+17
* virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell2012-12-181-2/+2
* virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley2012-09-281-0/+10
* virtio_mmio: fix off by one error allocating queueBrian Foley2012-09-281-2/+2
* virtio: support reserved vqsMichael S. Tsirkin2012-09-281-0/+3
* virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-281-8/+4
* virtio-mmio: Devices parameter parsingPawel Moll2012-05-221-0/+163
* virtio: harsher barriers for rpmsg.Rusty Russell2012-01-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-1/+1
|\
| * virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-241-1/+1
* | enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-161-0/+6
|/
* virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-021-0/+479
OpenPOWER on IntegriCloud