summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2010-07-26virtio: fix oops on OOMMichael S. Tsirkin1-2/+3
2010-06-23virtio-pci: disable msi at startupMichael S. Tsirkin1-0/+3
2010-06-23virtio: return ENOMEM on out of memoryMichael S. Tsirkin1-1/+1
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2-32/+29
2010-05-19virtio: add_buf_gfpMichael S. Tsirkin1-9/+11
2010-05-19virtio_ring: remove a level of indirectionMichael S. Tsirkin1-20/+16
2010-05-19virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin1-9/+8
2010-04-23Merge branch 'master' into for-nextJiri Kosina3-1/+5
2010-04-22virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-0/+3
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-02virtio: set pci bus master enable bitMichael S. Tsirkin1-0/+1
2010-02-28virtio: fix out of range array accessMichael S. Tsirkin1-1/+2
2010-02-24virtio: Initialize vq->data entries to NULLAmit Shah1-1/+4
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+25
2010-02-24virtio: use smp_XX barriers on SMPMichael S. Tsirkin1-4/+22
2010-02-24virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell1-2/+1
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell1-0/+1
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke1-4/+18
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke1-8/+86
2010-02-24Add __devexit_p around reference to virtio_pci_removeJamie Lokier1-1/+1
2010-01-16virtio: fix section mismatch warningsJeff Mahoney1-3/+3
2009-10-29virtio: order used ring after used index readMichael S. Tsirkin1-0/+3
2009-10-29virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin1-12/+15
2009-10-22move virtballoon_remove to .devexit.textUwe Kleine-König1-1/+1
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: make add_buf return capacity remainingRusty Russell2-2/+6
2009-09-23virtio_pci: minor MSI-X cleanupsRusty Russell1-55/+70
2009-07-30virtio: refactor find_vqsMichael S. Tsirkin1-93/+119
2009-07-30virtio: delete vq from listMichael S. Tsirkin1-1/+5
2009-07-30virtio: fix memory leak on device removalMichael S. Tsirkin1-13/+15
2009-07-17virtio-pci: correctly unregister root device on errorMark McLoughlin1-1/+1
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: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin1-2/+73
2009-06-12virtio: expose features in sysfsRusty Russell1-0/+16
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin1-19/+209
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2-23/+41
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell4-11/+27
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell1-3/+4
2009-04-19virtio: fix suspend when using virtio_balloonMarcelo Tosatti1-1/+2
2009-03-30virtio: more neatening of virtio_ring macros.Rusty Russell1-3/+9
2009-03-30virtio: fix BAD_RING, START_US and END_USE macrosRoel Kluin1-8/+8
2009-02-02virtio-pci: do not oops on config change if driver not loadedMark McLoughlin1-1/+1
2009-01-06virtio: do not statically allocate root deviceMark McLoughlin1-10/+7
2008-12-30virtio: add PCI device release() functionMark McLoughlin1-6/+15
2008-12-30virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard1-2/+11
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell2-3/+4