summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
AgeCommit message (Expand)AuthorLines
2015-03-17virtio_mmio: fix access width for mmioMichael S. Tsirkin-8/+71
2015-03-13virtio_mmio: generation supportMichael S. Tsirkin-0/+11
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin-5/+14
2015-03-10virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin-0/+2
2015-02-17virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell-1/+4
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell-2/+2
2015-02-11virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa-3/+3
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll-50/+81
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin-8/+0
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin-4/+21
2015-01-21virtio_pci: add an option to disable legacy driverMichael S. Tsirkin-1/+31
2015-01-21virtio_pci: drop Kconfig warningsMichael S. Tsirkin-3/+0
2015-01-21virtio_pci: Kconfig grammar fixMichael S. Tsirkin-1/+1
2015-01-21virtio_ring: coding style fixMichael S. Tsirkin-2/+1
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin-2/+1
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin-2/+19
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin-8/+52
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell-1/+59
2015-01-21virtio_pci: modern driverMichael S. Tsirkin-7/+621
2015-01-21virtio_pci: move probe/remove code to commonMichael S. Tsirkin-72/+77
2015-01-21virtio_pci: drop useless del_vqs callSasha Levin-1/+0
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin-0/+6
2015-01-06virtio_pci: document why we defer kfreeMichael S. Tsirkin-0/+3
2015-01-06virtio_pci: defer kfree until release callbackSasha Levin-6/+4
2015-01-06virtio_pci: device-specific release callbackMichael S. Tsirkin-10/+9
2015-01-06virtio: make del_vqs idempotentMichael S. Tsirkin-0/+1
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-41/+66
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+56
2014-12-17virtio_pci: restore module attributesHerbert Xu-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin-26/+38
2014-12-11virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin-1/+0
2014-12-11virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin-14/+23
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin-4/+5
2014-12-09virtio_pci: update file descriptions and copyrightMichael S. Tsirkin-3/+12
2014-12-09virtio_pci: split out legacy device supportMichael S. Tsirkin-408/+468
2014-12-09virtio_pci: setup config vector indirectlyMichael S. Tsirkin-6/+13
2014-12-09virtio_pci: setup vqs indirectlyMichael S. Tsirkin-23/+46
2014-12-09virtio_pci: delete vqs indirectlyMichael S. Tsirkin-7/+20
2014-12-09virtio_pci: use priv for vq notificationMichael S. Tsirkin-3/+2
2014-12-09virtio_pci: free up vq->privMichael S. Tsirkin-25/+31
2014-12-09virtio_pci: fix coding style for structsMichael S. Tsirkin-4/+2
2014-12-09virtio_pci: add isr fieldMichael S. Tsirkin-1/+6
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin-4/+0
2014-12-09virtio_balloon: drop legacy_only driver flagMichael S. Tsirkin-1/+0
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin-9/+20
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin-0/+7
2014-12-09virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin-1/+7
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin-0/+1
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin-1/+24