summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/odp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge mlx5-next into rdma.git for-nextJason Gunthorpe2023-02-171-18/+9
|\
| * RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov2023-02-171-15/+6
| * net/mlx5: Change define name for 0x100 lkey valueOr Har-Toov2023-02-171-5/+5
* | RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik2023-01-271-1/+1
* | RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik2023-01-271-10/+20
* | RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik2023-01-271-5/+3
* | RDMA/mlx5: Remove implicit ODP cache entryAharon Landau2023-01-271-15/+5
* | RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau2023-01-271-2/+0
|/
* net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2022-11-301-2/+1
* IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-231-1/+0
* RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2022-08-161-1/+2
* RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau2022-07-271-1/+1
* RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda2022-05-191-1/+0
* RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau2022-04-251-27/+27
* RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau2022-04-251-1/+1
* RDMA/mlx5: Move umr checks to umr.hAharon Landau2022-04-251-4/+3
* RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau2022-02-231-6/+2
* RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau2022-02-231-3/+8
* net/mlx5: Introduce API for bulk request and release of IRQsShay Drory2022-01-071-6/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-031-15/+25
|\
| * Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-191-28/+10
| |\
| * | IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe2021-10-011-15/+25
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2021-10-281-28/+10
|\ \ \ | | |/ | |/|
| * | RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau2021-10-191-20/+2
| * | RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau2021-10-191-4/+4
| * | RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-191-1/+1
| * | RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-191-4/+4
| |/
* / net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-051-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-011-3/+2
|\
| * RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb2021-05-261-1/+1
| * RDMA/mlx5: Remove unused parameter udataLang Cheng2021-05-201-1/+0
| * RDMA/mlx5: Remove redundant assignment to retYang Li2021-05-111-1/+1
* | net/mlx5: Round-Robin EQs over IRQsShay Drory2021-06-151-2/+1
* | net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky2021-06-151-0/+5
|/
* RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory2021-03-261-1/+3
* RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory2021-03-231-10/+19
* RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe2021-03-121-128/+23
* RDMA/mlx5: Zero out ODP related items in the mlx5_ib_mrJason Gunthorpe2021-03-121-1/+0
* RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky2021-03-031-1/+1
* RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-091-138/+86
* RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_d...Lee Jones2021-01-221-10/+12
* RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong2021-01-201-4/+85
* RDMA/mlx5: Assign dev to DM MRMaor Gottlieb2020-12-071-19/+21
* RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe2020-12-071-8/+8
* RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-011-2/+20
* RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2020-10-011-1/+6
* IB/core: Enable ODP sync without faultingYishai Hadas2020-10-011-1/+1
* IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-011-17/+7
* RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe2020-09-181-5/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-071-9/+19
|\