aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-1/+0
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-2/+2
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe1-8/+8
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-21/+9
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+3
2020-07-06IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas1-1/+0
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy1-93/+0
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-4/+4
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-07-24RDMA/mlx4: Untag user pointers in mlx4_get_umem_mrAndrey Konovalov1-3/+4
2019-05-21IB/mlx4: Delete unused func argYuval Shaia1-5/+3
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-4/+4
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-4/+3
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-7/+5
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-5/+6
2018-06-11IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet1-2/+5
2018-05-28IB/mlx4: Mark user MR as writable if actual virtual memory is writableJack Morgenstein1-8/+42
2018-05-03IB/mlx4: Fix integer overflow when calculating optimal MTT sizeJack Morgenstein1-1/+1
2018-03-08mlx4_ib: set user mr attributes in struct ib_mrSteve Wise1-0/+3
2018-01-02IB/mlx4: Fix mlx4_ib_alloc_mr error flowLeon Romanovsky1-1/+1
2017-11-13IB/mlx4: Add contig support for control objectsGuy Levi1-3/+2
2017-11-13IB/mlx4: Use optimal numbers of MTT entriesGuy Levi1-24/+261
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-3/+3
2017-01-24IB/mlx4: Switch from dma_device to dev.parentBart Van Assche1-3/+3
2016-06-23IB/mlx4: Prevent cross page boundary allocationChuck Lever1-17/+17
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-4/+3
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+3
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-22/+0
2015-10-28IB/mlx4: Remove old FRWR API supportSagi Grimberg1-48/+0
2015-10-28IB/mlx4: Support the new memory registration APISagi Grimberg1-6/+95
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-10/+10
2015-08-30mlx4: Support ib_alloc_mr verbSagi Grimberg1-3/+8
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-2/+4
2014-12-15IB/mlx4: Fix an incorrectly shadowed variable in mlx4_ib_rereg_user_mrJack Morgenstein1-1/+0
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak1-2/+5
2014-08-01IB/mlx4_ib: Add support for user MR re-registrationMatan Barak1-1/+87
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-20/+19
2013-02-25IB/mlx4: Support memory window bindingShani Michaeli1-0/+22
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli1-0/+52
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli1-5/+8
2012-05-08IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)Shlomo Pongratz1-1/+1
2010-10-11IB/mlx4: Limit size of fast registration WRsEli Cohen1-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2010-04-07IB/mlx4: Check correct variable for allocation failureDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2009-05-07IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein1-2/+8
2008-11-05IB/mlx4: Set umem field to NULL in mlx4_ib_alloc_fast_reg_mr()Vladimir Sokolovsky1-0/+1