summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio-mmio: Devices parameter parsingPawel Moll2012-05-222-0/+174
* virtio: Use ida to allocate virtio indexAsias He2012-05-221-2/+9
* virtio: balloon: separate out common code between remove and freeze functionsAmit Shah2012-05-221-14/+12
* virtio: balloon: drop restore_common()Amit Shah2012-05-221-6/+1
* virtio: balloon: let host know of updated balloon size before module removalAmit Shah2012-05-171-0/+1
* virtio_balloon: fix handling of PAGE_SIZE != 4kMichael S. Tsirkin2012-04-151-10/+41
* virtio_balloon: Fix endian bugDavid Gibson2012-04-151-2/+5
* virtio-pci: switch to PM ops macro to initialise PM functionsAmit Shah2012-03-311-6/+1
* virtio-pci: S3 supportAmit Shah2012-03-311-21/+3
* virtio-pci: drop restore_common()Amit Shah2012-03-311-16/+7
* virtio: drop thaw PM operationAmit Shah2012-03-312-33/+1
* virtio: balloon: Allow stats update after restore from S4Amit Shah2012-03-311-8/+0
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* virtio: balloon: leak / fill balloon across S4Amit Shah2012-03-011-11/+22
* 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