aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-27IB/mlx4: Actually return L_Key and R_Key for fast register MRsVladimir Sokolovsky1-0/+2
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein1-0/+1
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier1-0/+70
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+2
2008-02-14IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()Jack Morgenstein1-1/+1
2007-10-09IB/mlx4: Implement FMRsJack Morgenstein1-0/+93
2007-10-09mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein1-4/+3
2007-05-08IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier1-0/+184