aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-06virtio-input: reset device and detach unused during removeJason Wang1-0/+4
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-14/+32
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-24virtio-pci: alloc only resources actually used.Gerd Hoffmann4-14/+32
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+0
2015-06-04virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu1-0/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-07virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin1-3/+0
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin1-6/+0
2015-04-15virtio_pci: support non-legacy balloon devicesMichael S. Tsirkin1-3/+0
2015-04-15virtio_mmio: support non-legacy balloon devicesMichael S. Tsirkin1-8/+0
2015-04-15virtio: balloon might not be a legacy deviceMichael S. Tsirkin1-1/+1
2015-04-15virtio_balloon: transitional interfaceMichael S. Tsirkin1-6/+15
2015-04-01virtio_pci_modern: switch to type-safe io accessorsMichael S. Tsirkin1-41/+42
2015-04-01virtio_pci_modern: type-safe io accessorsMichael S. Tsirkin1-0/+37
2015-03-29Add virtio-input driver.Gerd Hoffmann3-0/+395
2015-03-17virtio_mmio: fix access width for mmioMichael S. Tsirkin1-8/+71
2015-03-13virtio_mmio: generation supportMichael S. Tsirkin1-0/+11
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin1-5/+14
2015-03-10virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin1-0/+2
2015-02-17virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell1-1/+4
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell1-2/+2
2015-02-11virtio: Avoid possible kernel panic if DEBUG is enabled.Tetsuo Handa1-3/+3
2015-01-23virtio-mmio: Update the device to OASIS spec versionPawel Moll1-50/+81
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin1-8/+0
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin1-4/+21
2015-01-21virtio_pci: add an option to disable legacy driverMichael S. Tsirkin3-1/+31
2015-01-21virtio_pci: drop Kconfig warningsMichael S. Tsirkin1-3/+0
2015-01-21virtio_pci: Kconfig grammar fixMichael S. Tsirkin1-1/+1
2015-01-21virtio_ring: coding style fixMichael S. Tsirkin1-2/+1
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin1-2/+1
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin1-2/+19
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin2-8/+52
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell1-1/+59
2015-01-21virtio_pci: modern driverMichael S. Tsirkin4-7/+621
2015-01-21virtio_pci: move probe/remove code to commonMichael S. Tsirkin3-72/+77
2015-01-21virtio_pci: drop useless del_vqs callSasha Levin1-1/+0
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-06virtio_pci: document why we defer kfreeMichael S. Tsirkin1-0/+3
2015-01-06virtio_pci: defer kfree until release callbackSasha Levin1-6/+4
2015-01-06virtio_pci: device-specific release callbackMichael S. Tsirkin3-10/+9
2015-01-06virtio: make del_vqs idempotentMichael S. Tsirkin1-0/+1
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-41/+66
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+56
2014-12-17virtio_pci: restore module attributesHerbert Xu1-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin3-26/+38
2014-12-11virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin1-1/+0
2014-12-11virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin1-14/+23
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin4-4/+5