summaryrefslogtreecommitdiff
path: root/drivers/virtio
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-02
|\
| * virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-24
| * virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-24
| * virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens2011-11-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-21
|\ \ | |/
| * virtio-pci: fix use after freeMichael S. Tsirkin2011-11-14
* | enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-16
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * virtio: Add module.h to drivers/virtio users.Paul Gortmaker2011-10-31
* | virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-02
* | virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-02
|/
* Add ethtool -g support to virtio_netRick Jones2011-10-24
* virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-23
* virtio: add api for delayed callbacksMichael S. Tsirkin2011-05-30
* virtio_ring: support event idx featureMichael S. Tsirkin2011-05-30
* virtio balloon: kill tell-host-first logicDave Hansen2011-05-30
* virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah2011-04-21
* virtio: Decrement avail idx on buffer detachAmit Shah2011-04-21
* virtio: remove virtio-pci root deviceMilton Miller2011-01-20
* virtio: fix format of sysfs driver/vendor filesStephen Hemminger2010-11-24
* virtio: return correct capacity to usersMichael S. Tsirkin2010-11-24
* 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