summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/mr.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-04-08RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau1-0/+2
2021-08-12RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau1-2/+2
2020-12-30RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb1-0/+1
2020-12-30RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe1-9/+11
2020-10-01RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas1-4/+7
2020-10-01RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas1-1/+2
2020-09-18RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe1-23/+42
2020-09-18RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe1-25/+26
2020-09-18RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe1-14/+1
2020-09-18RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()Jason Gunthorpe1-3/+1
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-25/+15
2020-08-18RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky1-2/+2
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-05-22RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_workMaor Gottlieb1-0/+1
2020-03-13RDMA/mlx5: Allow MRs to be created in the cache synchronouslyJason Gunthorpe1-60/+87
2020-03-13RDMA/mlx5: Revise how the hysteresis scheme works for cache fillingJason Gunthorpe1-15/+26
2020-03-13RDMA/mlx5: Fix locking in MR cache work queueJason Gunthorpe1-44/+77
2020-03-13RDMA/mlx5: Lock access to ent->available_mrs/limit when doing queue_workJason Gunthorpe1-15/+25
2020-03-13RDMA/mlx5: Fix MR cache size and limit debugfsJason Gunthorpe1-64/+88
2020-03-13RDMA/mlx5: Always remove MRs from the cache before destroying themJason Gunthorpe1-6/+13
2020-03-13RDMA/mlx5: Simplify how the MR cache bucket is locatedJason Gunthorpe1-94/+66
2020-03-13RDMA/mlx5: Rename the tracking variables for the MR cacheJason Gunthorpe1-27/+27
2020-03-13RDMA/mlx5: Replace spinlock protected write with atomic varSaeed Mahameed1-5/+1
2020-03-13{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik1-3/+3
2020-03-13{IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed1-10/+48
2020-03-13{IB,net}/mlx5: Setup mkey variant before mr create command invocationSaeed Mahameed1-5/+2
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-10/+10
2020-01-16RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik1-2/+17
2020-01-16RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe1-0/+2
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-10/+8
2020-01-04RDMA/mlx5: use true,false for bool variablezhengbin1-2/+2
2020-01-04IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov1-35/+23
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+2
2019-11-24RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe1-1/+2
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-10-31RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1
2019-10-28Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe1-80/+59
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe1-50/+24
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe1-9/+12
2019-10-28RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe1-9/+0
2019-10-28RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe1-20/+23
2019-10-28RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe1-0/+8
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-41/+27
2019-10-08IB/mlx5: Introduce and use mkey context setting helper routineParav Pandit1-18/+16
2019-10-04RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe1-5/+16
2019-10-04RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe1-31/+5
2019-10-04RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcuJason Gunthorpe1-2/+3
2019-10-04RDMA/mlx5: Do not allow rereg of a ODP MRJason Gunthorpe1-3/+3
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-10/+28