summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-031-1/+1
|\
| * vdpa/mlx5: Rename control VQ workqueue to vdpa wqEli Cohen2021-11-011-1/+1
* | RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-193-12/+12
* | RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2021-10-191-3/+0
* | RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
* | RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
|/
* vdpa/mlx5: Add multiqueue supportEli Cohen2021-09-052-0/+11
* vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen2021-09-053-20/+109
* vdpa/mlx5: Ensure valid indices are providedEli Cohen2021-09-051-0/+1
* vdpa/mlx5: Remove redundant header file inclusionEli Cohen2021-09-051-1/+0
* vdpa/mlx5: Avoid destroying MR on empty iotlbEli Cohen2021-08-111-9/+0
* vdpa/mlx5: Add support for doorbell bypassingEli Cohen2021-07-082-0/+2
* vdpa/mlx5: Add support for running with virtio_vdpaEli Cohen2021-07-032-14/+73
* vdp/mlx5: Fix setting the correct dma_deviceEli Cohen2021-07-031-7/+2
* vdpa/mlx5: Support creating resources with uid == 0Eli Cohen2021-07-031-0/+6
* vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen2021-04-221-1/+3
* 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-091-0/+4
* vdpa/mlx5: Fix memory key MTT populationEli Cohen2021-01-202-16/+13
* vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky2020-12-041-168/+0
* vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng2020-10-301-3/+2
* 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-051-1/+1
* vdpa/mlx5: Add shared memory registration codeEli Cohen2020-08-054-1/+521
* vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen2020-08-053-0/+339
* vdpa/mlx5: Add hardware descriptive header fileEli Cohen2020-08-051-0/+168