aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda1-1/+0
2022-08-16IB/mlx5: Call io_stop_wc() after writing to WC MMIOJason Gunthorpe1-0/+1
2022-01-28RDMA/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2020-11-26RDMA/mlx5: Silence the overflow warning while building offset maskLeon Romanovsky1-1/+1
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe1-55/+0
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe1-21/+0
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe1-0/+45
2020-11-02RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP casesJason Gunthorpe1-64/+0
2020-11-02RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe1-5/+14
2020-11-02RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe1-4/+1
2020-11-02RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe1-11/+4
2020-11-02RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe1-12/+1
2020-11-02RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mrJason Gunthorpe1-0/+11
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+2
2020-03-24IB/mlx5: Generally use the WC auto detection test resultYishai Hadas1-1/+1
2020-01-03IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov1-25/+0
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik1-0/+199
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe1-13/+0
2019-08-20RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe1-2/+3
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-10/+10
2019-01-08RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky1-4/+1
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe1-5/+4
2017-09-25IB/mlx5: Simplify mlx5_ib_cont_pagesIlya Lesokhin1-30/+17
2017-04-25IB/mlx5: Add contiguous ODP supportArtemy Kovalyov1-5/+4
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+2
2017-01-02IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov1-7/+25
2016-11-16IB/mlx5: Limit mkey page size to 2GBMajd Dibbiny1-1/+6
2016-09-02IB/mlx5: Fix the size parameter to find_first_bitChristophe Jaillet1-3/+3
2015-04-02IB/mlx5: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-01-13infiniband: mlx5: avoid a compile-time warningArnd Bergmann1-1/+1
2014-12-15IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran1-5/+14
2014-12-15IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran1-3/+55
2014-10-09IB/mlx5: Modify to work with arbitrary page sizeYishai Hadas1-8/+10
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-40/+40
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+162