summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/mr.c
AgeCommit message (Expand)Author
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
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau
2022-04-25RDMA/mlx5: Move creation and free of translation tables to umr.cAharon Landau
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd accessAharon Landau
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRsAharon Landau
2022-04-25RDMA/mlx5: Move umr checks to umr.hAharon Landau
2022-04-04RDMA/mlx5: Add a missing update of cache->last_addAharon Landau
2022-04-04RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh
2022-02-23net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed
2022-02-23RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon 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-02-23RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau
2022-02-23RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau
2022-01-05Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb
2021-11-25RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe
2021-10-19RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau
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 pd from struct mlx5_core_mkeyAharon Landau
2021-10-19RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau
2021-10-19RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau
2021-10-04RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau