aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-13virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin1-2/+2
2022-10-07virtio_pci: don't try to use intxif pin is zeroAngus Chen1-0/+3
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-1/+1
2022-08-16virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"Michael S. Tsirkin1-10/+8
2022-08-11virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo1-8/+10
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-1/+1
2022-08-11virtio_pci: support VIRTIO_F_RING_RESETXuan Zhuo1-3/+9
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-6/+6
2022-05-31virtio-pci: Remove wrong address verification in vp_del_vqs()Murilo Opsfelder Araujo1-2/+1
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Jason Wang1-21/+6
2022-03-28Revert "virtio-pci: harden INTX interrupts"Jason Wang1-21/+2
2021-11-01virtio-pci: harden INTX interruptsJason Wang1-2/+21
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang1-6/+21
2021-11-01virtio-pci: introduce legacy device moduleWu Zongyong1-4/+6
2021-08-10virtio_pci: Support surprise removal of virtio pci deviceParav Pandit1-0/+7
2020-02-06virtio-pci: check name when counting MSI-X vectorsDaniel Verkamp1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner1-4/+1
2019-04-08virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng1-3/+5
2019-01-14virtio_pci: use queue idx instead of array idx to set up the vqWei Wang1-4/+4
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto1-4/+3
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+30
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-12virtio_pci: support enabling VFsTiwei Bie1-0/+30
2018-02-01virtio_pci: don't kfree device on register failureweiping zhang1-2/+6
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig1-3/+7
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-6/+11
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier1-3/+6
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin1-38/+90
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin1-110/+134
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin1-2/+3
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin1-17/+15
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin1-5/+4
2017-03-28virtio_pci: fix out of bound access for msix_namesJason Wang1-4/+5
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig1-0/+11
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-7/+12
2017-02-27virtio_pci: simplify MSI-X setupChristoph Hellwig1-17/+18
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig1-3/+2
2017-02-27virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig1-131/+104
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig1-83/+34
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig1-40/+57
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig1-34/+27
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig1-1/+0
2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig1-25/+17
2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin1-3/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson1-1/+1
2016-01-26virtio_pci: fix use after free on releaseMichael S. Tsirkin1-0/+2
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-2/+2
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+0