index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
umem_odp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/odp: Do not leak dma maps when working with huge pages
Jason Gunthorpe
2019-06-20
1
-1
/
+2
*
RDMA/odp: Fix missed unlock in non-blocking invalidate_start
Jason Gunthorpe
2019-06-18
1
-5
/
+9
*
RDMA: Convert put_page() to put_user_page*()
John Hubbard
2019-05-27
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-21
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-10
1
-2
/
+12
|
\
|
*
IB/mlx5: Improve ODP debugging messages
Moni Shoua
2018-11-12
1
-2
/
+12
*
|
IB/umem: Set correct address to the invalidation function
Artemy Kovalyov
2018-11-26
1
-14
/
+6
|
/
*
RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path
Jason Gunthorpe
2018-09-21
1
-2
/
+8
*
RDMA/umem: Handle a half-complete start/end sequence
Jason Gunthorpe
2018-09-21
1
-13
/
+26
*
RDMA/umem: Get rid of per_mm->notifier_count
Jason Gunthorpe
2018-09-21
1
-95
/
+18
*
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
2018-09-21
1
-141
/
+160
*
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
Jason Gunthorpe
2018-09-21
1
-59
/
+68
*
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
2018-09-21
1
-2
/
+1
*
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
2018-09-21
1
-49
/
+30
*
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2018-09-21
1
-66
/
+73
*
RDMA/umem: Restore lockdep check while downgrading lock
Leon Romanovsky
2018-09-06
1
-6
/
+0
*
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-08-22
1
-7
/
+26
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-6
/
+10
*
RDMA/umem: Avoid partial declaration of non-static function
Leon Romanovsky
2017-11-10
1
-0
/
+72
*
IB/umem: update to new mmu_notifier semantic
Jérôme Glisse
2017-08-31
1
-19
/
+0
*
RDMA/umem: Fix missing mmap_sem in get umem ODP call
Leon Romanovsky
2017-06-01
1
-1
/
+5
*
IB/umem: Add support to huge ODP
Artemy Kovalyov
2017-04-25
1
-2
/
+17
*
IB/umem: Add contiguous ODP support
Artemy Kovalyov
2017-04-25
1
-19
/
+31
*
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-04-25
1
-6
/
+6
*
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
IB/umem: Indicate that process is being terminated
Artemy Kovalyov
2017-02-14
1
-2
/
+3
*
IB/umem: Update on demand page (ODP) support
Artemy Kovalyov
2017-02-14
1
-9
/
+78
*
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-12-14
1
-1
/
+1
*
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-19
1
-2
/
+5
*
mm/gup: Introduce get_user_pages_remote()
Dave Hansen
2016-02-16
1
-4
/
+4
*
IB/core: constify mmu_notifier_ops structures
Julia Lawall
2015-12-24
1
-1
/
+1
*
IB/core: dma unmap optimizations
Guy Shapiro
2015-05-05
1
-2
/
+3
*
IB/core: dma map/unmap locking optimizations
Guy Shapiro
2015-05-05
1
-5
/
+4
*
IB/core: Properly handle registration of on-demand paging MRs after dereg
Haggai Eran
2015-02-17
1
-1
/
+2
*
IB/core: Implement support for MMU notifiers regarding on demand paging regions
Haggai Eran
2014-12-15
1
-10
/
+369
*
IB/core: Add support for on demand paging regions
Shachar Raindel
2014-12-15
1
-0
/
+309