summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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_sim_blk: remove duplicate include of linux/blkdev.hWan Jiabing2021-07-031-1/+0
* vdpa_sim_blk: add support for vdpa management toolStefano Garzarella2021-05-031-13/+63
* vdpa_sim_blk: handle VIRTIO_BLK_T_GET_IDStefano Garzarella2021-05-031-0/+15
* vdpa_sim_blk: implement ramdisk behaviourStefano Garzarella2021-05-031-18/+146
* vdpa: add vdpa simulator for block deviceMax Gurtovoy2021-05-032-0/+146
* 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-032-42/+68
* vdpa_sim: Skip typecasting from void*Parav Pandit2021-03-141-2/+1
* vdpa: set the virtqueue num during registerJason Wang2021-02-252-2/+2
* vdpa_sim_net: Add support for user supported devicesParav Pandit2021-02-233-26/+75
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-1/+1
* vdpa_sim_net: Make mac address array staticParav Pandit2021-02-231-1/+1
* vdpa: split vdpasim to core and net modulesMax Gurtovoy2020-12-184-215/+289
* 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
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-311-3/+30
|\
| * vdpasim: allow to assign a MAC addressLaurent Vivier2020-10-301-1/+13
| * vdpasim: fix MAC address configurationLaurent Vivier2020-10-301-1/+2
| * vdpa_sim: Fix DMA maskLaurent Vivier2020-10-301-1/+3
| * vdpa_sim: implement get_iova_range()Jason Wang2020-10-231-0/+12
* | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
|/
* vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter2020-08-101-1/+1
* vdpa_sim: init iommu lockMichael S. Tsirkin2020-08-101-0/+1
* vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-2/+3