summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/odp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-071-9/+19
|\
| * RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb2020-07-241-0/+9
| * RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb2020-07-031-9/+10
* | RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe2020-07-271-3/+2
* | RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe2020-07-211-3/+19
|/
* RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky2020-05-061-3/+2
* RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky2020-04-301-2/+1
* RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky2020-04-291-1/+1
* net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-191-1/+2
* Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe2020-03-131-1/+1
|\
| * RDMA/mlx5: Simplify how the MR cache bucket is locatedJason Gunthorpe2020-03-131-1/+1
* | 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