summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/odp.c
AgeCommit message (Expand)Author
2020-03-04IB/mlx5: Fix implicit ODP raceArtemy Kovalyov
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik
2020-01-16RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe
2020-01-16IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-03IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-11-23RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe
2019-10-28Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe
2019-10-28RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe
2019-10-28RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe
2019-10-28RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe
2019-10-28RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe
2019-10-28RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe
2019-10-28RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe
2019-10-28RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe
2019-10-28RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe
2019-10-28RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe
2019-10-22RDMA/mlx5: Return ODP type per MRErez Alfasi
2019-10-22IB/mlx5: Introduce ODP diagnostic countersErez Alfasi
2019-10-04RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe
2019-10-04RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe
2019-10-04RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MRJason Gunthorpe
2019-10-04IB/mlx5: Remove unnecessary return statementErez Alfasi
2019-09-16IB/mlx5: Use the original address for the page during free_pagesDanit Goldberg
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe
2019-08-28Merge branch 'mlx5-odp-dc' into rdma.git for-nextJason Gunthorpe
2019-08-28IB/mlx5: Add page fault handler for DC initiator WQEMichael Guralnik
2019-08-28IB/mlx5: Remove check of FW capabilities in ODP page fault handlingMichael Guralnik
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe
2019-08-21RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe
2019-08-21RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe
2019-08-20IB/mlx5: Report and handle ODP support properlyMoni Shoua
2019-08-07IB/mlx5: Fix implicit MR release flowYishai Hadas
2019-07-31RDMA/mlx5: Remove DEBUG ODP codeLeon Romanovsky
2019-07-25IB/mlx5: Prevent concurrent MR updates during invalidationMoni Shoua
2019-07-22IB/mlx5: Replace kfree with kvfreeChuhong Yuan
2019-07-03Merge mlx5-next into rdma for-nextJason Gunthorpe
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas
2019-06-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox