aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_modern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-5/+2
2022-08-16virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"Michael S. Tsirkin1-7/+3
2022-08-11virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo1-3/+7
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-2/+5
2022-08-11virtio_pci: support VIRTIO_F_RING_RESETXuan Zhuo1-0/+88
2022-08-11virtio_pci: extract the logic of active vq for modern pciXuan Zhuo1-18/+28
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+2
2022-05-31virtio-pci: implement synchronize_cbs()Jason Wang1-0/+2
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-6/+6
2022-03-28virtio: pci: check bar values read from virtio config spaceKeir Fraser1-3/+9
2022-03-28Revert "virtio_pci: harden MSI-X interrupts"Jason Wang1-4/+2
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