summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley2012-09-281-0/+10
* virtio_mmio: fix off by one error allocating queueBrian Foley2012-09-281-2/+2
* drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin2012-09-281-1/+3
* virtio: don't crash when device is buggyMichael S. Tsirkin2012-09-281-1/+1
* virtio: remove CONFIG_VIRTIO_RINGRusty Russell2012-09-282-8/+1
* virtio: add help to CONFIG_VIRTIO option.Rusty Russell2012-09-281-2/+4
* virtio: support reserved vqsMichael S. Tsirkin2012-09-282-1/+7
* virtio: introduce an API to set affinity for a virtqueueJason Wang2012-09-281-0/+46
* virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-283-17/+22
* virtio_balloon: not EXPERIMENTAL any more.Rusty Russell2012-09-281-2/+2
* virtio-balloon: dependency fixMichael S. Tsirkin2012-09-281-2/+1
* [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca...Nicholas Bellinger2012-07-201-1/+4
* virtio-balloon: fix add/get API useMichael S. Tsirkin2012-07-091-14/+10
* 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
OpenPOWER on IntegriCloud