aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5/core/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-4/+4
2021-09-05vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen1-20/+61
2021-08-11vdpa/mlx5: Avoid destroying MR on empty iotlbEli Cohen1-9/+0
2021-07-03vdpa/mlx5: Add support for running with virtio_vdpaEli Cohen1-14/+72
2021-07-03vdp/mlx5: Fix setting the correct dma_deviceEli Cohen1-7/+2
2021-04-22vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen1-1/+3
2021-04-09vdpa/mlx5: Use the correct dma device when registering memoryEli Cohen1-2/+7
2021-01-20vdpa/mlx5: Fix memory key MTT populationEli Cohen1-16/+12
2020-10-30vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng1-3/+2
2020-08-10vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar1-1/+3
2020-08-05vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen1-1/+1
2020-08-05vdpa/mlx5: Add shared memory registration codeEli Cohen1-0/+484