summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/umem_odp.c
AgeCommit message (Expand)Author
2020-03-04RDMA/odp: Ensure the mm is still alive before creating an implicit childJason Gunthorpe
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-09IB/core: Fix build failure without hugepagesArnd Bergmann
2020-01-03IB/core: Fix ODP with IB_ACCESS_HUGETLB handlingYishai Hadas
2020-01-03IB/core: Fix ODP get user pages flowYishai Hadas
2019-11-23RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe
2019-10-28RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe
2019-10-04RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-09-13RDMA/odp: Add missing cast for 32 bitJason Gunthorpe
2019-08-21RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua
2019-08-21RDMA/odp: Use kvcalloc for the dma_list and page_listJason Gunthorpe
2019-08-21RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe
2019-08-21RMDA/odp: Consolidate umem_odp initializationJason Gunthorpe
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe
2019-08-21RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe
2019-08-07IB/mlx5: Fix implicit MR release flowYishai Hadas
2019-06-20RDMA/odp: Do not leak dma maps when working with huge pagesJason Gunthorpe
2019-06-18RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse
2019-05-06RDMA/umem: Remove hugetlb flagShiraz Saleem
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem
2019-03-26IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny
2019-03-06RDMA/umem: Revert broken 'off by one' fixJohn Hubbard
2019-03-04RDMA/umem: minor bug fix in error handling pathJohn Hubbard
2019-02-21IB/core: Abort page fault handler silently during owning process exitMoni Shoua
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-25RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua
2019-01-24IB/core: Declare local functions 'static'Bart Van Assche
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2018-11-26IB/umem: Set correct address to the invalidation functionArtemy Kovalyov
2018-11-12IB/mlx5: Improve ODP debugging messagesMoni Shoua
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe