aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem_odp.c
AgeCommit message (Expand)Author
2019-09-06IB/mlx5: Fix implicit MR release flowYishai Hadas
2019-07-26RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason 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
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe
2018-09-06RDMA/umem: Restore lockdep check while downgrading lockLeon Romanovsky
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2017-11-10RDMA/umem: Avoid partial declaration of non-static functionLeon Romanovsky
2017-08-31IB/umem: update to new mmu_notifier semanticJérôme Glisse
2017-06-01RDMA/umem: Fix missing mmap_sem in get umem ODP callLeon Romanovsky
2017-04-25IB/umem: Add support to huge ODPArtemy Kovalyov
2017-04-25IB/umem: Add contiguous ODP supportArtemy Kovalyov
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-14IB/umem: Indicate that process is being terminatedArtemy Kovalyov
2017-02-14IB/umem: Update on demand page (ODP) supportArtemy Kovalyov
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2015-12-24IB/core: constify mmu_notifier_ops structuresJulia Lawall
2015-05-05IB/core: dma unmap optimizationsGuy Shapiro
2015-05-05IB/core: dma map/unmap locking optimizationsGuy Shapiro
2015-02-17IB/core: Properly handle registration of on-demand paging MRs after deregHaggai Eran
2014-12-15IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel