summaryrefslogtreecommitdiff
path: root/drivers/virtio
Commit message (Expand)AuthorAge
* virtio: fix oops on OOMMichael S. Tsirkin2010-07-26
* virtio-pci: disable msi at startupMichael S. Tsirkin2010-06-23
* virtio: return ENOMEM on out of memoryMichael S. Tsirkin2010-06-23
* Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-21
|\
| * virtio: add_buf_gfpMichael S. Tsirkin2010-05-19
| * virtio_ring: remove a level of indirectionMichael S. Tsirkin2010-05-19
| * virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-19
* | Merge branch 'master' into for-nextJiri Kosina2010-04-23
|\ \ | |/
| * virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh2010-04-22
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | Fix typos in commentsThomas Weber2010-03-16
|/
* virtio: set pci bus master enable bitMichael S. Tsirkin2010-03-02
* virtio: fix out of range array accessMichael S. Tsirkin2010-02-28
* virtio: Initialize vq->data entries to NULLAmit Shah2010-02-24
* virtio: Add ability to detach unused buffers from vringsShirley Ma2010-02-24
* virtio: use smp_XX barriers on SMPMichael S. Tsirkin2010-02-24
* virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell2010-02-24
* virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell2010-02-24
* virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke2010-02-24
* virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke2010-02-24
* Add __devexit_p around reference to virtio_pci_removeJamie Lokier2010-02-24
* virtio: fix section mismatch warningsJeff Mahoney2010-01-16
* virtio: order used ring after used index readMichael S. Tsirkin2009-10-29
* virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin2009-10-29
* move virtballoon_remove to .devexit.textUwe Kleine-König2009-10-22
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-22
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-23
* virtio: make add_buf return capacity remainingRusty Russell2009-09-23
* virtio_pci: minor MSI-X cleanupsRusty Russell2009-09-23
* virtio: refactor find_vqsMichael S. Tsirkin2009-07-30
* virtio: delete vq from listMichael S. Tsirkin2009-07-30
* virtio: fix memory leak on device removalMichael S. Tsirkin2009-07-30
* virtio-pci: correctly unregister root device on errorMark McLoughlin2009-07-17
* virtio: enhance id_matching for virtio driversChristian Borntraeger2009-06-12
* virtio: fix id_matching for virtio driversChristian Borntraeger2009-06-12
* virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2009-06-12
* virtio: expose features in sysfsRusty Russell2009-06-12
* virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-12
* virtio_pci: split up vp_interruptMichael S. Tsirkin2009-06-12
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-12
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-12
* virtio: meet virtio spec by finalizing features before using deviceRusty Russell2009-06-12
* virtio: fix suspend when using virtio_balloonMarcelo Tosatti2009-04-19
* virtio: more neatening of virtio_ring macros.Rusty Russell2009-03-30
* virtio: fix BAD_RING, START_US and END_USE macrosRoel Kluin2009-03-30
* virtio-pci: do not oops on config change if driver not loadedMark McLoughlin2009-02-02
* virtio: do not statically allocate root deviceMark McLoughlin2009-01-06
* virtio: add PCI device release() functionMark McLoughlin2008-12-30
* virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard2008-12-30
* virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell2008-12-30