aboutsummaryrefslogtreecommitdiff
path: root/include/rdma/ib_umem_odp.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-01IB/core: Enable ODP sync without faultingGravatar Yishai Hadas 1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Gravatar Yishai Hadas 1-13/+8
2020-07-29RDMA/include: Replace license text with SPDX tagsGravatar Leon Romanovsky 1-28/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsGravatar Moni Shoua 1-3/+3
2019-11-23RDMA/odp: Use mmu_interval_notifier_insert()Gravatar Jason Gunthorpe 1-54/+14
2019-10-28RDMA/mlx5: Rework implicit ODP destroyGravatar Jason Gunthorpe 1-2/+0
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPGravatar Jason Gunthorpe 1-16/+0
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Gravatar Jason Gunthorpe 1-9/+1
2019-08-21RDMA/odp: Check for overflow when computing the umem_odp endGravatar Jason Gunthorpe 1-3/+2
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getGravatar Jason Gunthorpe 1-3/+6
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearGravatar Jason Gunthorpe 1-2/+4
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemGravatar Jason Gunthorpe 1-0/+8
2019-08-21RDMA/odp: Use the common interval tree library instead of genericGravatar Jason Gunthorpe 1-8/+12
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemGravatar Jason Gunthorpe 1-0/+20
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsGravatar Shiraz Saleem 1-0/+1
2019-01-24IB/mlx5: Remove dead codeGravatar Moni Shoua 1-6/+0
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessGravatar Moni Shoua 1-1/+1
2019-01-08RDMA/mlx5: Embed into the code flow the ODP config optionGravatar Leon Romanovsky 1-13/+13
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathGravatar Jason Gunthorpe 1-0/+1
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceGravatar Jason Gunthorpe 1-0/+1
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countGravatar Jason Gunthorpe 1-15/+0
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPGravatar Jason Gunthorpe 1-1/+19
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmGravatar Jason Gunthorpe 1-0/+2
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemGravatar Jason Gunthorpe 1-7/+4
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPGravatar Jason Gunthorpe 1-18/+21
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersGravatar Michal Hocko 1-1/+2
2017-11-10RDMA/umem: Avoid partial declaration of non-static functionGravatar Leon Romanovsky 1-4/+0
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 1-4/+7
2017-04-25IB/umem: Add support to huge ODPGravatar Artemy Kovalyov 1-2/+4
2017-02-14IB/umem: Update on demand page (ODP) supportGravatar Artemy Kovalyov 1-4/+17
2014-12-15IB/core: Implement support for MMU notifiers regarding on demand paging regionsGravatar Haggai Eran 1-1/+64
2014-12-15IB/core: Add support for on demand paging regionsGravatar Shachar Raindel 1-0/+97