summaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2011-11-21virtio-pci: fix use after freeMichael S. Tsirkin
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen
2011-05-30virtio: add api for delayed callbacksMichael S. Tsirkin
2011-05-30virtio_ring: support event idx featureMichael S. Tsirkin
2011-05-30virtio balloon: kill tell-host-first logicDave Hansen
2011-04-21virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah
2011-04-21virtio: Decrement avail idx on buffer detachAmit Shah
2011-01-20virtio: remove virtio-pci root deviceMilton Miller
2010-11-24virtio: fix format of sysfs driver/vendor filesStephen Hemminger
2010-11-24virtio: return correct capacity to usersMichael S. Tsirkin
2010-07-26virtio: fix oops on OOMMichael S. Tsirkin
2010-06-23virtio-pci: disable msi at startupMichael S. Tsirkin
2010-06-23virtio: return ENOMEM on out of memoryMichael S. Tsirkin
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-05-19virtio: add_buf_gfpMichael S. Tsirkin
2010-05-19virtio_ring: remove a level of indirectionMichael S. Tsirkin
2010-05-19virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-04-22virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16Fix typos in commentsThomas Weber
2010-03-02virtio: set pci bus master enable bitMichael S. Tsirkin
2010-02-28virtio: fix out of range array accessMichael S. Tsirkin
2010-02-24virtio: Initialize vq->data entries to NULLAmit Shah
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma
2010-02-24virtio: use smp_XX barriers on SMPMichael S. Tsirkin
2010-02-24virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke
2010-02-24Add __devexit_p around reference to virtio_pci_removeJamie Lokier
2010-01-16virtio: fix section mismatch warningsJeff Mahoney
2009-10-29virtio: order used ring after used index readMichael S. Tsirkin
2009-10-29virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin
2009-10-22move virtballoon_remove to .devexit.textUwe Kleine-König
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-09-23virtio_pci: minor MSI-X cleanupsRusty Russell
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