aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_modern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang1-2/+4
2021-05-04virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin1-1/+1
2021-05-03virtio-pci library: report resource addressJason Wang1-1/+1
2021-05-03virtio-pci library: switch to use vp_modern_map_vq_notify()Jason Wang1-25/+2
2021-02-23virtio-pci: introduce modern device moduleJason Wang1-617/+0
2021-02-23virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang1-16/+30
2021-02-23virtio-pci-modern: introduce helper to get notification offsetJason Wang1-5/+16
2021-02-23virtio-pci-modern: introduce helper for getting queue numsJason Wang1-1/+12
2021-02-23virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang1-2/+32
2021-02-23virtio-pci-modern: introduce helper to set/get queue_enableJason Wang1-6/+31
2021-02-23virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang1-6/+27
2021-02-23virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang1-12/+23
2021-02-23virtio-pci-modern: introduce vp_modern_generation()Jason Wang1-3/+14
2021-02-23virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang1-10/+33
2021-02-23virtio-pci-modern: introduce helpers for setting and getting statusJason Wang1-8/+29
2021-02-23virtio-pci-modern: introduce helper to set config vectorJason Wang1-2/+14
2021-02-23virtio-pci-modern: introduce vp_modern_remove()Jason Wang1-2/+12
2021-02-23virtio-pci-modern: factor out modern device initialization logicJason Wang1-14/+36
2021-02-23virtio-pci: split out modern deviceJason Wang1-70/+89
2021-02-23virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang1-30/+46
2020-09-10virtio: Implement get_shm_region for PCI transportSebastien Boeuf1-0/+95
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang1-0/+1
2020-06-02virtio: add VIRTIO_RING_NO_LEGACYMatej Genci1-0/+1
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