summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: correct the memory barrier in virtqueue_kick_prepare()Jason Wang2012-01-281-3/+3
* virtio: fix typos of memory barriersJason Wang2012-01-281-1/+1
* virtio: balloon: Add freeze, restore handlers to support S4Amit Shah2012-01-121-0/+47
* virtio: balloon: Move vq initialization into separate functionAmit Shah2012-01-121-18/+30
* virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah2012-01-121-2/+92
* virtio: pci: switch to new PM APIAmit Shah2012-01-121-4/+12
* virtio: add debugging if driver doesn't kick.Rusty Russell2012-01-121-0/+31
* virtio: expose added descriptors immediately.Rusty Russell2012-01-121-6/+14
* virtio: avoid modulus operation.Rusty Russell2012-01-121-4/+6
* virtio: support unlocked queue kickRusty Russell2012-01-121-12/+48
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-122-14/+15
* virtio: document functions better.Rusty Russell2012-01-121-1/+91
* virtio-balloon: Trivial cleanupsSasha Levin2012-01-121-3/+3
* virtio: harsher barriers for rpmsg.Rusty Russell2012-01-123-17/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-023-2/+20
|\
| * virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-241-0/+18
| * virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-241-1/+1
| * virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens2011-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-211-5/+6
|\ \ | |/
| * virtio-pci: fix use after freeMichael S. Tsirkin2011-11-141-5/+6
* | enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-162-0/+14
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * virtio: Add module.h to drivers/virtio users.Paul Gortmaker2011-10-313-0/+3
* | virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-023-0/+491
* | virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-021-3/+7
|/
* Add ethtool -g support to virtio_netRick Jones2011-10-241-0/+10
* virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-0/+3
* virtio: add api for delayed callbacksMichael S. Tsirkin2011-05-301-0/+27
* virtio_ring: support event idx featureMichael S. Tsirkin2011-05-301-2/+24
* virtio balloon: kill tell-host-first logicDave Hansen2011-05-301-13/+8
* virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah2011-04-211-7/+8
* virtio: Decrement avail idx on buffer detachAmit Shah2011-04-211-0/+1
* virtio: remove virtio-pci root deviceMilton Miller2011-01-201-18/+2
* virtio: fix format of sysfs driver/vendor filesStephen Hemminger2010-11-241-3/+3
* virtio: return correct capacity to usersMichael S. Tsirkin2010-11-241-3/+0
* 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
OpenPOWER on IntegriCloud