summaryrefslogtreecommitdiff
path: root/drivers/vdpa/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2024-01-10vdpa/mlx5: Add mkey leak detectionDragos Tatulea2-0/+25
2024-01-10vdpa/mlx5: Introduce reference counting to mrsDragos Tatulea2-18/+40
2023-11-01vdpa/mlx5: implement .reset_map driver opSi-Wei Liu2-0/+18
2023-11-01vdpa/mlx5: Update cvq iotlb mapping on ASID changeDragos Tatulea2-0/+28
2023-11-01vdpa/mlx5: Make iotlb helper functions more genericDragos Tatulea1-8/+11
2023-11-01vdpa/mlx5: Introduce mr for vq descriptorDragos Tatulea2-7/+12
2023-11-01vdpa/mlx5: Improve mr update flowDragos Tatulea2-48/+53
2023-11-01vdpa/mlx5: Move mr mutex out of mr structDragos Tatulea3-11/+12
2023-11-01vdpa/mlx5: Allow creation/deletion of any given mr structDragos Tatulea2-32/+29
2023-11-01vdpa/mlx5: Rename mr destroy functionsDragos Tatulea2-5/+5
2023-11-01vdpa/mlx5: Collapse "dvq" mr add/delete functionsDragos Tatulea1-11/+5
2023-11-01vdpa/mlx5: Take cvq iotlb lock during refreshDragos Tatulea1-1/+9
2023-11-01vdpa/mlx5: Decouple cvq iotlb handling from hw mapping codeDragos Tatulea2-37/+23
2023-11-01vdpa/mlx5: Create helper function for dma mappingsDragos Tatulea2-0/+6
2023-09-04vdpa/mlx5: Remove unused function declarationsYue Haibing1-3/+0
2023-08-10vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio PĂ©rez2-1/+2
2023-08-10vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2-27/+71
2023-03-10vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu1-0/+1
2023-02-21vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen1-0/+1
2023-02-21vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen1-1/+0
2023-02-21vdpa/mlx5: Directly assign memory keyEli Cohen1-1/+1
2022-12-28RDMA/mlx5: remove variable iColin Ian King1-2/+0
2022-12-28vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2-20/+29
2022-08-11vdpa/mlx5: Support different address spaces for control and dataEli Cohen1-0/+11
2022-05-31vdpa/mlx5: Add support for reading descriptor statisticsEli Cohen1-0/+2
2021-11-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2021-11-01vdpa/mlx5: Rename control VQ workqueue to vdpa wqEli Cohen1-1/+1
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau3-12/+12
2021-10-19RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau1-3/+0
2021-10-19RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau1-1/+0
2021-10-19RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau1-1/+0
2021-09-05vdpa/mlx5: Add multiqueue supportEli Cohen2-0/+11
2021-09-05vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen3-20/+109
2021-09-05vdpa/mlx5: Ensure valid indices are providedEli Cohen1-0/+1
2021-09-05vdpa/mlx5: Remove redundant header file inclusionEli Cohen1-1/+0
2021-08-11vdpa/mlx5: Avoid destroying MR on empty iotlbEli Cohen1-9/+0
2021-07-08vdpa/mlx5: Add support for doorbell bypassingEli Cohen2-0/+2
2021-07-03vdpa/mlx5: Add support for running with virtio_vdpaEli Cohen2-14/+73
2021-07-03vdp/mlx5: Fix setting the correct dma_deviceEli Cohen1-7/+2
2021-07-03vdpa/mlx5: Support creating resources with uid == 0Eli Cohen1-0/+6
2021-04-23vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen1-1/+3
2021-04-09vdpa/mlx5: Retrieve BAR address suitable any functionEli Cohen1-1/+2
2021-04-09vdpa/mlx5: Use the correct dma device when registering memoryEli Cohen1-2/+7
2021-04-09vdpa/mlx5: should exclude header length and fcs from mtuSi-Wei Liu1-0/+4
2021-01-20vdpa/mlx5: Fix memory key MTT populationEli Cohen2-16/+13
2020-12-04vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky1-168/+0
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-06vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen1-1/+1
2020-08-06vdpa/mlx5: Add shared memory registration codeEli Cohen4-1/+521