aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-06-28IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn1-0/+1
2019-06-28IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn1-1/+1
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn1-0/+2
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-7/+10
2019-04-16IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-4/+3
2019-03-28RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-02-13RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem1-10/+8
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-03-14RDMAVT: Fix synchronization around percpu_refTejun Heo1-4/+6
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap1-1/+1
2017-08-28IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn1-17/+104
2017-07-31IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn1-5/+3
2017-06-27IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn1-7/+44
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-4/+4
2017-04-05IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn1-16/+33
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+4
2017-02-19IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez1-21/+38
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche1-4/+4
2016-12-11IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez1-4/+4
2016-12-11IB/rdmavt: Add trace of MR segsMike Marciniszyn1-0/+4
2016-11-15IB/hfi1: Optimize lkey validation structuresMike Marciniszyn1-5/+5
2016-09-16IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King1-1/+1
2016-08-02IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong1-2/+71
2016-08-02IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong1-0/+51
2016-05-26IB/rdmavt: Use kzalloc_nodeJubin John1-1/+3
2016-03-10IB/rdmavt: Check lkey_table_size value before useJubin John1-2/+1
2016-03-10IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro1-5/+0
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-13/+25
2016-03-10IB/rdmavt: Add Mem affinity supportMitko Haralanov1-1/+1
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Move memory registration into rdmavtDennis Dalessandro1-12/+671
2016-03-10IB/rdmavt: Add memory region stubsDennis Dalessandro1-0/+165