aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/odp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04IB/mlx5: Fix implicit ODP raceArtemy Kovalyov1-10/+7
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-13/+20
2020-01-16RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik1-1/+1
2020-01-16RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe1-6/+13
2020-01-16IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua1-6/+6
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2020-01-03IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov1-2/+40
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-27/+23
2019-11-23RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe1-27/+23
2019-10-28Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe1-475/+499
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe1-9/+61
2019-10-28RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe1-30/+6
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe1-50/+102
2019-10-28RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe1-106/+80
2019-10-28RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe1-12/+26
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe1-132/+63
2019-10-28RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe1-49/+76
2019-10-28RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe1-2/+3
2019-10-28RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe1-77/+74
2019-10-28RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe1-54/+69
2019-10-28RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe1-38/+45
2019-10-28RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe1-141/+121
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-11/+47
2019-10-22RDMA/mlx5: Return ODP type per MRErez Alfasi1-0/+2
2019-10-22IB/mlx5: Introduce ODP diagnostic countersErez Alfasi1-0/+15
2019-10-04RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe1-6/+8
2019-10-04RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe1-4/+8
2019-10-04RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MRJason Gunthorpe1-2/+32
2019-10-04IB/mlx5: Remove unnecessary return statementErez Alfasi1-2/+0
2019-09-16IB/mlx5: Use the original address for the page during free_pagesDanit Goldberg1-4/+5
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe1-8/+9
2019-08-28Merge branch 'mlx5-odp-dc' into rdma.git for-nextJason Gunthorpe1-48/+3
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-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox1-5/+5