index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
umem_odp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/core: Enable ODP sync without faulting
Yishai Hadas
2020-10-01
1
-10
/
+25
*
IB/core: Improve ODP to use hmm_range_fault()
Yishai Hadas
2020-10-01
1
-166
/
+112
*
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
1
-1
/
+1
*
RDMA: Correct trivial kernel-doc inconsistencies
Colton Lewis
2020-06-22
1
-0
/
+2
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
RDMA/odp: Fix leaking the tgid for implicit ODP
Jason Gunthorpe
2020-03-10
1
-1
/
+1
*
RDMA/odp: Ensure the mm is still alive before creating an implicit child
Jason Gunthorpe
2020-03-04
1
-5
/
+19
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-01-31
1
-17
/
+5
|
\
|
*
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
2020-01-21
1
-22
/
+7
|
|
\
|
*
|
IB/core: Fix build failure without hugepages
Arnd Bergmann
2020-01-09
1
-2
/
+3
|
*
|
IB/core: Fix ODP with IB_ACCESS_HUGETLB handling
Yishai Hadas
2020-01-03
1
-17
/
+4
|
*
|
IB/core: Fix ODP get user pages flow
Yishai Hadas
2020-01-03
1
-1
/
+1
*
|
|
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
John Hubbard
2020-01-31
1
-7
/
+6
|
|
/
|
/
|
*
|
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-16
1
-22
/
+7
|
/
*
RDMA/odp: Use mmu_interval_notifier_insert()
Jason Gunthorpe
2019-11-24
1
-262
/
+41
*
RDMA/odp: Remove broken debugging call to invalidate_range
Jason Gunthorpe
2019-10-28
1
-19
/
+19
*
RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()
Jason Gunthorpe
2019-10-04
1
-2
/
+4
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-09-21
1
-1
/
+1
|
\
|
*
RDMA/odp: Add missing cast for 32 bit
Jason Gunthorpe
2019-09-13
1
-1
/
+1
*
|
RDMA/odp: remove ib_ucontext from ib_umem
Jason Gunthorpe
2019-08-22
1
-8
/
+7
*
|
RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
Jason Gunthorpe
2019-08-22
1
-115
/
+53
|
/
*
RDMA/core: Make invalidate_range a device operation
Moni Shoua
2019-08-21
1
-5
/
+5
*
RDMA/odp: Use kvcalloc for the dma_list and page_list
Jason Gunthorpe
2019-08-21
1
-8
/
+8
*
RDMA/odp: Check for overflow when computing the umem_odp end
Jason Gunthorpe
2019-08-21
1
-6
/
+19
*
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
2019-08-21
1
-0
/
+3
*
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
2019-08-21
1
-18
/
+49
*
RDMA/odp: Make the three ways to create a umem_odp clear
Jason Gunthorpe
2019-08-21
1
-6
/
+74
*
RMDA/odp: Consolidate umem_odp initialization
Jason Gunthorpe
2019-08-21
1
-114
/
+86
*
RDMA/odp: Make it clearer when a umem is an implicit ODP umem
Jason Gunthorpe
2019-08-21
1
-24
/
+30
*
RDMA/odp: Iterate over the whole rbtree directly
Jason Gunthorpe
2019-08-21
1
-19
/
+21
*
RDMA/odp: Use the common interval tree library instead of generic
Jason Gunthorpe
2019-08-21
1
-54
/
+18
*
IB/mlx5: Fix implicit MR release flow
Yishai Hadas
2019-08-07
1
-4
/
+0
*
RDMA/odp: Do not leak dma maps when working with huge pages
Jason Gunthorpe
2019-06-21
1
-1
/
+2
*
RDMA/odp: Fix missed unlock in non-blocking invalidate_start
Jason Gunthorpe
2019-06-19
1
-5
/
+9
*
RDMA: Convert put_page() to put_user_page*()
John Hubbard
2019-05-28
1
-5
/
+5
*
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-05-21
1
-43
/
+36
*
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
2019-05-14
1
-2
/
+3
*
RDMA/umem: Remove hugetlb flag
Shiraz Saleem
2019-05-06
1
-3
/
+0
*
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
2019-04-08
1
-2
/
+2
*
IB/core: Ensure an invalidate_range callback on ODP MR
Ira Weiny
2019-03-26
1
-10
/
+3
*
RDMA/umem: Revert broken 'off by one' fix
John Hubbard
2019-03-06
1
-3
/
+6
*
RDMA/umem: minor bug fix in error handling path
John Hubbard
2019-03-04
1
-3
/
+6
*
IB/core: Abort page fault handler silently during owning process exit
Moni Shoua
2019-02-22
1
-1
/
+1
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-0
/
+3
|
\
|
*
RDMA/umem: Add missing initialization of owning_mm
Artemy Kovalyov
2019-01-25
1
-0
/
+3
*
|
IB/mlx5: Ranges in implicit ODP MR inherit its write access
Moni Shoua
2019-01-24
1
-2
/
+3
*
|
IB/core: Declare local functions 'static'
Bart Van Assche
2019-01-24
1
-1
/
+1
|
/
*
mm/mmu_notifier: use structure for invalidate_range_start/end callback
Jérôme Glisse
2018-12-28
1
-12
/
+8
*
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2018-12-11
1
-2
/
+12
|
\
|
*
IB/mlx5: Improve ODP debugging messages
Moni Shoua
2018-11-12
1
-2
/
+12
[next]