summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-77/+180
|\
| * IB/mlx5: Device memory mr registration supportAriel Levkovich2018-04-051-0/+74
| * net/mlx5: Mkey creation command adjustmentsAriel Levkovich2018-04-051-5/+8
| * IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2018-03-271-5/+30
| * RDMA/mlx5: Simplify clean and destroy MR callsLeon Romanovsky2018-03-151-30/+10
| * RDMA/mlx5: Guard ODP specific assignments with specific CONFIGLeon Romanovsky2018-03-151-0/+4
| * RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky2018-03-151-14/+18
| * RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky2018-03-151-1/+1
| * RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky2018-03-151-0/+2
| * Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-141-5/+9
| |\
| * | IB/mlx5: Maintain a single emergency pageIlya Lesokhin2018-03-141-6/+5
| * | IB/mlx5: Only synchronize RCU once when removing mkeysDaniel Jurgens2018-03-141-16/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+3
|\ \ \
| * | | IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch2018-03-211-0/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-5/+9
|\| | | |/ |/|
| * RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky2018-03-141-4/+8
| * IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko2018-02-281-1/+1
* | IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch2018-02-231-2/+3
|/
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-0/+1
|\
| * IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi2017-12-271-0/+1