summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/umem_odp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-1/+1
|\
| * IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas2022-09-051-1/+1
* | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-231-2/+0
|/
* IB/core: Fix typo in commentJulia Lawall2022-05-241-1/+1
* IB/core: Remove redundant pointer mmColin Ian King2021-12-061-2/+1
* IB/core: Remove deprecated current_seq commentsLi Zhijian2021-08-231-3/+0
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-1/+1
* IB/core: Enable ODP sync without faultingYishai Hadas2020-10-011-10/+25
* IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-011-166/+112
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-0/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* RDMA/odp: Fix leaking the tgid for implicit ODPJason Gunthorpe2020-03-101-1/+1
* RDMA/odp: Ensure the mm is still alive before creating an implicit childJason Gunthorpe2020-03-041-5/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-311-17/+5
|\
| * Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-22/+7
| |\
| * | IB/core: Fix build failure without hugepagesArnd Bergmann2020-01-091-2/+3
| * | IB/core: Fix ODP with IB_ACCESS_HUGETLB handlingYishai Hadas2020-01-031-17/+4
| * | IB/core: Fix ODP get user pages flowYishai Hadas2020-01-031-1/+1
* | | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-7/+6
| |/ |/|
* | IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-22/+7
|/
* RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-231-262/+41
* RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe2019-10-281-19/+19
* RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe2019-10-041-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-211-1/+1
|\
| * RDMA/odp: Add missing cast for 32 bitJason Gunthorpe2019-09-131-1/+1
* | RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe2019-08-211-8/+7
* | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-211-115/+53
|/
* RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-211-5/+5
* RDMA/odp: Use kvcalloc for the dma_list and page_listJason Gunthorpe2019-08-211-8/+8
* RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe2019-08-211-6/+19
* RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2019-08-211-0/+3
* RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-211-18/+49
* RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2019-08-211-6/+74
* RMDA/odp: Consolidate umem_odp initializationJason Gunthorpe2019-08-211-114/+86
* RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-211-24/+30
* RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe2019-08-211-19/+21
* RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe2019-08-211-54/+18
* IB/mlx5: Fix implicit MR release flowYishai Hadas2019-08-071-4/+0
* RDMA/odp: Do not leak dma maps when working with huge pagesJason Gunthorpe2019-06-201-1/+2
* RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe2019-06-181-5/+9
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-271-5/+5
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-211-43/+36
* mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-2/+3
* RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-061-3/+0
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-2/+2
* IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2019-03-261-10/+3
* RDMA/umem: Revert broken 'off by one' fixJohn Hubbard2019-03-061-3/+6
* RDMA/umem: minor bug fix in error handling pathJohn Hubbard2019-03-041-3/+6
* IB/core: Abort page fault handler silently during owning process exitMoni Shoua2019-02-211-1/+1