summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim
AgeCommit message (Expand)Author
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
2020-08-10vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter
2020-08-10vdpa_sim: init iommu lockMichael S. Tsirkin
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05vdpasim: support batch updatingJason Wang
2020-08-05vdpasim: protect concurrent access to iommu iotlbMax Gurtovoy
2020-08-05vdpa_sim: fix endian-ness of config spaceMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-04vdpasim: Fix some coccinelle warningsSamuel Zou
2020-05-11vdpasim: remove unused variable 'ret'YueHaibing
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin
2020-04-16vdpasim: Return status in vdpasim_get_statusYueHaibing
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin