index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
umem_odp.c
Age
Commit message (
Expand
)
Author
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-03-06
RDMA/umem: Revert broken 'off by one' fix
John Hubbard
2019-03-04
RDMA/umem: minor bug fix in error handling path
John Hubbard
2019-02-21
IB/core: Abort page fault handler silently during owning process exit
Moni Shoua
2019-02-04
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-01-25
RDMA/umem: Add missing initialization of owning_mm
Artemy Kovalyov
2019-01-24
IB/mlx5: Ranges in implicit ODP MR inherit its write access
Moni Shoua
2019-01-24
IB/core: Declare local functions 'static'
Bart Van Assche
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end callback
Jérôme Glisse
2018-12-10
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2018-11-26
IB/umem: Set correct address to the invalidation function
Artemy Kovalyov
2018-11-12
IB/mlx5: Improve ODP debugging messages
Moni Shoua
2018-09-21
RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path
Jason Gunthorpe
2018-09-21
RDMA/umem: Handle a half-complete start/end sequence
Jason Gunthorpe
2018-09-21
RDMA/umem: Get rid of per_mm->notifier_count
Jason Gunthorpe
2018-09-21
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
2018-09-21
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
Jason Gunthorpe
2018-09-21
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
2018-09-21
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
2018-09-21
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2018-09-06
RDMA/umem: Restore lockdep check while downgrading lock
Leon Romanovsky
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2017-11-10
RDMA/umem: Avoid partial declaration of non-static function
Leon Romanovsky
2017-08-31
IB/umem: update to new mmu_notifier semantic
Jérôme Glisse
2017-06-01
RDMA/umem: Fix missing mmap_sem in get umem ODP call
Leon Romanovsky
2017-04-25
IB/umem: Add support to huge ODP
Artemy Kovalyov
2017-04-25
IB/umem: Add contiguous ODP support
Artemy Kovalyov
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-14
IB/umem: Indicate that process is being terminated
Artemy Kovalyov
2017-02-14
IB/umem: Update on demand page (ODP) support
Artemy Kovalyov
2016-12-14
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
2016-02-16
mm/gup: Introduce get_user_pages_remote()
Dave Hansen
2015-12-24
IB/core: constify mmu_notifier_ops structures
Julia Lawall
2015-05-05
IB/core: dma unmap optimizations
Guy Shapiro
2015-05-05
IB/core: dma map/unmap locking optimizations
Guy Shapiro
2015-02-17
IB/core: Properly handle registration of on-demand paging MRs after dereg
Haggai Eran
2014-12-15
IB/core: Implement support for MMU notifiers regarding on demand paging regions
Haggai Eran
2014-12-15
IB/core: Add support for on demand paging regions
Shachar Raindel