summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim.c
AgeCommit message (Expand)Author
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan
2024-03-19vdpa_sim: reset must not runSteve Sistare
2023-11-01vdpa_sim: implement .reset_map supportSi-Wei Liu
2023-09-03vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella
2023-04-21vdpa_sim: add support for user VAStefano Garzarella
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella
2023-04-21vdpa_sim: use kthread workerStefano Garzarella
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez
2023-02-20vdpa_sim: get rid of DMA opsJason Wang
2023-02-20vdpa_sim: support vendor statisticsJason Wang
2023-02-20vdpasim: customize allocation sizeJason Wang
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang
2023-02-20vdpa_sim: use weak barriersJason Wang
2023-02-20vdpa_sim: Implement resume vdpa opSebastien Boeuf
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang
2022-12-28vdpa_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