aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/odp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda1-1/+0
2022-08-16RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau1-1/+2
2022-07-27RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau1-1/+1
2022-05-19RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda1-1/+0
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau1-27/+27
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau1-1/+1
2022-04-25RDMA/mlx5: Move umr checks to umr.hAharon Landau1-4/+3
2022-02-23RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau1-6/+2
2022-02-23RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau1-3/+8
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-6/+0
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-15/+25
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-28/+10
2021-10-19Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe1-28/+10
2021-10-19RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau1-20/+2
2021-10-19RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau1-4/+4
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-1/+1
2021-10-19RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau1-4/+4
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory1-0/+1
2021-10-01IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe1-15/+25
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+2
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory1-2/+1
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky1-0/+5
2021-05-26RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb1-1/+1
2021-05-20RDMA/mlx5: Remove unused parameter udataLang Cheng1-1/+0
2021-05-11RDMA/mlx5: Remove redundant assignment to retYang Li1-1/+1
2021-03-26RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory1-1/+3
2021-03-23RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory1-10/+19
2021-03-11RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe1-128/+23
2021-03-11RDMA/mlx5: Zero out ODP related items in the mlx5_ib_mrJason Gunthorpe1-1/+0
2021-03-03RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky1-1/+1
2021-02-08RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas1-138/+86
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 Xiong1-4/+85
2020-12-07RDMA/mlx5: Assign dev to DM MRMaor Gottlieb1-19/+21
2020-12-07RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe1-8/+8
2020-10-01RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas1-2/+20
2020-10-01RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas1-1/+6
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-17/+7
2020-09-18RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe1-5/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+19
2020-07-27RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe1-3/+2
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb1-0/+9
2020-07-21RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe1-3/+19
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb1-9/+10
2020-05-06RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky1-3/+2
2020-04-30RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky1-2/+1
2020-04-28RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky1-1/+1
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky1-1/+2
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe1-1/+1