summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/odp.c
AgeCommit message (Expand)Author
2019-03-27IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua
2019-03-04IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua
2019-02-21IB/mlx5: Validate correct PD before prefetch MRMoni Shoua
2019-02-21IB/mlx5: Protect against prefetch of invalid MRMoni Shoua
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-02-04IB/mlx5: Advertise XRC ODP supportMoni Shoua
2019-02-04IB/mlx5: Advertise SRQ ODP support for supported transportsMoni Shoua
2019-02-04IB/mlx5: Add ODP SRQ supportMoni Shoua
2019-02-04IB/mlx5: Let read user wqe also from SRQ bufferMoni Shoua
2019-02-04IB/mlx5: Add XRC initiator ODP supportMoni Shoua
2019-02-04IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signatureMoni Shoua
2019-02-04IB/mlx5: Remove useless check in ODP handlerMoni Shoua
2019-02-04IB/mlx5: Fix the locking of SRQ objects in ODP eventsMoni Shoua
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua
2019-01-24IB/mlx5: Declare local functions 'static'Bart Van Assche
2019-01-21IB/mlx5: Add support for ODP for DEVX indirection mkeyYishai Hadas
2019-01-21IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2019-01-08RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18IB/mlx5: Add advise_mr() supportMoni Shoua
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2018-12-03IB/mlx5: Fix implicit ODP interrupted page faultArtemy Kovalyov
2018-11-29RDMA/mlx5: Initialize return variable in case pagefault was skippedLeon Romanovsky
2018-11-26IB/mlx5: Fix page fault handling for MWArtemy Kovalyov
2018-11-26IB/mlx5: Skip non-ODP MR when handling a page faultArtemy Kovalyov
2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed
2018-11-12IB/mlx5: Improve ODP debugging messagesMoni Shoua
2018-11-12IB/mlx5: Lock QP during page fault handlingMoni Shoua
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-01-03IB/mlx5: Move locks initialization to the corresponding stageMark Bloch
2017-10-18IB/mlx5: Use ARRAY_SIZEJérémy Lefaure
2017-08-04RDMA/mlx5: Fix existence check for extended address vectorLeon Romanovsky
2017-04-25IB/mlx5: Add ODP support to MWArtemy Kovalyov
2017-04-25IB/mlx5: Extract page fault codeArtemy Kovalyov
2017-04-25IB/mlx5: Add contiguous ODP supportArtemy Kovalyov
2017-04-25IB/mlx5: Decrease verbosity level of ODP errorsArtemy Kovalyov
2017-04-25IB/mlx5: Fix implicit MR GCArtemy Kovalyov
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov
2017-01-02IB/mlx5: Improve MR checkArtemy Kovalyov
2017-01-02IB/mlx5: Add ODP atomics supportArtemy Kovalyov
2017-01-02{net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov