aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-02-17IB/mlx5: Update the dev in reg_createMajd Dibbiny1-0/+1
2014-12-15IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran1-5/+74
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran1-14/+31
2014-12-15IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran1-3/+129
2014-12-15IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran1-14/+19
2014-12-15IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran1-12/+17
2014-12-15IB/mlx5: Remove per-MR pas and dma pointersHaggai Eran1-9/+12
2014-12-08mlx5: Fix error flow in add_keysEli Cohen1-0/+3
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-2/+2
2014-10-09IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mrEli Cohen1-3/+3
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-24/+24
2014-05-28IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bitsRoland Dreier1-1/+1
2014-05-27IB/mlx5: Refactor UMR to have its own context structShachar Raindel1-20/+20
2014-05-27mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran1-0/+4
2014-05-27IB/mlx5: Add MR to radix tree in reg_mr_callbackHaggai Eran1-0/+9
2014-05-27IB/mlx5: Fix error handling in reg_umrHaggai Eran1-15/+16
2014-03-07IB/mlx5: Collect signature error completionSagi Grimberg1-0/+46
2014-03-07mlx5: Implement create_mr and destroy_mrSagi Grimberg1-0/+111
2014-01-14IB/mlx5: Remove unused code in mr.cEli Cohen1-1/+0
2013-11-15IB/mlx5: Remove dead codeEli Cohen1-6/+0
2013-11-08IB/mlx5: Remove dead code in mr.cEli Cohen1-7/+3
2013-11-08IB/mlx5: Multithreaded create MREli Cohen1-38/+125
2013-10-10IB/mlx5: Ensure proper synchronization accessing memoryEli Cohen1-3/+4
2013-10-10IB/mlx5: Fix alignment of reg umr gather buffersEli Cohen1-3/+8
2013-10-10IB/mlx5: Decrease memory consumption of mr cachesEli Cohen1-35/+22
2013-10-10IB/mlx5: Flush cache workqueue before destroying itMoshe Lazer1-1/+4
2013-07-11mlx5: Return -EFAULT instead of -EPERMDan Carpenter1-4/+4
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+1007