summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio.c
AgeCommit message (Expand)AuthorLines
2012-07-20[SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca...Nicholas Bellinger-1/+4
2012-05-22virtio: Use ida to allocate virtio indexAsias He-2/+9
2011-10-31virtio: Add module.h to drivers/virtio users.Paul Gortmaker-0/+1
2010-11-24virtio: fix format of sysfs driver/vendor filesStephen Hemminger-3/+3
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger-1/+1
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger-1/+1
2009-06-12virtio: expose features in sysfsRusty Russell-0/+16
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell-0/+2
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell-3/+4
2008-12-30virtio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell-3/+2
2008-07-25virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell-0/+5
2008-07-25virtio: Use bus_type probe and remove methodsMark McLoughlin-9/+9
2008-06-15virtio: Complete feature negotation before updating statusMark McLoughlin-1/+1
2008-05-30virtio: set device index in common code.Rusty Russell-0/+6
2008-05-30virtio: bus_id for devices should contain 'virtio'Rusty Russell-1/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell-2/+36
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell-0/+8
2008-02-04virtio: reset functionRusty Russell-2/+10
2008-02-04virtio: simplify config mechanism.Rusty Russell-45/+0
2007-11-19virtio: fix module/device unloadingRusty Russell-0/+13
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell-0/+18
2007-10-23Virtio interfaceRusty Russell-0/+171