aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-12virtio: expose features in sysfsRusty Russell1-0/+16
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-0/+2
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell1-3/+4
2008-12-30virtio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell1-3/+2
2008-07-25virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell1-0/+5
2008-07-25virtio: Use bus_type probe and remove methodsMark McLoughlin1-9/+9
2008-06-15virtio: Complete feature negotation before updating statusMark McLoughlin1-1/+1
2008-05-30virtio: set device index in common code.Rusty Russell1-0/+6
2008-05-30virtio: bus_id for devices should contain 'virtio'Rusty Russell1-1/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-2/+36
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell1-0/+8
2008-02-04virtio: reset functionRusty Russell1-2/+10
2008-02-04virtio: simplify config mechanism.Rusty Russell1-45/+0
2007-11-19virtio: fix module/device unloadingRusty Russell1-0/+13
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell1-0/+18
2007-10-23Virtio interfaceRusty Russell1-0/+171