aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* virtio: set pci bus master enable bitMichael S. Tsirkin2010-03-021-0/+1
* virtio: fix out of range array accessMichael S. Tsirkin2010-02-281-1/+2
* virtio: Initialize vq->data entries to NULLAmit Shah2010-02-241-1/+4
* virtio: Add ability to detach unused buffers from vringsShirley Ma2010-02-241-0/+25
* virtio: use smp_XX barriers on SMPMichael S. Tsirkin2010-02-241-4/+22
* virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell2010-02-241-2/+1
* virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell2010-02-241-0/+1
* virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke2010-02-241-4/+18
* virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke2010-02-241-8/+86
* Add __devexit_p around reference to virtio_pci_removeJamie Lokier2010-02-241-1/+1
* virtio: fix section mismatch warningsJeff Mahoney2010-01-161-3/+3
* virtio: order used ring after used index readMichael S. Tsirkin2009-10-291-0/+3
* virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin2009-10-291-12/+15
* move virtballoon_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-221-1/+0
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-231-0/+1
* virtio: make add_buf return capacity remainingRusty Russell2009-09-232-2/+6
* virtio_pci: minor MSI-X cleanupsRusty Russell2009-09-231-55/+70
* virtio: refactor find_vqsMichael S. Tsirkin2009-07-301-93/+119
* virtio: delete vq from listMichael S. Tsirkin2009-07-301-1/+5
* virtio: fix memory leak on device removalMichael S. Tsirkin2009-07-301-13/+15
* virtio-pci: correctly unregister root device on errorMark McLoughlin2009-07-171-1/+1
* virtio: enhance id_matching for virtio driversChristian Borntraeger2009-06-121-1/+1
* virtio: fix id_matching for virtio driversChristian Borntraeger2009-06-121-1/+1
* virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2009-06-121-2/+73
* virtio: expose features in sysfsRusty Russell2009-06-121-0/+16
* virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-121-19/+209
* virtio_pci: split up vp_interruptMichael S. Tsirkin2009-06-121-19/+34
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-122-23/+41
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-124-11/+27
* virtio: meet virtio spec by finalizing features before using deviceRusty Russell2009-06-121-3/+4
* virtio: fix suspend when using virtio_balloonMarcelo Tosatti2009-04-191-1/+2
* virtio: more neatening of virtio_ring macros.Rusty Russell2009-03-301-3/+9
* virtio: fix BAD_RING, START_US and END_USE macrosRoel Kluin2009-03-301-8/+8
* virtio-pci: do not oops on config change if driver not loadedMark McLoughlin2009-02-021-1/+1
* virtio: do not statically allocate root deviceMark McLoughlin2009-01-061-10/+7
* virtio: add PCI device release() functionMark McLoughlin2008-12-301-6/+15
* virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard2008-12-301-2/+11
* virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell2008-12-302-3/+4
* virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.Rusty Russell2008-12-301-2/+2
* virtio: Don't use PAGE_SIZE in virtio_pci.cRusty Russell2008-12-301-1/+1
* virtio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-302-3/+3
* virtio-pci queue allocation not page-alignedHollis Blanchard2008-12-301-5/+7
* virtio_balloon: fix towards_target when deflating balloonAnthony Liguori2008-08-261-1/+1
* virtio: Add transport feature handling stub for virtio_ring.Rusty Russell2008-07-252-0/+19
* virtio: Rename set_features to finalize_featuresRusty Russell2008-07-252-7/+8
* virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell2008-07-251-0/+5
* virtio: Use bus_type probe and remove methodsMark McLoughlin2008-07-251-9/+9
* virtio: don't always force a notification when ring is fullRusty Russell2008-07-251-2/+5