summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-pci: Fix legacy device flag setting error in probeFeng Liu2023-08-101-0/+1
* virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"Michael S. Tsirkin2022-08-161-5/+1
* virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo2022-08-111-1/+5
* virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
* virtio-pci: implement synchronize_cbs()Jason Wang2022-05-311-0/+1
* virtio: Replace unsigned with unsigned intSolomon Tan2022-05-311-5/+5
* Revert "virtio_pci: harden MSI-X interrupts"Jason Wang2022-03-281-3/+2
* virtio-pci: fix the confusing error message王贇2022-01-141-1/+1
* virtio_pci: harden MSI-X interruptsJason Wang2021-11-011-2/+3
* virtio-pci: introduce legacy device moduleWu Zongyong2021-11-011-74/+27
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78Thomas Gleixner2019-05-241-4/+1
* virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang2018-12-191-2/+4
* virtio: pci-legacy: Validate queue pfnSuzuki K Poulose2018-08-221-2/+12
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-021-1/+3
* Revert "virtio_pci: remove struct virtio_pci_vq_info"Michael S. Tsirkin2017-04-111-1/+5
* Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev"Michael S. Tsirkin2017-04-111-1/+1
* virtio: provide a method to get the IRQ affinity mask for a virtqueueChristoph Hellwig2017-02-271-0/+1
* virtio_pci: don't duplicate the msix_enable flag in struct pci_devChristoph Hellwig2017-02-271-1/+1
* virtio_pci: remove struct virtio_pci_vq_infoChristoph Hellwig2017-02-271-5/+1
* virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon2016-10-311-4/+12
* virtio_pci: Use the DMA API if enabledAndy Lutomirski2016-03-021-25/+17
* virtio-pci: alloc only resources actually used.Gerd Hoffmann2015-06-241-1/+12
* virtio_pci: move probe/remove code to commonMichael S. Tsirkin2015-01-211-67/+8
* virtio_pci: drop useless del_vqs callSasha Levin2015-01-211-1/+0
* virtio_pci: document why we defer kfreeMichael S. Tsirkin2015-01-061-0/+3
* virtio_pci: defer kfree until release callbackSasha Levin2015-01-061-6/+4
* virtio_pci: device-specific release callbackMichael S. Tsirkin2015-01-061-0/+9
* virtio_pci: move probe to common fileMichael S. Tsirkin2014-12-141-22/+2
* virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin2014-12-091-1/+1
* virtio_pci: update file descriptions and copyrightMichael S. Tsirkin2014-12-091-1/+4
* virtio_pci: split out legacy device supportMichael S. Tsirkin2014-12-091-0/+323