aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/odp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18IB/mlx5: Add advise_mr() supportMoni Shoua1-9/+116
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe1-0/+10
2018-11-29RDMA/mlx5: Initialize return variable in case pagefault was skippedLeon Romanovsky1-0/+1
2018-11-26IB/mlx5: Fix page fault handling for MWArtemy Kovalyov1-0/+1
2018-11-26IB/mlx5: Skip non-ODP MR when handling a page faultArtemy Kovalyov1-0/+8
2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed1-14/+267
2018-11-12IB/mlx5: Improve ODP debugging messagesMoni Shoua1-2/+2
2018-11-12IB/mlx5: Lock QP during page fault handlingMoni Shoua1-9/+37
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe1-1/+1
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe1-18/+25
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe1-6/+8
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe1-13/+13
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe1-26/+28
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-1/+1
2018-01-03IB/mlx5: Move locks initialization to the corresponding stageMark Bloch1-9/+0
2017-10-18IB/mlx5: Use ARRAY_SIZEJérémy Lefaure1-3/+3
2017-08-04RDMA/mlx5: Fix existence check for extended address vectorLeon Romanovsky1-1/+1
2017-04-25IB/mlx5: Add ODP support to MWArtemy Kovalyov1-43/+118
2017-04-25IB/mlx5: Extract page fault codeArtemy Kovalyov1-99/+104
2017-04-25IB/mlx5: Add contiguous ODP supportArtemy Kovalyov1-13/+15
2017-04-25IB/mlx5: Decrease verbosity level of ODP errorsArtemy Kovalyov1-7/+4
2017-04-25IB/mlx5: Fix implicit MR GCArtemy Kovalyov1-10/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-1/+1
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov1-42/+463
2017-01-02IB/mlx5: Improve MR checkArtemy Kovalyov1-2/+7
2017-01-02IB/mlx5: Add ODP atomics supportArtemy Kovalyov1-38/+50
2017-01-02{net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov1-190/+110
2017-01-02IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov1-6/+13
2017-01-02IB/mlx5: Add support for big MRsArtemy Kovalyov1-0/+5
2017-01-02IB/mlx5: Refactor UMR post send formatArtemy Kovalyov1-1/+2
2016-10-07IB/mlx5/odp: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-03-01net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak1-5/+5
2016-01-21IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP typesmajd@mellanox.com1-12/+17
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed1-27/+20
2015-04-02IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2014-12-15IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran1-11/+117
2014-12-15IB/mlx5: Add support for RDMA read/write responder page faultsHaggai Eran1-0/+79
2014-12-15IB/mlx5: Handle page faultsHaggai Eran1-0/+408
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran1-0/+145
2014-12-15IB/mlx5: Implement the ODP capability query verbHaggai Eran1-0/+60