index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
umem.c
Age
Commit message (
Expand
)
Author
2023-12-04
RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz
Mike Marciniszyn
2023-07-31
RDMA/umem: Set iova in ODP flow
Michael Guralnik
2022-11-30
RDMA/umem: remove FOLL_FORCE usage
David Hildenbrand
2021-08-24
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
2021-08-24
lib/scatterlist: Fix wrong update of orig_nents
Maor Gottlieb
2021-08-24
lib/scatterlist: Provide a dedicated function to support table append
Maor Gottlieb
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-04-30
RDMA/umem: batch page unpin in __ib_umem_release()
Joao Martins
2021-04-12
RDMA/core: Print the function name by __func__ instead of an fixed string
Wenpeng Liang
2021-03-11
IB/core: Drop WARN_ON() from ib_umem_find_best_pgsz()
Yishai Hadas
2021-01-20
RDMA/umem: Support importing dma-buf as user memory region
Jianxin Xiong
2021-01-14
RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()
Aharon Landau
2020-11-12
RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_size
Christoph Hellwig
2020-11-02
RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc's
Jason Gunthorpe
2020-10-16
Merge branch 'dynamic_sg' into rdma.git for-next
Jason Gunthorpe
2020-10-05
RDMA/umem: Move to allocate SG table from pages
Maor Gottlieb
2020-09-11
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-09-09
RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()
Jason Gunthorpe
2020-09-09
RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()
Jason Gunthorpe
2020-09-09
RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary
Jason Gunthorpe
2020-07-31
RDMA/umem: Add a schedule point in ib_umem_get()
Eric Dumazet
2020-02-13
RDMA/core: Add weak ordering dma attr to dma mapping
Michael Guralnik
2020-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-01-31
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
John Hubbard
2020-01-31
IB/umem: use get_user_pages_fast() to pin DMA pages
John Hubbard
2020-01-28
RDMA/umem: Fix ib_umem_find_best_pgsz()
Artemy Kovalyov
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-11-14
dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
Christoph Hellwig
2019-09-24
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
akpm@linux-foundation.org
2019-08-21
RDMA/odp: remove ib_ucontext from ib_umem
Jason Gunthorpe
2019-08-21
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
2019-08-21
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
2019-08-20
RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB
Jason Gunthorpe
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-05-27
RDMA: Convert put_page() to put_user_page*()
John Hubbard
2019-05-21
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-05-14
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-06
RDMA/umem: Remove hugetlb flag
Shiraz Saleem
2019-05-06
RDMA/umem: Add API to find best driver supported page size in an MR
Shiraz Saleem
2019-05-02
RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()
Shiraz Saleem
2019-04-08
RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()
Shiraz Saleem
2019-04-08
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
2019-03-26
IB/core: Ensure an invalidate_range callback on ODP MR
Ira Weiny
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-07
drivers/IB,core: reduce scope of mmap_sem
Davidlohr Bueso
2019-02-07
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2019-01-10
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
[next]