summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau2021-01-141-1/+1
* RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig2020-11-121-4/+4
* RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe2020-11-021-0/+9
* Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2020-10-161-82/+12
|\
| * RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb2020-10-061-82/+12
* | RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-12/+0
* | RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+6
* | RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe2020-09-091-3/+8
* | RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe2020-09-091-0/+6
* | RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe2020-09-091-2/+7
|/
* RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet2020-07-311-0/+1
* RDMA/core: Add weak ordering dma attr to dma mappingMichael Guralnik2020-02-131-4/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-311-3/+6
|\
| * RDMA/umem: Fix ib_umem_find_best_pgsz()Artemy Kovalyov2020-01-281-3/+6
* | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
* | IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard2020-01-311-11/+6
|/
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-18/+9
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-2/+1
* dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flagChristoph Hellwig2019-11-141-7/+2
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-251-4/+1
* RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe2019-08-221-2/+2
* RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2019-08-211-16/+4
* RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-211-25/+5
* RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe2019-08-201-6/+1
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-0/+3
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-281-3/+4
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-211-2/+1
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
* RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-061-25/+1
* RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-061-0/+51
* RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem2019-05-021-6/+10
* RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem2019-04-081-2/+2
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-20/+81
* IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2019-03-261-0/+5
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-151-3/+7
* drivers/IB,core: reduce scope of mmap_semDavidlohr Bueso2019-02-071-39/+2
* mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-6/+6
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-2/+7
* RDMA/core: Acquire and release mmap_sem on page rangeParav Pandit2018-09-271-2/+5
* RDMA/umem: Fix potential addition overflowDoug Ledford2018-09-251-3/+5
* RDMA/umem: Minor optimizationsDoug Ledford2018-09-251-8/+7
* RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-211-4/+4
* RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-211-14/+22
* RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-211-1/+1
* RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe2018-09-201-41/+36
* RDMA/umem: Refactor exit paths in ib_umem_getLeon Romanovsky2018-07-131-24/+20
* RDMA/umem: Don't hold mmap_sem for too longLeon Romanovsky2018-07-131-10/+14
* RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky2018-06-261-1/+1
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-16/+2
|\