summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/odp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Fix implicit ODP raceArtemy Kovalyov2020-03-041-10/+7
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-13/+20
|\
| * RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe2020-01-161-6/+13
| * IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua2020-01-161-6/+6
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik2020-01-161-1/+1
* | IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov2020-01-031-2/+40
|/
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-301-27/+23
|\
| * RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-241-27/+23
* | Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe2019-10-281-475/+499
|\|
| * RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe2019-10-281-9/+61
| * RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe2019-10-281-30/+6
| * RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe2019-10-281-50/+102
| * RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe2019-10-281-106/+80
| * RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe2019-10-281-12/+26
| * RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2019-10-281-132/+63
| * RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe2019-10-281-49/+76
| * RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe2019-10-281-2/+3
| * RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe2019-10-281-77/+74
| * RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe2019-10-281-54/+69
| * RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe2019-10-281-38/+45
| * RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe2019-10-281-141/+121
* | Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-11/+47
|\|
| * RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe2019-10-041-6/+8
| * RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe2019-10-041-4/+8
| * RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MRJason Gunthorpe2019-10-041-2/+32
* | RDMA/mlx5: Return ODP type per MRErez Alfasi2019-10-221-0/+2
* | IB/mlx5: Introduce ODP diagnostic countersErez Alfasi2019-10-221-0/+15
* | IB/mlx5: Remove unnecessary return statementErez Alfasi2019-10-041-2/+0
|/
* IB/mlx5: Use the original address for the page during free_pagesDanit Goldberg2019-09-161-4/+5
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-8/+9
|\
| * IB/mlx5: Report and handle ODP support properlyMoni Shoua2019-08-201-8/+9
* | Merge branch 'mlx5-odp-dc' into rdma.git for-nextJason Gunthorpe2019-08-281-48/+3
|\ \
| * | IB/mlx5: Add page fault handler for DC initiator WQEMichael Guralnik2019-08-281-1/+2
| * | IB/mlx5: Remove check of FW capabilities in ODP page fault handlingMichael Guralnik2019-08-281-47/+1
* | | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-61/+51
|\ \ \
| * | | RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe2019-08-211-6/+5
| * | | RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe2019-08-211-3/+3
| * | | RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-211-0/+1
| * | | RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2019-08-211-3/+3
| * | | RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2019-08-211-12/+11
| * | | RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-211-1/+1
| * | | RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe2019-08-211-22/+19
| | |/ | |/|
| * | IB/mlx5: Fix implicit MR release flowYishai Hadas2019-08-071-15/+9
* | | RDMA/mlx5: Remove DEBUG ODP codeLeon Romanovsky2019-07-311-24/+0
|/ /
* | IB/mlx5: Prevent concurrent MR updates during invalidationMoni Shoua2019-07-251-1/+2
* | IB/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-221-2/+2
|/
* Merge mlx5-next into rdma for-nextJason Gunthorpe2019-07-031-6/+6
|\
| * net/mlx5: Use event mask based on device capabilitiesYishai Hadas2019-07-031-1/+1
| * net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-251-5/+5