summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_common.c
Commit message (Expand)AuthorAge
* virtio_pci: don't kfree device on register failureweiping zhang2018-02-01
* virtio_pci: fix cpu affinity supportChristoph Hellwig2017-08-25
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-02
* virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier2017-04-11
* Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin2017-04-11
* Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin2017-04-10
* virtio_pci: fix out of bound access for msix_namesJason Wang2017-03-28
* virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-27
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-27
* virtio_pci: simplify MSI-X setupChristoph Hellwig2017-02-27
* virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-27
* virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig2017-02-27
* virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig2017-02-27
* virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig2016-12-16
* virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig2016-12-16
* virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig2016-12-16
* virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-12-16
* virtio: clean up handling of request_irq failureMichael S. Tsirkin2016-12-16
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-16
|\
| * PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-08
* | virtio_pci: fix use after free on releaseMichael S. Tsirkin2016-01-26
|/
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-12
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-03
|\
| * virtio-pci: alloc only resources actually used.Gerd Hoffmann2015-06-24
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-23
|\ \
| * | virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin2015-05-07
| |/
* | virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu2015-06-04
|/
* virtio_pci: add module param to force legacy modeMichael S. Tsirkin2015-01-21
* virtio_pci: modern driverMichael S. Tsirkin2015-01-21
* virtio_pci: move probe/remove code to commonMichael S. Tsirkin2015-01-21
* virtio_pci: device-specific release callbackMichael S. Tsirkin2015-01-06
* virtio: make del_vqs idempotentMichael S. Tsirkin2015-01-06
* virtio_pci: restore module attributesHerbert Xu2014-12-17
* virtio_pci: move probe to common fileMichael S. Tsirkin2014-12-14
* virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin2014-12-09