aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)Author
2012-09-28virtio_mmio: Don't attempt to create empty virtqueuesBrian Foley
2012-09-28virtio_mmio: fix off by one error allocating queueBrian Foley
2012-09-28drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin
2012-09-28virtio: don't crash when device is buggyMichael S. Tsirkin
2012-09-28virtio: remove CONFIG_VIRTIO_RINGRusty Russell
2012-09-28virtio: add help to CONFIG_VIRTIO option.Rusty Russell
2012-09-28virtio: support reserved vqsMichael S. Tsirkin
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang
2012-09-28virtio_balloon: not EXPERIMENTAL any more.Rusty Russell
2012-09-28virtio-balloon: dependency fixMichael S. Tsirkin
2012-07-20[SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca...Nicholas Bellinger
2012-07-09virtio-balloon: fix add/get API useMichael S. Tsirkin
2012-05-22virtio-mmio: Devices parameter parsingPawel Moll
2012-05-22virtio: Use ida to allocate virtio indexAsias He
2012-05-22virtio: balloon: separate out common code between remove and freeze functionsAmit Shah
2012-05-22virtio: balloon: drop restore_common()Amit Shah
2012-05-17virtio: balloon: let host know of updated balloon size before module removalAmit Shah
2012-04-15virtio_balloon: fix handling of PAGE_SIZE != 4kMichael S. Tsirkin
2012-04-15virtio_balloon: Fix endian bugDavid Gibson
2012-03-31virtio-pci: switch to PM ops macro to initialise PM functionsAmit Shah
2012-03-31virtio-pci: S3 supportAmit Shah
2012-03-31virtio-pci: drop restore_common()Amit Shah
2012-03-31virtio: drop thaw PM operationAmit Shah
2012-03-31virtio: balloon: Allow stats update after restore from S4Amit Shah
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-01virtio: balloon: leak / fill balloon across S4Amit Shah
2012-01-28virtio: correct the memory barrier in virtqueue_kick_prepare()Jason Wang
2012-01-28virtio: fix typos of memory barriersJason Wang
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Amit Shah
2012-01-12virtio: balloon: Move vq initialization into separate functionAmit Shah
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah
2012-01-12virtio: pci: switch to new PM APIAmit Shah
2012-01-12virtio: add debugging if driver doesn't kick.Rusty Russell
2012-01-12virtio: expose added descriptors immediately.Rusty Russell
2012-01-12virtio: avoid modulus operation.Rusty Russell
2012-01-12virtio: support unlocked queue kickRusty Russell
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-12virtio: document functions better.Rusty Russell
2012-01-12virtio-balloon: Trivial cleanupsSasha Levin
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin
2011-11-24virtio-mmio: Correct the name of the guest features selectorSasha Levin
2011-11-24virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones
2011-11-14virtio-pci: fix use after freeMichael S. Tsirkin
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02virtio: Add platform bus driver for memory mapped virtio devicePawel Moll