aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf
AgeCommit message (Expand)AuthorFilesLines
2020-12-18vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeGravatar Christophe JAILLET 1-9/+2
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Gravatar Jason Wang 2-3/+4
2020-08-26vdpa: ifcvf: return err when fail to request config irqGravatar Jason Wang 1-0/+4
2020-08-05vdpa: Modify get_vq_state() to return error codeGravatar Eli Cohen 1-2/+3
2020-08-05net/vdpa: Use struct for set/get vq stateGravatar Eli Cohen 3-8/+9
2020-08-05vdpa: remove hard coded virtq numGravatar Max Gurtovoy 1-1/+2
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Gravatar Zhu Lingshan 1-2/+16
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMGravatar Michael S. Tsirkin 1-1/+1
2020-06-06ifcvf: implement config interrupt in IFCVFGravatar Zhu Lingshan 3-1/+29
2020-06-06ifcvf: ignore continuous setting same status valueGravatar Zhu Lingshan 1-0/+3
2020-06-04ifcvf: move IRQ request/free to status change handlersGravatar Zhu Lingshan 1-47/+73
2020-04-17vdpa: allow a 32 bit vq alignmentGravatar Michael S. Tsirkin 1-1/+1
2020-04-16vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'Gravatar YueHaibing 2-4/+0
2020-04-02vdpa: move to drivers/vdpaGravatar Michael S. Tsirkin 4-0/+945