aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin1-52/+2
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-5/+1
2014-10-15virtio_pci: fix virtio spec compliance on restoreMichael S. Tsirkin1-3/+30
2014-07-27virtio: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-13virtio: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-4/+2
2013-12-04virtio: pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-29virtio_ring: change host notification APIHeinz Graalfs1-1/+2
2013-09-09virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2
2013-07-02virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin1-2/+3
2013-02-11virtio: make pci_device_id constStephen Hemminger1-3/+3
2013-02-11virtio: make config_ops constStephen Hemminger1-1/+1
2013-01-03Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell1-4/+2
2012-12-18virtio-pci: use module_pci_driver to simplify the codeWei Yongjun1-13/+1
2012-09-28drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin1-1/+3
2012-09-28virtio: support reserved vqsMichael S. Tsirkin1-1/+4
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang1-0/+46
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang1-8/+5
2012-03-31virtio-pci: switch to PM ops macro to initialise PM functionsAmit Shah1-6/+1
2012-03-31virtio-pci: S3 supportAmit Shah1-21/+3
2012-03-31virtio-pci: drop restore_common()Amit Shah1-16/+7
2012-03-31virtio: drop thaw PM operationAmit Shah1-27/+1
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah1-2/+92
2012-01-12virtio: pci: switch to new PM APIAmit Shah1-4/+12
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell1-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+18
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin1-0/+18
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones1-0/+8
2011-11-14virtio-pci: fix use after freeMichael S. Tsirkin1-5/+6
2011-11-02virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar1-3/+7
2011-04-21virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah1-7/+8
2011-01-20virtio: remove virtio-pci root deviceMilton Miller1-18/+2
2010-06-23virtio-pci: disable msi at startupMichael S. Tsirkin1-0/+3
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-02virtio: set pci bus master enable bitMichael S. Tsirkin1-0/+1
2010-02-28virtio: fix out of range array accessMichael S. Tsirkin1-1/+2
2010-02-24Add __devexit_p around reference to virtio_pci_removeJamie Lokier1-1/+1
2009-10-29virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin1-12/+15
2009-09-23virtio_pci: minor MSI-X cleanupsRusty Russell1-55/+70
2009-07-30virtio: refactor find_vqsMichael S. Tsirkin1-93/+119
2009-07-30virtio: delete vq from listMichael S. Tsirkin1-1/+5
2009-07-30virtio: fix memory leak on device removalMichael S. Tsirkin1-13/+15
2009-07-17virtio-pci: correctly unregister root device on errorMark McLoughlin1-1/+1
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin1-19/+209
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-7/+30
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-2/+3