summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-1/+1
* vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-12-181-9/+2
* vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2020-08-262-3/+4
* vdpa: ifcvf: return err when fail to request config irqJason Wang2020-08-261-0/+4
* vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-2/+3
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-053-8/+9
* vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-1/+2
* ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan2020-08-051-2/+16
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* ifcvf: implement config interrupt in IFCVFZhu Lingshan2020-06-063-1/+29
* ifcvf: ignore continuous setting same status valueZhu Lingshan2020-06-061-0/+3
* ifcvf: move IRQ request/free to status change handlersZhu Lingshan2020-06-041-47/+73
* vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin2020-04-171-1/+1
* vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2020-04-162-4/+0
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-024-0/+945