summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/mr.c
AgeCommit message (Expand)Author
2025-02-06RDMA/mlx5: Fix a WARN during dereg_mr for DM typeYishai Hadas
2025-02-06RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with errorYishai Hadas
2025-01-21RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with errorYishai Hadas
2024-09-11net/mlx5: Expand mkey page size to support 6 bitsMichael Guralnik
2024-09-09RDMA/mlx5: Fix MR cache temp entries cleanupMichael Guralnik
2024-09-09RDMA/mlx5: Limit usage of over-sized mkeys from the MR cacheMichael Guralnik
2024-09-09RDMA/mlx5: Fix counter update on MR cache mkey creationMichael Guralnik
2024-09-09RDMA/mlx5: Drop redundant work canceling from clean_keys()Michael Guralnik
2024-09-09RDMA/mlx5: Enable ATS when allocating kernel MRsMaher Sanalla
2024-08-11RDMA/mlx5: Add support for DMABUF MR registrations with Data-directYishai Hadas
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-06-21RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe
2024-06-21RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe
2024-06-21RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe
2024-06-16IB/mlx5: Create UMR QP just before first reg_mr occursJianbo Liu
2024-04-08RDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov
2024-04-08RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov
2023-12-12RDMA/mlx5: Support handling of SW encap ICM areaShun Hao
2023-10-31RDMA/mlx5: Fix mkey cache WQ flushMoshe Shemesh
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe
2023-10-02RDMA/mlx5: Remove not-used cache disable flagLeon Romanovsky
2023-09-26RDMA/mlx5: Implement mkeys management via LIFO queueShay Drory
2023-09-26RDMA/mlx5: Fix mkey cache possible deadlock on cleanupShay Drory
2023-09-26RDMA/mlx5: Fix assigning access flags to cache mkeysMichael Guralnik
2023-08-22RDMA/mlx5: Fix trailing */ formatting in block commentRohit Chavan
2023-07-12RDMA/mlx5: align MR mem allocation size to power-of-twoYuanyuan Zhong
2023-04-16RDMA/mlx5: Allow relaxed ordering read in VFs and VMsAvihai Horon
2023-04-16net/mlx5: Update relaxed ordering read HCA capabilitiesAvihai Horon
2023-04-16RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO writeAvihai Horon
2023-02-07RDMA/mlx5: Check reg_create() create for errorsDan Carpenter
2023-02-06RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky
2023-02-06RDMA/mlx5: Fix MR cache debugfs error in IB representors modeLeon Romanovsky
2023-01-27RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik
2023-01-27RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael 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: Don't keep umrable 'page_shift' in cache entriesAharon Landau
2022-12-04RDMA/mlx5: no need to kfree NULL pointerLi Zhijian
2022-09-27RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe
2022-09-08RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda
2022-07-27RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau
2022-07-27RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau
2022-07-27RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau
2022-07-27RDMA/mlx5: Replace cache list with XarrayAharon Landau
2022-07-27RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau
2022-06-13RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau