summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: fix oops on OOMMichael S. Tsirkin2010-07-261-2/+3
* virtio-pci: disable msi at startupMichael S. Tsirkin2010-06-231-0/+3
* virtio: return ENOMEM on out of memoryMichael S. Tsirkin2010-06-231-1/+1
* Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-212-32/+29
|\
| * virtio: add_buf_gfpMichael S. Tsirkin2010-05-191-9/+11
| * virtio_ring: remove a level of indirectionMichael S. Tsirkin2010-05-191-20/+16
| * virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-9/+8
* | Merge branch 'master' into for-nextJiri Kosina2010-04-233-1/+5
|\ \ | |/
| * virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh2010-04-221-1/+2
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* | Fix typos in commentsThomas Weber2010-03-161-1/+1
|/
* 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
OpenPOWER on IntegriCloud