summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/umem_odp.c
AgeCommit message (Expand)Author
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda
2022-05-24IB/core: Fix typo in commentJulia Lawall
2021-12-06IB/core: Remove redundant pointer mmColin Ian King
2021-08-23IB/core: Remove deprecated current_seq commentsLi Zhijian
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-03-10RDMA/odp: Fix leaking the tgid for implicit ODPJason Gunthorpe
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