summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/mlx5_ib.h
Commit message (Expand)AuthorAgeFilesLines
...
* RDMA/mlx5: Delete device resource mutex that didn't protect anythingLeon Romanovsky2021-08-031-2/+0
* Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe2021-06-221-0/+7
|\
| * RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau2021-06-221-0/+7
* | RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb2021-05-261-1/+0
* | RDMA/mlx5: Remove unused parameter udataLang Cheng2021-05-201-3/+1
|/
* Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jason Gunthorpe2021-04-131-24/+1
|\
| * RDMA/mlx5: Add support in MEMIC operationsMaor Gottlieb2021-04-131-0/+1
| * RDMA/mlx5: Move all DM logic to separate fileMaor Gottlieb2021-04-131-24/+0
* | RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory2021-03-261-6/+0
* | RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-20/+20
* | RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory2021-03-231-0/+7
* | RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe2021-03-111-4/+1
* | RDMA/mlx5: Use a union inside mlx5_ib_mrJason Gunthorpe2021-03-111-1/+1
* | RDMA/mlx5: Zero out ODP related items in the mlx5_ib_mrJason Gunthorpe2021-03-111-43/+60
|/
* RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-081-8/+23
* IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit2021-02-051-1/+1
* RDMA/core: Introduce and use API to read port immutable dataParav Pandit2021-02-051-1/+0
* IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit2021-02-051-1/+1
* IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit2021-02-051-0/+8
* RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong2021-01-201-0/+18
* IB/mlx5: Make function staticParav Pandit2021-01-191-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-21/+81
|\
| * RDMA/mlx5: Assign dev to DM MRMaor Gottlieb2020-12-071-1/+5
| * RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe2020-12-071-2/+2
| * RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-071-3/+3
| * RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe2020-11-161-5/+0
| * RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQJason Gunthorpe2020-11-161-0/+10
| * RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe2020-11-161-1/+0
| * RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe2020-11-161-0/+31
| * RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe2020-11-021-0/+27
| * RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP casesJason Gunthorpe2020-11-021-3/+0
| * RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe2020-11-021-1/+1
| * RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe2020-11-021-2/+1
| * RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe2020-11-021-2/+2
| * RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-1/+1
| * RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-2/+1
| * RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-1/+1
| * RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mrJason Gunthorpe2020-11-021-0/+1
| * RDMA/mlx5: Remove mlx5_ib_mr->npagesJason Gunthorpe2020-11-021-1/+0
| * RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2020-11-021-1/+0
* | RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky2020-12-061-2/+2
|/
* RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-011-0/+5
* RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2020-09-291-1/+0
* RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-291-3/+3
* RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-291-4/+0
* RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-291-3/+22
* RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe2020-09-181-8/+37
* RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-3/+3
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-2/+1
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-091-1/+1