index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
umem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Add weak ordering dma attr to dma mapping
Michael Guralnik
2020-02-13
1
-4
/
+7
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-01-31
1
-3
/
+6
|
\
|
*
RDMA/umem: Fix ib_umem_find_best_pgsz()
Artemy Kovalyov
2020-01-28
1
-3
/
+6
*
|
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-1
/
+1
*
|
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
John Hubbard
2020-01-31
1
-1
/
+1
*
|
IB/umem: use get_user_pages_fast() to pin DMA pages
John Hubbard
2020-01-31
1
-11
/
+6
|
/
*
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-16
1
-18
/
+9
*
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-11-17
1
-2
/
+1
*
dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flag
Christoph Hellwig
2019-11-14
1
-7
/
+2
*
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
akpm@linux-foundation.org
2019-09-24
1
-4
/
+1
*
RDMA/odp: remove ib_ucontext from ib_umem
Jason Gunthorpe
2019-08-21
1
-2
/
+2
*
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
2019-08-21
1
-16
/
+4
*
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
2019-08-21
1
-25
/
+5
*
RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB
Jason Gunthorpe
2019-08-20
1
-6
/
+1
*
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-06-20
1
-0
/
+3
*
RDMA: Convert put_page() to put_user_page*()
John Hubbard
2019-05-27
1
-3
/
+4
*
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-05-21
1
-2
/
+1
*
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-14
1
-2
/
+3
*
RDMA/umem: Remove hugetlb flag
Shiraz Saleem
2019-05-06
1
-25
/
+1
*
RDMA/umem: Add API to find best driver supported page size in an MR
Shiraz Saleem
2019-05-06
1
-0
/
+51
*
RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()
Shiraz Saleem
2019-05-02
1
-6
/
+10
*
RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()
Shiraz Saleem
2019-04-08
1
-2
/
+2
*
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
2019-04-08
1
-20
/
+81
*
IB/core: Ensure an invalidate_range callback on ODP MR
Ira Weiny
2019-03-26
1
-0
/
+5
*
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-15
1
-3
/
+7
*
drivers/IB,core: reduce scope of mmap_sem
Davidlohr Bueso
2019-02-07
1
-39
/
+2
*
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2019-02-07
1
-6
/
+6
*
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-10
1
-2
/
+7
*
RDMA/core: Acquire and release mmap_sem on page range
Parav Pandit
2018-09-27
1
-2
/
+5
*
RDMA/umem: Fix potential addition overflow
Doug Ledford
2018-09-25
1
-3
/
+5
*
RDMA/umem: Minor optimizations
Doug Ledford
2018-09-25
1
-8
/
+7
*
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
2018-09-21
1
-4
/
+4
*
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
2018-09-21
1
-14
/
+22
*
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2018-09-21
1
-1
/
+1
*
RDMA/umem: Do not use current->tgid to track the mm_struct
Jason Gunthorpe
2018-09-20
1
-41
/
+36
*
RDMA/umem: Refactor exit paths in ib_umem_get
Leon Romanovsky
2018-07-13
1
-24
/
+20
*
RDMA/umem: Don't hold mmap_sem for too long
Leon Romanovsky
2018-07-13
1
-10
/
+14
*
RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()
Leon Romanovsky
2018-06-26
1
-1
/
+1
*
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
2018-05-28
1
-16
/
+2
|
\
|
*
IB/core: Make testing MR flags for writability a static inline function
Jack Morgenstein
2018-05-28
1
-10
/
+1
|
*
IB/umem: Use the correct mm during ib_umem_release
Lidong Chen
2018-05-15
1
-6
/
+1
*
|
IB/core: Remove redundant return
Yuval Shaia
2018-05-15
1
-2
/
+0
|
/
*
IB/umem: Fix use of npages/nmap fields
Artemy Kovalyov
2017-12-18
1
-1
/
+1
*
IB/core: disable memory registration of filesystem-dax vmas
Dan Williams
2017-11-29
1
-1
/
+1
*
RDMA/core: not to set page dirty bit if it's already set.
Qing Huang
2017-06-01
1
-1
/
+1
*
IB/umem: Add support to huge ODP
Artemy Kovalyov
2017-04-25
1
-1
/
+1
*
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-04-25
1
-9
/
+6
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-02-23
1
-3
/
+0
|
\
[next]