summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Use irq xarray locking for mkey_tableJason Gunthorpe2019-10-281-2/+2
* 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
* 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
* | 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-211-2/+12
* | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-32/+7
|\ \ | |/
| * net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe2019-01-241-32/+7
* | infiniband: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-42/+9
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-11/+11
* | RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky2019-01-081-16/+12
* | RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky2019-01-081-10/+3
|/
* Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"Leon Romanovsky2019-01-021-16/+3
* IB/mlx5: Fix long EEH recover time with NVMe offloadsHuy Nguyen2018-12-201-3/+16
* IB/mlx5: Add advise_mr() supportMoni Shoua2018-12-181-0/+15
* RDMA/mlx5: Fix function name typo 'fileds' -> 'fields'Gal Pressman2018-12-181-4/+4
* IB/mlx5: Fix MR cache initializationArtemy Kovalyov2018-10-161-1/+1
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-4/+8
|\
| * IB/mlx5: Unmap DMA addr from HCA before IOMMUValentine Fatiev2018-10-101-4/+8
* | RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-211-6/+7
* | RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-211-1/+2
|/
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-1/+1
* IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn2018-07-091-24/+8
* RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky2018-04-271-9/+23
OpenPOWER on IntegriCloud