aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_common.h
AgeCommit message (Expand)Author
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Jason Wang
2022-03-28Revert "virtio-pci: harden INTX interrupts"Jason Wang
2021-11-01virtio-pci: harden INTX interruptsJason Wang
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang
2021-11-01virtio-pci: introduce legacy device moduleWu Zongyong
2021-02-23virtio-pci: introduce modern device moduleJason Wang
2021-02-23virtio-pci: split out modern deviceJason Wang
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin
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-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: 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: use pci_alloc_irq_vectorsChristoph Hellwig
2016-03-02virtio_pci: Use the DMA API if enabledAndy Lutomirski
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2015-06-24virtio-pci: alloc only resources actually used.Gerd Hoffmann
2015-01-21virtio_pci: add an option to disable legacy driverMichael S. Tsirkin
2015-01-21virtio_pci_modern: reduce number of mappingsMichael 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
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin
2014-12-11virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin