summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-241-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-251-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
* | RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin2019-06-241-9/+6
* | RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrityMax Gurtovoy2019-06-241-11/+176
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-7/+6
* | RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-211-2/+3
|/
* IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich2019-05-061-0/+7
* IB/mlx5: Support device memory type attributeAriel Levkovich2019-05-061-12/+20
* RDMA/mlx5: Move rep into port structMark Bloch2019-04-101-3/+3
* Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-101-2/+1
|\
| * net/mlx5: Add explicit bar address fieldHuy Nguyen2019-04-021-2/+1
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-4/+3
* | IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-221-2/+12
* | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-32/+7
|\|