summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5
Commit message (Expand)AuthorAgeFilesLines
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-4/+4
* vdpa/mlx5: Clear vq ready indication upon device resetEli Cohen2021-07-081-0/+9
* vdpa/mlx5: Add support for doorbell bypassingEli Cohen2021-07-083-0/+16
* vdpa/mlx5: Add support for running with virtio_vdpaEli Cohen2021-07-033-15/+87
* vdp/mlx5: Fix setting the correct dma_deviceEli Cohen2021-07-032-8/+3
* vdpa/mlx5: Support creating resources with uid == 0Eli Cohen2021-07-031-0/+6
* vdpa/mlx5: Fix possible failure in umem size calculationEli Cohen2021-07-031-10/+5
* vdpa/mlx5: Fix umem sizes assignments on VQ createEli Cohen2021-07-031-2/+2
* {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen2021-05-181-1/+18
* vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-031-0/+6
* vdpa/mlx5: Enable user to add/delete vdpa deviceEli Cohen2021-05-031-9/+70
* vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen2021-04-221-1/+3
* vdpa/mlx5: Fix suspend/resume index restorationEli Cohen2021-04-091-13/+8
* vdpa/mlx5: Fix wrong use of bit numbersEli Cohen2021-04-091-2/+2
* vdpa/mlx5: Retrieve BAR address suitable any functionEli Cohen2021-04-091-1/+2
* vdpa/mlx5: Use the correct dma device when registering memoryEli Cohen2021-04-091-2/+7
* vdpa/mlx5: should exclude header length and fcs from mtuSi-Wei Liu2021-04-092-1/+18
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-2/+2
* vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()Stefano Garzarella2021-02-231-1/+1
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-1/+1
* vdpa/mlx5: Restore the hardware used index after change mapEli Cohen2021-02-051-0/+18
* vdpa/mlx5: Fix memory key MTT populationEli Cohen2021-01-202-16/+13
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-241-0/+5
|\
| * vdpa/mlx5: Use write memory barrier after updating CQ indexEli Cohen2020-12-181-0/+5
* | vdpa/mlx5: Connect mlx5_vdpa to auxiliary busLeon Romanovsky2020-12-064-108/+45
* | vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky2020-12-043-170/+2
|/
* vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng2020-10-301-3/+2
* vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen2020-10-211-0/+3
* vdpa/mlx5: Fix failure to bring link upEli Cohen2020-10-211-0/+1
* vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen2020-10-211-2/+6
* vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu2020-10-081-6/+14
* vdpa/mlx5: Avoid warnings about shifts on 32-bit platformsNathan Chancellor2020-08-261-25/+25
* vdpa/mlx5: fix up endian-ness for mtuMichael S. Tsirkin2020-08-101-1/+11
* vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()Dan Carpenter2020-08-101-1/+1
* vdpa/mlx5: fix memory allocation failure checksColin Ian King2020-08-101-7/+6
* vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar2020-08-101-1/+3
* vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen2020-08-055-2/+2070
* vdpa/mlx5: Add shared memory registration codeEli Cohen2020-08-055-2/+522
* vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen2020-08-054-0/+340
* vdpa/mlx5: Add hardware descriptive header fileEli Cohen2020-08-051-0/+168