summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_umem_odp.h
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Enable ODP sync without faultingYishai Hadas2020-10-011-1/+1
* IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-011-13/+8
* RDMA/include: Replace license text with SPDX tagsLeon Romanovsky2020-07-291-28/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-3/+3
* RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-231-54/+14
* RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe2019-10-281-2/+0
* RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2019-10-281-16/+0
* RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-211-9/+1
* RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe2019-08-211-3/+2
* RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-211-3/+6
* RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2019-08-211-2/+4
* RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-211-0/+8
* RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe2019-08-211-8/+12
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-211-0/+20
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-0/+1
* IB/mlx5: Remove dead codeMoni Shoua2019-01-241-6/+0
* IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua2019-01-241-1/+1
* RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky2019-01-081-13/+13
* RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe2018-09-211-0/+1
* RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2018-09-211-0/+1
* RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2018-09-211-15/+0
* RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-211-1/+19
* RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-211-0/+2
* RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-211-7/+4
* RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-211-18/+21
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-1/+2
* RDMA/umem: Avoid partial declaration of non-static functionLeon Romanovsky2017-11-101-4/+0
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-4/+7
* IB/umem: Add support to huge ODPArtemy Kovalyov2017-04-251-2/+4
* IB/umem: Update on demand page (ODP) supportArtemy Kovalyov2017-02-141-4/+17
* IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran2014-12-151-1/+64
* IB/core: Add support for on demand paging regionsShachar Raindel2014-12-151-0/+97