summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_common.c
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci: fix cpu affinity supportChristoph Hellwig2017-08-251-3/+7
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-021-6/+11
* virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier2017-04-111-3/+6
* Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin2017-04-111-38/+90
* Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin2017-04-111-110/+134
* Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin2017-04-111-2/+3
* Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin2017-04-111-17/+15
* Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin2017-04-101-5/+4
* virtio_pci: fix out of bound access for msix_namesJason Wang2017-03-281-4/+5
* virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-271-0/+11
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-7/+12
* virtio_pci: simplify MSI-X setupChristoph Hellwig2017-02-271-17/+18
* virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-271-3/+2
* virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig2017-02-271-131/+104
* virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig2017-02-271-83/+34
* 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
OpenPOWER on IntegriCloud