aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim.c
AgeCommit message (Expand)Author
2023-03-22vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez
2023-03-22vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez
2023-01-12vdpasim: fix memory leak when freeing IOTLBsJason Wang
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella
2022-10-07vdpa_sim_net: support feature provisioningJason Wang
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella
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: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2021-11-24vdpa_sim: avoid putting an uninitialized iova_domainLongpeng
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-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-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
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
2020-12-18vdpa_sim: remove unnecessary headers inclusionStefano Garzarella
2020-10-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-30vdpasim: allow to assign a MAC addressLaurent Vivier
2020-10-30vdpasim: fix MAC address configurationLaurent Vivier
2020-10-30vdpa_sim: Fix DMA maskLaurent Vivier
2020-10-23vdpa_sim: implement get_iova_range()Jason Wang
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig