summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c
Commit message (Expand)AuthorAgeFilesLines
...
* RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel2021-11-251-14/+12
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-1/+1
|\
| * RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau2021-10-191-1/+1
* | Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-191-41/+42
|\ \
| * | RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau2021-10-191-13/+13
| * | RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau2021-10-191-7/+5
| * | RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-191-7/+14
| * | 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-3/+2
| * | RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-191-8/+8
| |/
* / RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau2021-10-041-17/+9
|/
* RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle2021-09-081-1/+1
* RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle2021-09-081-1/+1
* RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-241-1/+2
* RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau2021-08-021-2/+2
* Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-4/+4
|\
| * RDMA/mlx5: Delete right entry from MR signature databaseAharon Landau2021-06-101-2/+2
| * {net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb2021-05-181-2/+2
* | RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon2021-06-211-4/+6
* | RDMA/mlx5: Remove unused parameter udataLang Cheng2021-05-201-1/+1
|/
* Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jason Gunthorpe2021-04-131-0/+1
|\
| * RDMA/mlx5: Move all DM logic to separate fileMaor Gottlieb2021-04-131-0/+1
* | IB/mlx5: Reduce max order of memory allocated for xlt updatePraveen Kumar Kannoju2021-04-071-1/+1
* | RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory2021-03-231-0/+3
* | RDMA/mlx5: Add missing returned error check of mlx5_ib_dereg_mrLeon Romanovsky2021-03-221-1/+1
* | RDMA/mlx5: Rename mlx5_mr_cache_invalidate() to revoke_mr()Jason Gunthorpe2021-03-111-6/+6
* | RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe2021-03-111-71/+62
* | RDMA/mlx5: Use a union inside mlx5_ib_mrJason Gunthorpe2021-03-111-2/+2
* | RDMA/mlx5: Zero out ODP related items in the mlx5_ib_mrJason Gunthorpe2021-03-111-8/+6
|/
* RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-081-17/+9
* RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong2021-01-201-8/+111
* RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb2020-12-141-0/+1
* RDMA/mlx5: Assign dev to DM MRMaor Gottlieb2020-12-071-9/+8
* RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe2020-12-071-128/+188
* RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe2020-12-071-119/+130
* RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-071-7/+8
* RDMA/mlx5: Use PCI device for dma mappingsParav Pandit2020-11-261-9/+11
* RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe2020-11-021-17/+20
* RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP casesJason Gunthorpe2020-11-021-42/+90
* RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe2020-11-021-65/+124
* RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe2020-11-021-0/+18
* RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe2020-11-021-2/+5
* RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-7/+3
* RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-4/+2
* RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-4/+4
* RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mrJason Gunthorpe2020-11-021-78/+57
* RDMA/mlx5: Remove mlx5_ib_mr->npagesJason Gunthorpe2020-11-021-11/+12
* RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe2020-11-021-9/+11
* RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2020-11-021-2/+3
* RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-011-4/+7