summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim/vdpa_sim.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-4/+6
* vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-2/+2
* vdpasim: support batch updatingJason Wang2020-08-051-3/+37
* vdpasim: protect concurrent access to iommu iotlbMax Gurtovoy2020-08-051-4/+27