summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim
Commit message (Expand)AuthorAgeFilesLines
* vdpa_sim_blk: support shared backendStefano Garzarella2023-04-211-7/+50
* vdpa_sim: move buffer allocation in the devicesStefano Garzarella2023-04-214-21/+57
* vdpa_sim: add support for user VAStefano Garzarella2023-04-212-8/+90
* vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella2023-04-214-23/+23
* vdpa_sim: use kthread workerStefano Garzarella2023-04-212-7/+15
* vdpa_sim: make devices agnostic for work managementStefano Garzarella2023-04-214-11/+21
* vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella2023-04-041-4/+9
* vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez2023-03-131-0/+11
* vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2023-02-201-1/+1
* vdpa_sim: get rid of DMA opsJason Wang2023-02-202-150/+22
* vdpa_sim_net: vendor satisticsJason Wang2023-02-201-6/+213
* vdpa_sim: support vendor statisticsJason Wang2023-02-202-0/+17
* vdpasim: customize allocation sizeJason Wang2023-02-204-1/+7
* 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-202-0/+30
* vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez2023-02-201-0/+1
* vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez2023-02-131-0/+2
* vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu2022-12-281-0/+3
* 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: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2022-12-282-2/+6
* vdpa_sim_net: support feature provisioningJason Wang2022-10-074-5/+17
* vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella2022-08-111-1/+73
* vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella2022-08-111-0/+5
* vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella2022-08-111-15/+23
* vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella2022-08-111-0/+10
* vdpa_sim: Implement suspend vdpa opEugenio Pérez2022-08-114-0/+21
* vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella2022-08-111-2/+2
* vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella2022-08-111-0/+6
* vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella2022-08-111-5/+9
* vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella2022-08-111-0/+10
* vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella2022-08-111-10/+10
* 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-313-20/+161
* vdpa_sim: filter destination mac addressGautam Dawar2022-05-311-18/+31
* vdpa_sim: factor out buffer completion logicGautam Dawar2022-05-311-15/+18
* vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar2022-05-311-1/+2
* vdpa: multiple address spaces supportGautam Dawar2022-05-311-4/+6
* vdpa: introduce virtqueue groupsGautam Dawar2022-05-312-1/+9
* vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen2022-01-141-0/+1
* vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen2022-01-141-0/+1
* 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_sim_net: Enable user to set mac address and mtuParav Pandit2021-11-011-16/+19
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-012-2/+4
* 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