aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_vdpa.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19virtio_vdpa: create vqs with the actual sizeZhu Lingshan1-1/+4
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu1-1/+1
2023-09-03virtio_vdpa: build affinity masks conditionallyJason Wang1-6/+11
2023-08-10virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs()Gal Pressman1-0/+2
2023-06-27virtio-vdpa: Fix unchecked call to NULL set_vq_affinityDragos Tatulea1-1/+3
2023-04-21virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz1-2/+21
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji1-0/+1
2023-04-21virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji1-0/+68
2023-04-21vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji1-0/+28
2023-02-20virtio-vdpa: support per vq dma deviceJason Wang1-3/+10
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-1/+0
2022-08-16virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()"Michael S. Tsirkin1-9/+6
2022-08-11virtio_vdpa: support the arg sizes of find_vqs()Bo Liu1-6/+9
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-0/+1
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+2
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-5/+5
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar1-1/+1
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen1-1/+1
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-2/+1
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen1-1/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit1-2/+1
2021-11-01virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}Wu Zongyong1-5/+11
2021-08-11virtio_vdpa: reject invalid vq indicesVincent Whitchurch1-0/+3
2021-07-08virtio/vdpa: clear the virtqueue state during probeEli Cohen1-0/+15
2021-02-23virtio_vdpa: don't warn when fail to disable vqJason Wang1-2/+1
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin1-6/+3
2020-04-01virtio: introduce a vDPA based transportJason Wang1-0/+396