summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-07-271-1/+1
* virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-03-131-4/+2
* virtio: pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-041-2/+0
* virtio_ring: change host notification APIHeinz Graalfs2013-10-291-1/+2
* virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-091-2/+2
* virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin2013-07-021-2/+3
* virtio: make pci_device_id constStephen Hemminger2013-02-111-3/+3
* virtio: make config_ops constStephen Hemminger2013-02-111-1/+1
* Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell2012-12-181-4/+2
* virtio-pci: use module_pci_driver to simplify the codeWei Yongjun2012-12-181-13/+1
* drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin2012-09-281-1/+3
* virtio: support reserved vqsMichael S. Tsirkin2012-09-281-1/+4
* 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-281-8/+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-311-27/+1
* 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: harsher barriers for rpmsg.Rusty Russell2012-01-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-0/+18
|\
| * virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-241-0/+18
* | 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-161-0/+8
|/
* virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-021-3/+7
* virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah2011-04-211-7/+8
* virtio: remove virtio-pci root deviceMilton Miller2011-01-201-18/+2
* virtio-pci: disable msi at startupMichael S. Tsirkin2010-06-231-0/+3
* Merge branch 'master' into for-nextJiri Kosina2010-04-231-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Fix typos in commentsThomas Weber2010-03-161-1/+1
|/
* virtio: set pci bus master enable bitMichael S. Tsirkin2010-03-021-0/+1
* virtio: fix out of range array accessMichael S. Tsirkin2010-02-281-1/+2
* Add __devexit_p around reference to virtio_pci_removeJamie Lokier2010-02-241-1/+1
* virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin2009-10-291-12/+15
* virtio_pci: minor MSI-X cleanupsRusty Russell2009-09-231-55/+70
* virtio: refactor find_vqsMichael S. Tsirkin2009-07-301-93/+119
* virtio: delete vq from listMichael S. Tsirkin2009-07-301-1/+5
* virtio: fix memory leak on device removalMichael S. Tsirkin2009-07-301-13/+15
* virtio-pci: correctly unregister root device on errorMark McLoughlin2009-07-171-1/+1
* virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-121-19/+209
* virtio_pci: split up vp_interruptMichael S. Tsirkin2009-06-121-19/+34
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-7/+30
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-2/+3
* virtio-pci: do not oops on config change if driver not loadedMark McLoughlin2009-02-021-1/+1
* virtio: do not statically allocate root deviceMark McLoughlin2009-01-061-10/+7
* virtio: add PCI device release() functionMark McLoughlin2008-12-301-6/+15