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