summaryrefslogtreecommitdiffstats
path: root/include/linux/vdpa.h
Commit message (Expand)AuthorAgeFilesLines
* vDPA: report virtio-block capacity to user spaceZhu Lingshan2024-03-191-0/+1
* vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan2024-03-191-0/+5
* vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu2023-11-011-2/+5
* vdpa: introduce .compat_reset operation callbackSi-Wei Liu2023-11-011-0/+13
* vdpa: introduce .reset_map operation callbackSi-Wei Liu2023-11-011-0/+10
* vdpa: introduce dedicated descriptor group for virtqueueSi-Wei Liu2023-11-011-0/+11
* vdpa: add get_backend_features vdpa operationEugenio Pérez2023-09-031-0/+4
* virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz2023-04-211-0/+9
* vdpa: address kdoc warningsSimon Horman2023-04-211-3/+11
* vdpa: add bind_mm/unbind_mm callbacksStefano Garzarella2023-04-211-0/+10
* vdpa: Add eventfd for the vdpa callbackXie Yongji2023-04-211-0/+6
* vdpa: Add set/get_vq_affinity callbacks in vdpa_config_opsXie Yongji2023-04-211-0/+13
* vdpa: introduce get_vq_dma_device()Jason Wang2023-02-201-0/+6
* vdpa: Add resume operationSebastien Boeuf2023-02-201-1/+5
* vdpa: device feature provisioningJason Wang2022-10-071-0/+1
* vdpa: Add suspend operationEugenio Pérez2022-08-111-0/+4
* vdpa: make get_vq_group and set_group_asid optionalJason Wang2022-06-091-2/+3
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-1/+3
|\
| * vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-1/+3
* | vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu2022-05-311-1/+1
* | vdpa: introduce config operations for associating ASID to a virtqueue groupGautam Dawar2022-05-311-0/+8
* | vdpa: multiple address spaces supportGautam Dawar2022-05-311-9/+19
* | vdpa: introduce virtqueue groupsGautam Dawar2022-05-311-4/+12
* | net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen2022-05-311-6/+6
* | vdpa: Add support for querying vendor statisticsEli Cohen2022-05-311-0/+3
|/
* vdpa: change the type of nvqs to u32Longpeng2022-03-281-3/+3
* vdpa: support exposing the config size to userspaceLongpeng2022-03-281-1/+2
* vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu2022-03-041-6/+12
* vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-1/+0
* vdpa: Support reporting max device capabilitiesEli Cohen2022-01-141-0/+2
* vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-3/+16
* vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-0/+3
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-5/+9
* vdpa: Mark vdpa_config_ops.get_vq_notification as optionalEugenio Pérez2022-01-141-1/+1
* vdpa: add driver_override supportStefano Garzarella2022-01-141-0/+2
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-1/+16
* vdpa: Use kernel coding style for structure commentsParav Pandit2021-11-011-1/+8
* vdpa: Introduce query of device config layoutParav Pandit2021-11-011-0/+2
* vdpa: Introduce and use vdpa device get, set config helpersParav Pandit2021-11-011-15/+4
* vdpa: add new callback get_vq_num_min in vdpa_config_opsWu Zongyong2021-11-011-0/+4
* vdpa: fix typoWu Zongyong2021-11-011-1/+1
* vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-3/+17
* vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-1/+1
* vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-2/+6
* vdpa: Fix some coding style issuesXie Yongji2021-09-061-17/+17
* vdpa: Add documentation for vdpa_alloc_device() macroXie Yongji2021-08-111-0/+11
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+23
* vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-031-0/+4
* vdpa: Follow kdoc comment styleParav Pandit2021-05-031-19/+19
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-5/+5