summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim/vdpa_sim.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez2023-03-131-0/+11
* vdpa_sim: get rid of DMA opsJason Wang2023-02-201-149/+21
* vdpa_sim: support vendor statisticsJason Wang2023-02-201-0/+14
* vdpasim: customize allocation sizeJason Wang2023-02-201-1/+4
* vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang2023-02-201-5/+8
* vdpa_sim: use weak barriersJason Wang2023-02-201-1/+1
* vdpa_sim: Implement resume vdpa opSebastien Boeuf2023-02-201-0/+29
* vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez2023-02-131-0/+2
* vdpasim: fix memory leak when freeing IOTLBsJason Wang2022-12-281-1/+3
* vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella2022-12-281-2/+1
* vdpa_sim_net: support feature provisioningJason Wang2022-10-071-1/+11
* vdpa_sim: Implement suspend vdpa opEugenio Pérez2022-08-111-0/+14
* vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella2022-08-111-2/+2
* vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter2022-05-311-1/+1
* vdpasim: allow to enable a vq repeatedlyEugenio Pérez2022-05-311-1/+4
* vdpasim: control virtqueue supportGautam Dawar2022-05-311-18/+73
* vdpa: multiple address spaces supportGautam Dawar2022-05-311-4/+6
* vdpa: introduce virtqueue groupsGautam Dawar2022-05-311-1/+8
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-6/+15
* vdpa_sim: avoid putting an uninitialized iova_domainLongpeng2021-11-241-2/+5
* vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-1/+1
* vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-3/+3
* vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-3/+15
* vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji2021-09-051-1/+2
* vdpa_sim: Fix return value check for vdpa_alloc_device()Xie Yongji2021-08-111-1/+3
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+2
* vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-031-0/+9
* vdpa_sim: cleanup kiovs in vdpasim_free()Stefano Garzarella2021-05-031-0/+7
* vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella2021-05-031-1/+2
* vdpa_sim: use iova module to allocate IOVA addressesStefano Garzarella2021-05-031-42/+66
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-1/+1
* vdpa_sim_net: Add support for user supported devicesParav Pandit2021-02-231-1/+2
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-1/+1
* vdpa: split vdpasim to core and net modulesMax Gurtovoy2020-12-181-215/+6
* vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iovStefano Garzarella2020-12-181-5/+6
* vdpa_sim: make vdpasim->buffer size configurableStefano Garzarella2020-12-181-1/+3
* vdpa_sim: use kvmalloc to allocate vdpasim->bufferStefano Garzarella2020-12-181-2/+2
* vdpa_sim: set vringh notify callbackStefano Garzarella2020-12-181-4/+19
* vdpa_sim: add set_config callback in vdpasim_dev_attrStefano Garzarella2020-12-181-1/+10
* vdpa_sim: add get_config callback in vdpasim_dev_attrStefano Garzarella2020-12-181-14/+21
* vdpa_sim: make 'config' generic and usable for any device typeStefano Garzarella2020-12-181-4/+13
* vdpa_sim: store parsed MAC address in a bufferStefano Garzarella2020-12-181-3/+7
* vdpa_sim: add work_fn in vdpasim_dev_attrStefano Garzarella2020-12-181-2/+5
* vdpa_sim: add supported_features field in vdpasim_dev_attrStefano Garzarella2020-12-181-11/+18
* vdpa_sim: add device id field in vdpasim_dev_attrStefano Garzarella2020-12-181-2/+5
* vdpa_sim: add struct vdpasim_dev_attr for device attributesStefano Garzarella2020-12-181-8/+17
* vdpa_sim: rename vdpasim_config_ops variablesStefano Garzarella2020-12-181-6/+6
* vdpa_sim: make IOTLB entries limit configurableStefano Garzarella2020-12-181-1/+6
* vdpa_sim: remove hard-coded virtq countMax Gurtovoy2020-12-181-5/+13
* vdpa_sim: remove unnecessary headers inclusionStefano Garzarella2020-12-181-7/+0