Age | Commit message (Expand) | Author |
2022-08-16 | virtio: Revert "virtio: find_vqs() add arg sizes" | Michael S. Tsirkin |
2022-08-16 | virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()" | Michael S. Tsirkin |
2022-08-11 | virtio_pci: support the arg sizes of find_vqs() | Xuan Zhuo |
2022-08-11 | virtio: find_vqs() add arg sizes | Xuan Zhuo |
2022-05-31 | virtio: Replace unsigned with unsigned int | Solomon Tan |
2022-03-28 | Revert "virtio_pci: harden MSI-X interrupts" | Jason Wang |
2022-03-28 | Revert "virtio-pci: harden INTX interrupts" | Jason Wang |
2021-11-01 | virtio-pci: harden INTX interrupts | Jason Wang |
2021-11-01 | virtio_pci: harden MSI-X interrupts | Jason Wang |
2021-11-01 | virtio-pci: introduce legacy device module | Wu Zongyong |
2021-02-23 | virtio-pci: introduce modern device module | Jason Wang |
2021-02-23 | virtio-pci: split out modern device | Jason Wang |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78 | Thomas Gleixner |
2018-08-11 | virtio: Make vp_set_vq_affinity() take a mask. | Caleb Raitto |
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: use shared interrupts for virtqueues" | 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: use shared interrupts for virtqueues | Christoph Hellwig |
2017-02-27 | virtio_pci: remove struct virtio_pci_vq_info | Christoph Hellwig |
2016-12-16 | virtio_pci: use pci_alloc_irq_vectors | Christoph Hellwig |
2016-03-02 | virtio_pci: Use the DMA API if enabled | Andy Lutomirski |
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-01-21 | virtio_pci: add an option to disable legacy driver | Michael S. Tsirkin |
2015-01-21 | virtio_pci_modern: reduce number of mappings | Michael S. Tsirkin |
2015-01-21 | virtio_pci: modern driver | Michael S. Tsirkin |
2015-01-21 | virtio_pci: move probe/remove code to common | Michael S. Tsirkin |
2015-01-06 | virtio_pci: device-specific release callback | Michael S. Tsirkin |
2014-12-14 | virtio_pci: move probe to common file | Michael S. Tsirkin |
2014-12-11 | virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY | Michael S. Tsirkin |
2014-12-09 | virtio_pci: rename virtio_pci -> virtio_pci_common | Michael S. Tsirkin |