aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_modern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner1-4/+1
2018-06-12virtio_pci: support enabling VFsTiwei Bie1-0/+14
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-4/+8
2017-04-11Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin1-1/+5
2017-04-11Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin1-1/+1
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig1-0/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-4/+3
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig1-1/+1
2017-02-27virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig1-5/+1
2016-12-15virtio_pci_modern: fix complaint by sparseGonglei1-4/+4
2016-04-07virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin1-3/+8
2016-03-02virtio_pci: Use the DMA API if enabledAndy Lutomirski1-45/+16
2016-03-02virtio-pci: read the right virtio_pci_notify_cap fieldLadi Prosek1-1/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-06-24virtio-pci: alloc only resources actually used.Gerd Hoffmann1-6/+18
2015-04-15virtio_pci: support non-legacy balloon devicesMichael S. Tsirkin1-3/+0
2015-04-01virtio_pci_modern: switch to type-safe io accessorsMichael S. Tsirkin1-41/+42
2015-04-01virtio_pci_modern: type-safe io accessorsMichael S. Tsirkin1-0/+37
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell1-2/+2
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin1-8/+0
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin1-2/+19
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin1-8/+49
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell1-1/+59
2015-01-21virtio_pci: modern driverMichael S. Tsirkin1-0/+587