summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/odp.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28IB/mlx5: Add page fault handler for DC initiator WQEMichael Guralnik1-1/+2
2019-08-28IB/mlx5: Remove check of FW capabilities in ODP page fault handlingMichael Guralnik1-47/+1
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-61/+51
2019-08-21RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe1-6/+5
2019-08-21RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe1-3/+3
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua1-0/+1
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe1-3/+3
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe1-12/+11
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe1-1/+1
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe1-22/+19
2019-08-20IB/mlx5: Report and handle ODP support properlyMoni Shoua1-8/+9
2019-08-07IB/mlx5: Fix implicit MR release flowYishai Hadas1-15/+9
2019-07-31RDMA/mlx5: Remove DEBUG ODP codeLeon Romanovsky1-24/+0
2019-07-25IB/mlx5: Prevent concurrent MR updates during invalidationMoni Shoua1-1/+2
2019-07-22IB/mlx5: Replace kfree with kvfreeChuhong Yuan1-2/+2
2019-07-03Merge mlx5-next into rdma for-nextJason Gunthorpe1-6/+6
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas1-1/+1
2019-06-25net/mlx5: Convert mkey_table to XArrayMatthew Wilcox1-5/+5
2019-06-19Merge remote-tracking branch 'mlx5-next/mlx5-next' into HEADDoug Ledford1-6/+15
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery1-1/+8
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich1-1/+1
2019-06-13net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery1-1/+1
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery1-4/+6
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-13/+10
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem1-1/+1
2019-04-04RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky1-67/+52
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe1-1/+2
2019-03-27IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov1-1/+10
2019-03-27IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua1-1/+2
2019-03-04IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua1-1/+1
2019-02-22IB/mlx5: Validate correct PD before prefetch MRMoni Shoua1-16/+30
2019-02-22IB/mlx5: Protect against prefetch of invalid MRMoni Shoua1-8/+88
2019-02-05Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-5/+5
2019-02-05IB/mlx5: Advertise XRC ODP supportMoni Shoua1-0/+18
2019-02-05IB/mlx5: Advertise SRQ ODP support for supported transportsMoni Shoua1-0/+6
2019-02-05IB/mlx5: Add ODP SRQ supportMoni Shoua1-23/+61
2019-02-05IB/mlx5: Let read user wqe also from SRQ bufferMoni Shoua1-5/+15
2019-02-05IB/mlx5: Add XRC initiator ODP supportMoni Shoua1-1/+5
2019-02-05IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signatureMoni Shoua1-7/+7
2019-02-05IB/mlx5: Remove useless check in ODP handlerMoni Shoua1-7/+2
2019-02-05IB/mlx5: Fix the locking of SRQ objects in ODP eventsMoni Shoua1-5/+8
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua1-1/+1
2019-01-24IB/mlx5: Declare local functions 'static'Bart Van Assche1-1/+1
2019-01-22IB/mlx5: Add support for ODP for DEVX indirection mkeyYishai Hadas1-5/+21
2019-01-22IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe1-5/+5
2019-01-11IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-2/+2
2019-01-09RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky1-3/+3
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+116
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2018-12-19IB/mlx5: Add advise_mr() supportMoni Shoua1-9/+116