summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-03RDMA/mlx5: use true,false for bool variablezhengbin1-2/+2
2020-01-03IB/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-23RDMA/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
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe1-1/+1
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe1-8/+26
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe1-1/+1
2019-08-20IB/mlx5: Fix MR re-registration flow to use UMR properlyMoni Shoua1-1/+2
2019-08-20IB/mlx5: Consolidate use_umr checks into single functionMoni Shoua1-3/+1
2019-08-01IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi1-18/+9
2019-07-24IB/mlx5: Fix clean_mr() to work in the expected orderYishai Hadas1-3/+3
2019-07-24IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas1-1/+3
2019-07-24IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas1-5/+8
2019-07-24IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas1-2/+2
2019-07-03Merge mlx5-next into rdma for-nextJason Gunthorpe1-5/+5
2019-06-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox1-5/+5
2019-06-24RDMA/mlx5: Refactor MR descriptors allocationMax Gurtovoy1-133/+157
2019-06-24RDMA/mlx5: Use PA mapping for PI handoverMax Gurtovoy1-4/+59
2019-06-24RDMA/mlx5: Improve PI handover performanceIsrael Rukshin1-22/+157
2019-06-24RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin1-9/+6
2019-06-24RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrityMax Gurtovoy1-11/+176
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-7/+6
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-2/+3
2019-05-06IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich1-0/+7
2019-05-06IB/mlx5: Support device memory type attributeAriel Levkovich1-12/+20
2019-04-10RDMA/mlx5: Move rep into port structMark Bloch1-3/+3
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe1-2/+1
2019-04-02net/mlx5: Add explicit bar address fieldHuy Nguyen1-2/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-4/+3
2019-02-21IB/mlx5: Protect against prefetch of invalid MRMoni Shoua1-2/+12
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-32/+7
2019-01-24infiniband: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-42/+9
2019-01-24net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe1-32/+7
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-11/+11
2019-01-08RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky1-16/+12