summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/mr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rdmavt: Convert to use ERR_CAST()Shen Lichuan2024-09-021-3/+3
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-1/+1
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-241-1/+1
* | IB/rdmavt: Convert to SPDX identifierCai Huoqing2021-08-251-43/+1
|/
* RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-211-2/+2
* RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descript...Lee Jones2021-01-221-10/+11
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-4/+2
* percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-061-1/+1
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy2020-06-021-154/+0
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn2019-06-281-0/+1
* IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn2019-06-281-1/+1
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-0/+2
|\
| * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-0/+2
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
|/
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-7/+10
|\
| * IB/rdmavt: Fix frwr memory registrationJosh Collier2019-04-161-7/+10
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-4/+3
* | RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
|/
* RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem2019-02-131-10/+8
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-2/+1
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-141-4/+6
* infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-101-1/+1
* IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2017-08-281-17/+104
* IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn2017-07-311-5/+3
* IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn2017-06-271-7/+44
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-4/+4
* IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn2017-04-051-16/+33
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-4/+4
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-241-4/+4
* | IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez2017-02-191-21/+38
|/
* IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez2016-12-111-4/+4
* IB/rdmavt: Add trace of MR segsMike Marciniszyn2016-12-111-0/+4
* IB/hfi1: Optimize lkey validation structuresMike Marciniszyn2016-11-151-5/+5
* IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King2016-09-161-1/+1
* IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong2016-08-021-2/+71
* IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong2016-08-021-0/+51
* IB/rdmavt: Use kzalloc_nodeJubin John2016-05-261-1/+3
* IB/rdmavt: Check lkey_table_size value before useJubin John2016-03-101-2/+1
* IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro2016-03-101-5/+0
* IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro2016-03-101-13/+25
* IB/rdmavt: Add Mem affinity supportMitko Haralanov2016-03-101-1/+1
* IB/rdmavt: Fix copyright dateDennis Dalessandro2016-03-101-1/+1
* IB/rdmavt: Move memory registration into rdmavtDennis Dalessandro2016-03-101-12/+671
* IB/rdmavt: Add memory region stubsDennis Dalessandro2016-03-101-0/+165