Age | Commit message (Expand) | Author |
2021-05-04 | virtio_pci_modern: __force cast the notify mapping | Michael S. Tsirkin |
2021-05-03 | virtio-pci library: report resource address | Jason Wang |
2021-05-03 | virtio-pci library: switch to use vp_modern_map_vq_notify() | Jason Wang |
2021-02-23 | virtio-pci: introduce modern device module | Jason Wang |
2021-02-23 | virito-pci-modern: rename map_capability() to vp_modern_map_capability() | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helper to get notification offset | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helper for getting queue nums | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helper for setting/geting queue size | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helper to set/get queue_enable | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce vp_modern_queue_address() | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce vp_modern_set_queue_vector() | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce vp_modern_generation() | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helpers for setting and getting features | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helpers for setting and getting status | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce helper to set config vector | Jason Wang |
2021-02-23 | virtio-pci-modern: introduce vp_modern_remove() | Jason Wang |
2021-02-23 | virtio-pci-modern: factor out modern device initialization logic | Jason Wang |
2021-02-23 | virtio-pci: split out modern device | Jason Wang |
2021-02-23 | virtio-pci: do not access iomem via struct virtio_pci_device directly | Jason Wang |
2020-09-10 | virtio: Implement get_shm_region for PCI transport | Sebastien Boeuf |
2020-08-14 | virtio: pci: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski |
2020-08-05 | virtio_pci_modern: Fix the comment of virtio_pci_find_capability() | Liao Pingfang |
2020-06-02 | virtio: add VIRTIO_RING_NO_LEGACY | Matej Genci |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78 | Thomas Gleixner |
2018-06-12 | virtio_pci: support enabling VFs | Tiwei Bie |
2017-05-02 | virtio: add context flag to find vqs | Michael S. Tsirkin |
2017-04-11 | Revert "virtio_pci: remove struct virtio_pci_vq_info" | Michael S. Tsirkin |
2017-04-11 | Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev" | Michael S. Tsirkin |
2017-02-27 | virtio: provide a method to get the IRQ affinity mask for a virtqueue | Christoph Hellwig |
2017-02-27 | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig |
2017-02-27 | virtio_pci: don't duplicate the msix_enable flag in struct pci_dev | Christoph Hellwig |
2017-02-27 | virtio_pci: remove struct virtio_pci_vq_info | Christoph Hellwig |
2016-12-15 | virtio_pci_modern: fix complaint by sparse | Gonglei |
2016-04-07 | virtio: virtio 1.0 cs04 spec compliance for reset | Michael S. Tsirkin |
2016-03-02 | virtio_pci: Use the DMA API if enabled | Andy Lutomirski |
2016-03-02 | virtio-pci: read the right virtio_pci_notify_cap field | Ladi Prosek |
2016-01-12 | virtio: make find_vqs() checkpatch.pl-friendly | Stefan Hajnoczi |
2015-06-24 | virtio-pci: alloc only resources actually used. | Gerd Hoffmann |
2015-04-15 | virtio_pci: support non-legacy balloon devices | Michael S. Tsirkin |
2015-04-01 | virtio_pci_modern: switch to type-safe io accessors | Michael S. Tsirkin |
2015-04-01 | virtio_pci_modern: type-safe io accessors | Michael S. Tsirkin |
2015-02-11 | virtio_pci: use 16-bit accessor for queue_enable. | Rusty Russell |
2015-01-21 | virtio_pci_modern: drop an unused function | Michael S. Tsirkin |
2015-01-21 | virtio_pci_modern: support devices with no config | Michael S. Tsirkin |
2015-01-21 | virtio_pci_modern: reduce number of mappings | Michael S. Tsirkin |
2015-01-21 | virtio_pci: macros for PCI layout offsets | Rusty Russell |
2015-01-21 | virtio_pci: modern driver | Michael S. Tsirkin |