aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-08RDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov1-1/+2
2024-04-08RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov1-10/+22
2023-12-12RDMA/mlx5: Support handling of SW encap ICM areaShun Hao1-0/+1
2023-10-31RDMA/mlx5: Fix mkey cache WQ flushMoshe Shemesh1-0/+2
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe1-3/+11
2023-10-02RDMA/mlx5: Remove not-used cache disable flagLeon Romanovsky1-5/+0
2023-09-26RDMA/mlx5: Implement mkeys management via LIFO queueShay Drory1-175/+149
2023-09-26RDMA/mlx5: Fix mkey cache possible deadlock on cleanupShay Drory1-2/+14
2023-09-26RDMA/mlx5: Fix assigning access flags to cache mkeysMichael Guralnik1-1/+2
2023-08-22RDMA/mlx5: Fix trailing */ formatting in block commentRohit Chavan1-1/+2
2023-07-12RDMA/mlx5: align MR mem allocation size to power-of-twoYuanyuan Zhong1-0/+5
2023-04-16RDMA/mlx5: Allow relaxed ordering read in VFs and VMsAvihai Horon1-4/+7
2023-04-16net/mlx5: Update relaxed ordering read HCA capabilitiesAvihai Horon1-2/+3
2023-04-16RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO writeAvihai Horon1-3/+3
2023-02-07RDMA/mlx5: Check reg_create() create for errorsDan Carpenter1-0/+2
2023-02-06RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky1-4/+2
2023-02-06RDMA/mlx5: Fix MR cache debugfs error in IB representors modeLeon Romanovsky1-0/+4
2023-01-27RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik1-19/+75
2023-01-27RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik1-13/+42
2023-01-27RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik1-64/+164
2023-01-27RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik1-40/+120
2023-01-27RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau1-2/+1
2022-12-04RDMA/mlx5: no need to kfree NULL pointerLi Zhijian1-4/+2
2022-09-27RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe1-1/+4
2022-09-08RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda1-1/+0
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda1-2/+0
2022-07-27RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau1-27/+27
2022-07-27RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau1-114/+86
2022-07-27RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau1-15/+15
2022-07-27RDMA/mlx5: Replace cache list with XarrayAharon Landau1-78/+148
2022-07-27RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau1-46/+46
2022-06-13RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik1-0/+1
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe1-1/+4
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau1-171/+0
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau1-73/+3
2022-04-25RDMA/mlx5: Move creation and free of translation tables to umr.cAharon Landau1-100/+3
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd accessAharon Landau1-25/+2
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRsAharon Landau1-28/+3
2022-04-25RDMA/mlx5: Move umr checks to umr.hAharon Landau1-9/+10
2022-04-04RDMA/mlx5: Add a missing update of cache->last_addAharon Landau1-0/+1
2022-04-04RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-65/+39
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh1-1/+1
2022-02-23net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed1-1/+14
2022-02-23RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau1-7/+7
2022-02-23RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau1-3/+22
2022-02-23RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau1-42/+5
2022-02-23RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau1-0/+2
2022-02-23RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau1-13/+3
2022-01-05Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb1-12/+14