aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_common.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2019-04-08virtio_pci: fix a NULL pointer reference in vp_del_vqsLongpeng
2019-01-14virtio_pci: use queue idx instead of array idx to set up the vqWei Wang
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12virtio_pci: support enabling VFsTiwei Bie
2018-02-01virtio_pci: don't kfree device on register failureweiping zhang
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin
2017-04-11virtio-pci: Remove affinity hint before freeing the interruptMarc Zyngier
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: use shared interrupts for virtqueues"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin
2017-04-11Revert "virtio_pci: simplify MSI-X setup"Michael S. Tsirkin
2017-04-10Revert "virtio_pci: fix out of bound access for msix_names"Michael S. Tsirkin
2017-03-28virtio_pci: fix out of bound access for msix_namesJason Wang
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-02-27virtio_pci: simplify MSI-X setupChristoph Hellwig
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig
2017-02-27virtio_pci: use shared interrupts for virtqueuesChristoph Hellwig
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig
2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson
2016-01-26virtio_pci: fix use after free on releaseMichael S. Tsirkin
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-06-24virtio-pci: alloc only resources actually used.Gerd Hoffmann
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-04virtio_pci: Clear stale cpumask when setting irq affinityJiang Liu
2015-05-07virtio_pci: drop pci_msi_off() call during probeMichael S. Tsirkin
2015-01-21virtio_pci: add module param to force legacy modeMichael S. Tsirkin
2015-01-21virtio_pci: modern driverMichael S. Tsirkin
2015-01-21virtio_pci: move probe/remove code to commonMichael S. Tsirkin
2015-01-06virtio_pci: device-specific release callbackMichael S. Tsirkin
2015-01-06virtio: make del_vqs idempotentMichael S. Tsirkin
2014-12-17virtio_pci: restore module attributesHerbert Xu
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin