aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci.c
AgeCommit message (Expand)Author
2013-02-11virtio: make pci_device_id constStephen Hemminger
2013-02-11virtio: make config_ops constStephen Hemminger
2013-01-03Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell
2012-12-18virtio-pci: use module_pci_driver to simplify the codeWei Yongjun
2012-09-28drivers/virtio/virtio_pci.c: fix error return codePeter Senna Tschudin
2012-09-28virtio: support reserved vqsMichael S. Tsirkin
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang
2012-03-31virtio-pci: switch to PM ops macro to initialise PM functionsAmit Shah
2012-03-31virtio-pci: S3 supportAmit Shah
2012-03-31virtio-pci: drop restore_common()Amit Shah
2012-03-31virtio: drop thaw PM operationAmit Shah
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah
2012-01-12virtio: pci: switch to new PM APIAmit Shah
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones
2011-11-14virtio-pci: fix use after freeMichael S. Tsirkin
2011-11-02virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar
2011-04-21virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah
2011-01-20virtio: remove virtio-pci root deviceMilton Miller
2010-06-23virtio-pci: disable msi at startupMichael S. Tsirkin
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16Fix typos in commentsThomas Weber
2010-03-02virtio: set pci bus master enable bitMichael S. Tsirkin
2010-02-28virtio: fix out of range array accessMichael S. Tsirkin
2010-02-24Add __devexit_p around reference to virtio_pci_removeJamie Lokier
2009-10-29virtio-pci: fix per-vq MSI-X request logicMichael S. Tsirkin
2009-09-23virtio_pci: minor MSI-X cleanupsRusty Russell
2009-07-30virtio: refactor find_vqsMichael S. Tsirkin
2009-07-30virtio: delete vq from listMichael S. Tsirkin
2009-07-30virtio: fix memory leak on device removalMichael S. Tsirkin
2009-07-17virtio-pci: correctly unregister root device on errorMark McLoughlin
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-02-02virtio-pci: do not oops on config change if driver not loadedMark McLoughlin
2009-01-06virtio: do not statically allocate root deviceMark McLoughlin
2008-12-30virtio: add PCI device release() functionMark McLoughlin
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell
2008-12-30virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.Rusty Russell
2008-12-30virtio: Don't use PAGE_SIZE in virtio_pci.cRusty Russell
2008-12-30virtio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-30virtio-pci queue allocation not page-alignedHollis Blanchard
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell