aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio
AgeCommit message (Expand)AuthorFilesLines
2012-09-28virtio_mmio: Don't attempt to create empty virtqueuesGravatar Brian Foley 1-0/+10
2012-09-28virtio_mmio: fix off by one error allocating queueGravatar Brian Foley 1-2/+2
2012-09-28drivers/virtio/virtio_pci.c: fix error return codeGravatar Peter Senna Tschudin 1-1/+3
2012-09-28virtio: don't crash when device is buggyGravatar Michael S. Tsirkin 1-1/+1
2012-09-28virtio: remove CONFIG_VIRTIO_RINGGravatar Rusty Russell 2-8/+1
2012-09-28virtio: add help to CONFIG_VIRTIO option.Gravatar Rusty Russell 1-2/+4
2012-09-28virtio: support reserved vqsGravatar Michael S. Tsirkin 2-1/+7
2012-09-28virtio: introduce an API to set affinity for a virtqueueGravatar Jason Wang 1-0/+46
2012-09-28virtio-ring: move queue_index to vring_virtqueueGravatar Jason Wang 3-17/+22
2012-09-28virtio_balloon: not EXPERIMENTAL any more.Gravatar Rusty Russell 1-2/+2
2012-09-28virtio-balloon: dependency fixGravatar Michael S. Tsirkin 1-2/+1
2012-07-20[SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca...Gravatar Nicholas Bellinger 1-1/+4
2012-07-09virtio-balloon: fix add/get API useGravatar Michael S. Tsirkin 1-14/+10
2012-05-22virtio-mmio: Devices parameter parsingGravatar Pawel Moll 2-0/+174
2012-05-22virtio: Use ida to allocate virtio indexGravatar Asias He 1-2/+9
2012-05-22virtio: balloon: separate out common code between remove and freeze functionsGravatar Amit Shah 1-14/+12
2012-05-22virtio: balloon: drop restore_common()Gravatar Amit Shah 1-6/+1
2012-05-17virtio: balloon: let host know of updated balloon size before module removalGravatar Amit Shah 1-0/+1
2012-04-15virtio_balloon: fix handling of PAGE_SIZE != 4kGravatar Michael S. Tsirkin 1-10/+41
2012-04-15virtio_balloon: Fix endian bugGravatar David Gibson 1-2/+5
2012-03-31virtio-pci: switch to PM ops macro to initialise PM functionsGravatar Amit Shah 1-6/+1
2012-03-31virtio-pci: S3 supportGravatar Amit Shah 1-21/+3
2012-03-31virtio-pci: drop restore_common()Gravatar Amit Shah 1-16/+7
2012-03-31virtio: drop thaw PM operationGravatar Amit Shah 2-33/+1
2012-03-31virtio: balloon: Allow stats update after restore from S4Gravatar Amit Shah 1-8/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-01virtio: balloon: leak / fill balloon across S4Gravatar Amit Shah 1-11/+22
2012-01-28virtio: correct the memory barrier in virtqueue_kick_prepare()Gravatar Jason Wang 1-3/+3
2012-01-28virtio: fix typos of memory barriersGravatar Jason Wang 1-1/+1
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Gravatar Amit Shah 1-0/+47
2012-01-12virtio: balloon: Move vq initialization into separate functionGravatar Amit Shah 1-18/+30
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffGravatar Amit Shah 1-2/+92
2012-01-12virtio: pci: switch to new PM APIGravatar Amit Shah 1-4/+12
2012-01-12virtio: add debugging if driver doesn't kick.Gravatar Rusty Russell 1-0/+31
2012-01-12virtio: expose added descriptors immediately.Gravatar Rusty Russell 1-6/+14
2012-01-12virtio: avoid modulus operation.Gravatar Rusty Russell 1-4/+6
2012-01-12virtio: support unlocked queue kickGravatar Rusty Russell 1-12/+48
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufGravatar Rusty Russell 2-14/+15
2012-01-12virtio: document functions better.Gravatar Rusty Russell 1-1/+91
2012-01-12virtio-balloon: Trivial cleanupsGravatar Sasha Levin 1-3/+3
2012-01-12virtio: harsher barriers for rpmsg.Gravatar Rusty Russell 3-17/+25
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-2/+20
2011-11-24virtio-pci: make reset operation saferGravatar Michael S. Tsirkin 1-0/+18
2011-11-24virtio-mmio: Correct the name of the guest features selectorGravatar Sasha Levin 1-1/+1
2011-11-24virtio: add HAS_IOMEM dependency to MMIO platform bus driverGravatar Heiko Carstens 1-1/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+6
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsGravatar Rick Jones 2-0/+14
2011-11-14virtio-pci: fix use after freeGravatar Michael S. Tsirkin 1-5/+6
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+3
2011-11-02virtio: Add platform bus driver for memory mapped virtio deviceGravatar Pawel Moll 3-0/+491