summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/odp.c
AgeCommit message (Expand)Author
2025-02-20RDMA/mlx5: Fix implicit ODP hang on parent deregistrationYishai Hadas
2025-01-21RDMA/mlx5: Fix implicit ODP use after freePatrisious Haddad
2025-01-21RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with errorYishai Hadas
2025-01-13RDMA/mlx5: Fix indirect mkey ODP page countMichael Guralnik
2024-12-10RDMA/mlx5: Extend ODP statistics with operation countChiara Meiohas
2024-09-11RDMA/mlx5: Add implicit MR handling to ODP memory schemeMichael Guralnik
2024-09-11RDMA/mlx5: Add handling for memory scheme page fault eventsMichael Guralnik
2024-09-11RDMA/mlx5: Split ODP mkey search logicMichael Guralnik
2024-09-11RDMA/mlx5: Enforce umem boundaries for explicit ODP page faultsMichael Guralnik
2024-09-11RDMA/mlx5: Add new ODP memory scheme eqe formatMichael Guralnik
2024-09-11net/mlx5: Expose HW bits for Memory scheme ODPMichael Guralnik
2024-09-11net/mlx5: Expand mkey page size to support 6 bitsMichael Guralnik
2024-08-11RDMA/mlx5: Add support for DMABUF MR registrations with Data-directYishai Hadas
2024-06-16RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZEChiara Meiohas
2023-02-17Merge mlx5-next into rdma.git for-nextJason Gunthorpe
2023-02-17RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov
2023-02-17net/mlx5: Change define name for 0x100 lkey valueOr Har-Toov
2023-01-27RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik
2023-01-27RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik
2023-01-27RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik
2023-01-27RDMA/mlx5: Remove implicit ODP cache entryAharon Landau
2023-01-27RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda
2022-08-16RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau
2022-07-27RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau
2022-05-19RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau
2022-04-25RDMA/mlx5: Move umr checks to umr.hAharon Landau
2022-02-23RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau
2022-02-23RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2021-10-19Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe
2021-10-19RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau
2021-10-19RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau
2021-10-19RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory
2021-10-01IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky
2021-05-26RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb
2021-05-20RDMA/mlx5: Remove unused parameter udataLang Cheng
2021-05-11RDMA/mlx5: Remove redundant assignment to retYang Li
2021-03-26RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory
2021-03-23RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory