summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_common.c
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig2016-12-161-40/+57
* virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig2016-12-161-34/+27
* virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig2016-12-161-1/+0
* virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-12-161-25/+17
* virtio: clean up handling of request_irq failureMichael S. Tsirkin2016-12-161-3/+1
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+1
|\
| * PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-081-1/+1
* | virtio_pci: fix use after free on releaseMichael S. Tsirkin2016-01-261-0/+2
|/
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-031-7/+0
|\
| * virtio-pci: alloc only resources actually used.Gerd Hoffmann2015-06-241-7/+0
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-3/+0
|\ \
| * | virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin2015-05-071-3/+0
| |/
* / virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu2015-06-041-0/+1
|/
* virtio_pci: add module param to force legacy modeMichael S. Tsirkin2015-01-211-4/+21
* virtio_pci: modern driverMichael S. Tsirkin2015-01-211-3/+11
* virtio_pci: move probe/remove code to commonMichael S. Tsirkin2015-01-211-2/+67
* virtio_pci: device-specific release callbackMichael S. Tsirkin2015-01-061-9/+0
* virtio: make del_vqs idempotentMichael S. Tsirkin2015-01-061-0/+1
* virtio_pci: restore module attributesHerbert Xu2014-12-171-0/+5
* virtio_pci: move probe to common fileMichael S. Tsirkin2014-12-141-1/+33
* virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin2014-12-091-0/+464