aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem.c
Commit message (Expand)AuthorAge
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-24
* RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe2019-08-21
* RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2019-08-21
* RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-21
* RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe2019-08-20
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-20
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-27
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-21
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-14
* RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-06
* RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-06
* RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem2019-05-02
* RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem2019-04-08
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-08
* IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2019-03-26
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-15
* drivers/IB,core: reduce scope of mmap_semDavidlohr Bueso2019-02-07
* mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-07
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-10
* RDMA/core: Acquire and release mmap_sem on page rangeParav Pandit2018-09-27
* RDMA/umem: Fix potential addition overflowDoug Ledford2018-09-25
* RDMA/umem: Minor optimizationsDoug Ledford2018-09-25
* RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-21
* RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-21
* RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-21
* RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe2018-09-20
* RDMA/umem: Refactor exit paths in ib_umem_getLeon Romanovsky2018-07-13
* RDMA/umem: Don't hold mmap_sem for too longLeon Romanovsky2018-07-13
* RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky2018-06-26
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-28
|\
| * IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein2018-05-28
| * IB/umem: Use the correct mm during ib_umem_releaseLidong Chen2018-05-15
* | IB/core: Remove redundant returnYuval Shaia2018-05-15
|/
* IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov2017-12-18
* IB/core: disable memory registration of filesystem-dax vmasDan Williams2017-11-29
* RDMA/core: not to set page dirty bit if it's already set.Qing Huang2017-06-01
* IB/umem: Add support to huge ODPArtemy Kovalyov2017-04-25
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-25
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-23
|\
| * IB/umem: Update on demand page (ODP) supportArtemy Kovalyov2017-02-14
* | IB/umem: Release pid in error and ODP flowKenneth Lee2017-01-24
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-15
|\
| * IB/core: fix unmap_sg argumentSebastian Ott2016-12-14
* | IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch2016-11-16
|/
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-04
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-16
* IB/core: don't disallow registering region starting at 0x0Yann Droneaud2015-04-15