summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2021-02-05vdpa/mlx5: Restore the hardware used index after change mapEli Cohen
2021-01-20vdpa/mlx5: Fix memory key MTT populationEli Cohen
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-18vdpa: Use simpler version of ida allocationParav Pandit
2020-12-18vdpa/mlx5: Use write memory barrier after updating CQ indexEli Cohen
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-12-18vdpa: remove unnecessary 'default n' in Kconfig entriesStefano Garzarella
2020-12-18vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2020-12-06vdpa/mlx5: Connect mlx5_vdpa to auxiliary busLeon Romanovsky
2020-12-04vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky
2020-12-02vdpa: mlx5: fix vdpa/vhost dependenciesRandy Dunlap
2020-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-11-15vdpasim: fix "mac_pton" undefined errorLaurent Vivier
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-30vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-23vdpa_sim: implement get_iova_range()Jason Wang
2020-10-21vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen
2020-10-21vdpa/mlx5: Fix failure to bring link upEli Cohen
2020-10-21vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-08vdpa/mlx5: Fix dependency on MLX5_COREEli Cohen
2020-10-08vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-08-26vdpa/mlx5: Avoid warnings about shifts on 32-bit platformsNathan Chancellor
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-10vdpa/mlx5: fix up endian-ness for mtuMichael S. Tsirkin
2020-08-10vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter