summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-211-1/+1
* | IB/mlx5: Fix MR re-registration flow to use UMR properlyMoni Shoua2019-08-201-1/+2
* | IB/mlx5: Consolidate use_umr checks into single functionMoni Shoua2019-08-201-3/+1
|/
* IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi2019-08-011-18/+9
* IB/mlx5: Fix clean_mr() to work in the expected orderYishai Hadas2019-07-241-3/+3
* IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas2019-07-241-1/+3
* IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas2019-07-241-5/+8
* IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas2019-07-241-2/+2
* Merge mlx5-next into rdma for-nextJason Gunthorpe2019-07-031-5/+5
|\
| * net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-241-5/+5
* | RDMA/mlx5: Refactor MR descriptors allocationMax Gurtovoy2019-06-241-133/+157
* | RDMA/mlx5: Use PA mapping for PI handoverMax Gurtovoy2019-06-241-4/+59
* | RDMA/mlx5: Improve PI handover performanceIsrael Rukshin2019-06-241-22/+157