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