aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-01-22RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_data_segments()'Lee Jones1-10/+12
2021-01-20RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong4-12/+216
2021-01-19IB/mlx5: Make function staticParav Pandit2-4/+2
2021-01-19IB/mlx5: Add mutex destroy call to cap_mask_mutex mutexParav Pandit1-6/+5
2021-01-19RDMA/mlx5: Use strict get/set operations for obj_idYishai Hadas1-53/+146
2021-01-19RDMA/mlx5: Use the correct obj_id upon DEVX TIR creationYishai Hadas1-1/+3
2021-01-14RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2021-01-14IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit1-1/+1
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-881/+1021
2020-12-14RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb1-0/+1
2020-12-10RDMA/mlx5: Remove unneeded semicolonTom Rix1-1/+1
2020-12-07RDMA/mlx5: Assign dev to DM MRMaor Gottlieb4-30/+35
2020-12-07RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe1-128/+188
2020-12-07RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe3-129/+140
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2-10/+11
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-1/+1
2020-12-06RDMA/mlx5: Remove IB representors dead codeLeon Romanovsky2-55/+7
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky3-18/+0
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky4-80/+161
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky1-1/+1
2020-11-26RDMA/mlx5: Use PCI device for dma mappingsParav Pandit1-9/+11
2020-11-26RDMA/mlx5: Silence the overflow warning while building offset maskLeon Romanovsky1-1/+1
2020-11-26RDMA/mlx5: Check for ERR_PTR from uverbs_zalloc()Jason Gunthorpe1-1/+1
2020-11-26RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-23IB/mlx5: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-2/+4
2020-11-16RDMA/mlx5: Lower setting the umem's PAS for SRQJason Gunthorpe3-29/+79
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe3-91/+35
2020-11-16RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQJason Gunthorpe2-14/+44
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe3-70/+23
2020-11-16RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe1-25/+16
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe1-22/+31
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe3-10/+86
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky1-6/+4
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2-6/+4
2020-11-02IB/mlx5: Add support for NDR link speedMeir Lichtinger1-0/+12
2020-11-02RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe2-17/+47
2020-11-02RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP casesJason Gunthorpe3-109/+90
2020-11-02RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe3-69/+128
2020-11-02RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe3-22/+19
2020-11-02RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe7-18/+30
2020-11-02RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe7-45/+27
2020-11-02RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe7-52/+46
2020-11-02RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe7-24/+12
2020-11-02RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mrJason Gunthorpe3-78/+69
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->npagesJason Gunthorpe2-12/+12
2020-11-02RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe1-9/+11
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2-3/+3
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-6/+6