summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/odp.c
AgeCommit message (Expand)Author
2021-03-03RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky
2021-02-08RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas
2021-01-22RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_d...Lee Jones
2021-01-20RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong
2020-12-07RDMA/mlx5: Assign dev to DM MRMaor Gottlieb
2020-12-07RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe
2020-10-01RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas
2020-10-01RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas
2020-09-18RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-27RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb
2020-07-21RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb
2020-05-06RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky
2020-04-30RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky
2020-04-28RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe
2020-03-13RDMA/mlx5: Simplify how the MR cache bucket is locatedJason Gunthorpe
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