aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_common.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsGravatar Christoph Hellwig 1-40/+57
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsGravatar Christoph Hellwig 1-34/+27
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsGravatar Christoph Hellwig 1-1/+0
2016-12-16virtio_pci: use pci_alloc_irq_vectorsGravatar Christoph Hellwig 1-25/+17
2016-12-16virtio: clean up handling of request_irq failureGravatar Michael S. Tsirkin 1-3/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceGravatar Robin H. Johnson 1-1/+1
2016-01-26virtio_pci: fix use after free on releaseGravatar Michael S. Tsirkin 1-0/+2
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-2/+2
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-7/+0
2015-06-24virtio-pci: alloc only resources actually used.Gravatar Gerd Hoffmann 1-7/+0
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2015-06-04virtio_pci: Clear stale cpumask when setting irq affinityGravatar Jiang Liu 1-0/+1
2015-05-07virtio_pci: drop pci_msi_off() call during probeGravatar Michael S. Tsirkin 1-3/+0
2015-01-21virtio_pci: add module param to force legacy modeGravatar Michael S. Tsirkin 1-4/+21
2015-01-21virtio_pci: modern driverGravatar Michael S. Tsirkin 1-3/+11
2015-01-21virtio_pci: move probe/remove code to commonGravatar Michael S. Tsirkin 1-2/+67
2015-01-06virtio_pci: device-specific release callbackGravatar Michael S. Tsirkin 1-9/+0
2015-01-06virtio: make del_vqs idempotentGravatar Michael S. Tsirkin 1-0/+1
2014-12-17virtio_pci: restore module attributesGravatar Herbert Xu 1-0/+5
2014-12-14virtio_pci: move probe to common fileGravatar Michael S. Tsirkin 1-1/+33
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonGravatar Michael S. Tsirkin 1-0/+464