summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5/core/mr.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa/mlx5: Fix invalid mr resource destroyDragos Tatulea2024-10-041-0/+3
* vdpa/mlx5: Add mkey leak detectionDragos Tatulea2024-01-101-0/+23
* vdpa/mlx5: Introduce reference counting to mrsDragos Tatulea2024-01-101-16/+34
* vdpa/mlx5: implement .reset_map driver opSi-Wei Liu2023-11-011-0/+17
* vdpa/mlx5: Update cvq iotlb mapping on ASID changeDragos Tatulea2023-11-011-0/+26
* vdpa/mlx5: Make iotlb helper functions more genericDragos Tatulea2023-11-011-8/+11
* vdpa/mlx5: Introduce mr for vq descriptorDragos Tatulea2023-11-011-5/+9
* vdpa/mlx5: Improve mr update flowDragos Tatulea2023-11-011-40/+47
* vdpa/mlx5: Move mr mutex out of mr structDragos Tatulea2023-11-011-6/+7
* vdpa/mlx5: Allow creation/deletion of any given mr structDragos Tatulea2023-11-011-29/+24
* vdpa/mlx5: Rename mr destroy functionsDragos Tatulea2023-11-011-3/+3
* vdpa/mlx5: Collapse "dvq" mr add/delete functionsDragos Tatulea2023-11-011-11/+5
* vdpa/mlx5: Take cvq iotlb lock during refreshDragos Tatulea2023-11-011-1/+9
* vdpa/mlx5: Decouple cvq iotlb handling from hw mapping codeDragos Tatulea2023-11-011-37/+20
* vdpa/mlx5: Create helper function for dma mappingsDragos Tatulea2023-11-011-0/+5
* vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio PĂ©rez2023-08-101-1/+1
* vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2023-08-101-27/+70
* vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen2023-02-201-1/+0
* RDMA/mlx5: remove variable iColin Ian King2022-12-281-2/+0
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2022-12-281-18/+26
* RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-191-4/+4
* vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen2021-09-051-20/+61
* vdpa/mlx5: Avoid destroying MR on empty iotlbEli Cohen2021-08-111-9/+0
* vdpa/mlx5: Add support for running with virtio_vdpaEli Cohen2021-07-031-14/+72
* vdp/mlx5: Fix setting the correct dma_deviceEli Cohen2021-07-031-7/+2
* vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen2021-04-221-1/+3
* vdpa/mlx5: Use the correct dma device when registering memoryEli Cohen2021-04-091-2/+7
* vdpa/mlx5: Fix memory key MTT populationEli Cohen2021-01-201-16/+12
* 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-051-0/+484