aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/rdma/ib_umem.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-04RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn1-1/+8
2023-02-12RDMA/umem: Remove unused 'work' member from struct ib_umemJason Gunthorpe1-1/+0
2021-10-28RDMA/umem: Allow pinned dmabuf umem usageGal Pressman1-0/+11
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-7/+5
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb1-0/+1
2021-01-20RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong1-3/+45
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe1-0/+42
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+0
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-3/+12
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-0/+20
2020-08-31RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()Jason Gunthorpe1-4/+5
2020-07-29RDMA/include: Replace license text with SPDX tagsLeon Romanovsky1-28/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-2/+2
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-08-21RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe1-1/+1
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-15/+4
2019-05-06RDMA/umem: Remove hugetlb flagShiraz Saleem1-1/+0
2019-05-06RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem1-0/+9
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-3/+5
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe1-3/+3
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe1-2/+1
2018-05-15IB/umem: Use the correct mm during ib_umem_releaseLidong Chen1-1/+0
2017-04-25IB/umem: Add contiguous ODP supportArtemy Kovalyov1-2/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+2
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel1-0/+2
2014-12-15IB/mlx5: Add function to read WQE from user-spaceHaggai Eran1-1/+4
2014-12-15IB/core: Add umem function to read data from user-spaceHaggai Eran1-0/+2
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-1/+24
2014-09-19IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer1-0/+1
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-8/+3
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-2/+2
2007-10-09IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08IB: Put rlimit accounting struct in struct ib_umemRoland Dreier1-0/+3
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-0/+78