summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_modern.c
AgeCommit message (Expand)Author
2021-11-01virtio_pci: harden MSI-X interruptsJason Wang
2021-05-04virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin
2021-05-03virtio-pci library: report resource addressJason Wang
2021-05-03virtio-pci library: switch to use vp_modern_map_vq_notify()Jason Wang
2021-02-23virtio-pci: introduce modern device moduleJason Wang
2021-02-23virito-pci-modern: rename map_capability() to vp_modern_map_capability()Jason Wang
2021-02-23virtio-pci-modern: introduce helper to get notification offsetJason Wang
2021-02-23virtio-pci-modern: introduce helper for getting queue numsJason Wang
2021-02-23virtio-pci-modern: introduce helper for setting/geting queue sizeJason Wang
2021-02-23virtio-pci-modern: introduce helper to set/get queue_enableJason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_queue_address()Jason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_set_queue_vector()Jason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_generation()Jason Wang
2021-02-23virtio-pci-modern: introduce helpers for setting and getting featuresJason Wang
2021-02-23virtio-pci-modern: introduce helpers for setting and getting statusJason Wang
2021-02-23virtio-pci-modern: introduce helper to set config vectorJason Wang
2021-02-23virtio-pci-modern: introduce vp_modern_remove()Jason Wang
2021-02-23virtio-pci-modern: factor out modern device initialization logicJason Wang
2021-02-23virtio-pci: split out modern deviceJason Wang
2021-02-23virtio-pci: do not access iomem via struct virtio_pci_device directlyJason Wang
2020-09-10virtio: Implement get_shm_region for PCI transportSebastien Boeuf
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-05virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang
2020-06-02virtio: add VIRTIO_RING_NO_LEGACYMatej Genci
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner
2018-06-12virtio_pci: support enabling VFsTiwei Bie
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: 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: remove struct virtio_pci_vq_infoChristoph Hellwig
2016-12-15virtio_pci_modern: fix complaint by sparseGonglei
2016-04-07virtio: virtio 1.0 cs04 spec compliance for resetMichael S. Tsirkin
2016-03-02virtio_pci: Use the DMA API if enabledAndy Lutomirski
2016-03-02virtio-pci: read the right virtio_pci_notify_cap fieldLadi Prosek
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2015-06-24virtio-pci: alloc only resources actually used.Gerd Hoffmann
2015-04-15virtio_pci: support non-legacy balloon devicesMichael S. Tsirkin
2015-04-01virtio_pci_modern: switch to type-safe io accessorsMichael S. Tsirkin
2015-04-01virtio_pci_modern: type-safe io accessorsMichael S. Tsirkin
2015-02-11virtio_pci: use 16-bit accessor for queue_enable.Rusty Russell
2015-01-21virtio_pci_modern: drop an unused functionMichael S. Tsirkin
2015-01-21virtio_pci_modern: support devices with no configMichael S. Tsirkin
2015-01-21virtio_pci_modern: reduce number of mappingsMichael S. Tsirkin
2015-01-21virtio_pci: macros for PCI layout offsetsRusty Russell
2015-01-21virtio_pci: modern driverMichael S. Tsirkin