summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* vdpa_sim: fix endian-ness of config spaceMichael S. Tsirkin2020-08-051-5/+28
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-2/+2
* vdpasim: Fix some coccinelle warningsSamuel Zou2020-06-041-3/+4
* vdpasim: remove unused variable 'ret'YueHaibing2020-05-111-8/+7
* vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin2020-04-171-1/+1
* vdpasim: Return status in vdpasim_get_statusYueHaibing2020-04-161-1/+1
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-022-0/+631