aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04virtio: pci: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-10-29virtio_ring: change host notification APIGravatar Heinz Graalfs 1-1/+2
2013-09-09virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PMGravatar Aaron Lu 1-2/+2
2013-07-02virtio-pci: fix leaks of msix_affinity_masksGravatar Andrew Vagin 1-2/+3
2013-02-11virtio: make pci_device_id constGravatar Stephen Hemminger 1-3/+3
2013-02-11virtio: make config_ops constGravatar Stephen Hemminger 1-1/+1
2013-01-03Drivers: virtio: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-4/+4
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Gravatar Rusty Russell 1-4/+2
2012-12-18virtio-pci: use module_pci_driver to simplify the codeGravatar Wei Yongjun 1-13/+1
2012-09-28drivers/virtio/virtio_pci.c: fix error return codeGravatar Peter Senna Tschudin 1-1/+3
2012-09-28virtio: support reserved vqsGravatar Michael S. Tsirkin 1-1/+4
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 1-8/+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 1-27/+1
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: harsher barriers for rpmsg.Gravatar Rusty Russell 1-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+18
2011-11-24virtio-pci: make reset operation saferGravatar Michael S. Tsirkin 1-0/+18
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 1-0/+8
2011-11-14virtio-pci: fix use after freeGravatar Michael S. Tsirkin 1-5/+6
2011-11-02virtio: Dont add "config" to list for !per_vq_vectorGravatar Krishna Kumar 1-3/+7
2011-04-21virtio_pci: Prevent double-free of pci regions after device hot-unplugGravatar Amit Shah 1-7/+8
2011-01-20virtio: remove virtio-pci root deviceGravatar Milton Miller 1-18/+2
2010-06-23virtio-pci: disable msi at startupGravatar Michael S. Tsirkin 1-0/+3
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16Fix typos in commentsGravatar Thomas Weber 1-1/+1
2010-03-02virtio: set pci bus master enable bitGravatar Michael S. Tsirkin 1-0/+1
2010-02-28virtio: fix out of range array accessGravatar Michael S. Tsirkin 1-1/+2
2010-02-24Add __devexit_p around reference to virtio_pci_removeGravatar Jamie Lokier 1-1/+1
2009-10-29virtio-pci: fix per-vq MSI-X request logicGravatar Michael S. Tsirkin 1-12/+15
2009-09-23virtio_pci: minor MSI-X cleanupsGravatar Rusty Russell 1-55/+70
2009-07-30virtio: refactor find_vqsGravatar Michael S. Tsirkin 1-93/+119
2009-07-30virtio: delete vq from listGravatar Michael S. Tsirkin 1-1/+5
2009-07-30virtio: fix memory leak on device removalGravatar Michael S. Tsirkin 1-13/+15
2009-07-17virtio-pci: correctly unregister root device on errorGravatar Mark McLoughlin 1-1/+1
2009-06-12virtio_pci: optional MSI-X supportGravatar Michael S. Tsirkin 1-19/+209
2009-06-12virtio_pci: split up vp_interruptGravatar Michael S. Tsirkin 1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsGravatar Michael S. Tsirkin 1-7/+30
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Gravatar Rusty Russell 1-2/+3
2009-02-02virtio-pci: do not oops on config change if driver not loadedGravatar Mark McLoughlin 1-1/+1
2009-01-06virtio: do not statically allocate root deviceGravatar Mark McLoughlin 1-10/+7
2008-12-30virtio: add PCI device release() functionGravatar Mark McLoughlin 1-6/+15
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueGravatar Rusty Russell 1-2/+2
2008-12-30virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.Gravatar Rusty Russell 1-2/+2