summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim
AgeCommit message (Expand)Author
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter
2022-05-31vdpasim: allow to enable a vq repeatedlyEugenio PĂ©rez
2022-05-31vdpasim: control virtqueue supportGautam Dawar
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2021-11-24vdpa_sim: avoid putting an uninitialized iova_domainLongpeng
2021-11-01vdpa_sim_net: Enable user to set mac address and mtuParav Pandit
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji
2021-09-05vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji
2021-08-11vdpa_sim: Fix return value check for vdpa_alloc_device()Xie Yongji
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang
2021-07-03vdpa_sim_blk: remove duplicate include of linux/blkdev.hWan Jiabing
2021-05-03vdpa_sim_blk: add support for vdpa management toolStefano Garzarella
2021-05-03vdpa_sim_blk: handle VIRTIO_BLK_T_GET_IDStefano Garzarella
2021-05-03vdpa_sim_blk: implement ramdisk behaviourStefano Garzarella
2021-05-03vdpa: add vdpa simulator for block deviceMax Gurtovoy
2021-05-03vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella
2021-05-03vdpa_sim: cleanup kiovs in vdpasim_free()Stefano Garzarella
2021-05-03vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella
2021-05-03vdpa_sim: use iova module to allocate IOVA addressesStefano Garzarella
2021-03-14vdpa_sim: Skip typecasting from void*Parav Pandit
2021-02-25vdpa: set the virtqueue num during registerJason Wang
2021-02-23vdpa_sim_net: Add support for user supported devicesParav Pandit
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit
2021-02-23vdpa_sim_net: Make mac address array staticParav Pandit
2020-12-18vdpa: split vdpasim to core and net modulesMax Gurtovoy
2020-12-18vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iovStefano Garzarella
2020-12-18vdpa_sim: make vdpasim->buffer size configurableStefano Garzarella
2020-12-18vdpa_sim: use kvmalloc to allocate vdpasim->bufferStefano Garzarella
2020-12-18vdpa_sim: set vringh notify callbackStefano Garzarella
2020-12-18vdpa_sim: add set_config callback in vdpasim_dev_attrStefano Garzarella
2020-12-18vdpa_sim: add get_config callback in vdpasim_dev_attrStefano Garzarella
2020-12-18vdpa_sim: make 'config' generic and usable for any device typeStefano Garzarella
2020-12-18vdpa_sim: store parsed MAC address in a bufferStefano Garzarella
2020-12-18vdpa_sim: add work_fn in vdpasim_dev_attrStefano Garzarella
2020-12-18vdpa_sim: add supported_features field in vdpasim_dev_attrStefano Garzarella
2020-12-18vdpa_sim: add device id field in vdpasim_dev_attrStefano Garzarella
2020-12-18vdpa_sim: add struct vdpasim_dev_attr for device attributesStefano Garzarella
2020-12-18vdpa_sim: rename vdpasim_config_ops variablesStefano Garzarella
2020-12-18vdpa_sim: make IOTLB entries limit configurableStefano Garzarella
2020-12-18vdpa_sim: remove hard-coded virtq countMax Gurtovoy