summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2009-11-09virtio: order used ring after used index readMichael S. Tsirkin
2009-07-30virtio: refactor find_vqsMichael S. Tsirkin
2009-07-30virtio: delete vq from listMichael S. Tsirkin
2009-07-30virtio: fix memory leak on device removalMichael S. Tsirkin
2009-07-17virtio-pci: correctly unregister root device on errorMark McLoughlin
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin
2009-06-12virtio: expose features in sysfsRusty Russell
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell
2009-04-19virtio: fix suspend when using virtio_balloonMarcelo Tosatti
2009-03-30virtio: more neatening of virtio_ring macros.Rusty Russell
2009-03-30virtio: fix BAD_RING, START_US and END_USE macrosRoel Kluin
2009-02-02virtio-pci: do not oops on config change if driver not loadedMark McLoughlin
2009-01-06virtio: do not statically allocate root deviceMark McLoughlin
2008-12-30virtio: add PCI device release() functionMark McLoughlin
2008-12-30virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell
2008-12-30virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.Rusty Russell
2008-12-30virtio: Don't use PAGE_SIZE in virtio_pci.cRusty Russell
2008-12-30virtio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-30virtio-pci queue allocation not page-alignedHollis Blanchard
2008-08-26virtio_balloon: fix towards_target when deflating balloonAnthony Liguori
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell
2008-07-25virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell
2008-07-25virtio: Use bus_type probe and remove methodsMark McLoughlin
2008-07-25virtio: don't always force a notification when ring is fullRusty Russell
2008-06-15virtio: Complete feature negotation before updating statusMark McLoughlin
2008-05-30virtio: force callback on empty.Rusty Russell
2008-05-30virtio_net: another race with virtio_net and enable_cbChristian Borntraeger
2008-05-30virtio: set device index in common code.Rusty Russell
2008-05-30virtio: virtio_pci should not set bus_id.Rusty Russell
2008-05-30virtio: bus_id for devices should contain 'virtio'Rusty Russell
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell
2008-05-02virtio: change config to guest endian.Rusty Russell
2008-05-02virtio: fix sparse return void-valued expression warningsHarvey Harrison
2008-05-02virtio: ignore corrupted virtqueues rather than spinning.Rusty Russell
2008-04-07virtio: remove overzealous BUG_ON.Rusty Russell
2008-03-30virtio_pci iomem annotationsAl Viro
2008-03-28virtio_pci: unregister virtio device at device removeAnthony Liguori
2008-03-17virtio: fix race in enable_cbChristian Borntraeger
2008-03-17virtio: handle > 2 billion page balloon targetsRusty Russell
2008-03-17virtio: Use spin_lock_irqsave/restore for virtio-pciAnthony Liguori
2008-02-06virtio: add missing #include <linux/delay.h>Johann Felix Soden
2008-02-04virtio: balloon driverRusty Russell