summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_vdpa.c
AgeCommit message (Expand)Author
2024-03-19virtio_vdpa: create vqs with the actual sizeZhu Lingshan
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu
2023-09-03virtio_vdpa: build affinity masks conditionallyJason Wang
2023-08-10virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs()Gal Pressman
2023-06-27virtio-vdpa: Fix unchecked call to NULL set_vq_affinityDragos Tatulea
2023-04-21virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji
2023-04-21virtio-vdpa: Support interrupt affinity spreading mechanismXie Yongji
2023-04-21vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji
2023-02-20virtio-vdpa: support per vq dma deviceJason Wang
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin
2022-08-16virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()"Michael S. Tsirkin
2022-08-11virtio_vdpa: support the arg sizes of find_vqs()Bo Liu
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit
2021-11-01virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}Wu Zongyong
2021-08-11virtio_vdpa: reject invalid vq indicesVincent Whitchurch
2021-07-08virtio/vdpa: clear the virtqueue state during probeEli Cohen
2021-02-23virtio_vdpa: don't warn when fail to disable vqJason Wang
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin
2020-04-01virtio: introduce a vDPA based transportJason Wang