aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem.c
AgeCommit message (Expand)Author
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-05-06RDMA/umem: Remove hugetlb flagShiraz Saleem
2019-05-06RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem
2019-05-02RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem
2019-04-08RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz 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-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch
2019-02-07drivers/IB,core: reduce scope of mmap_semDavidlohr Bueso
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2018-09-27RDMA/core: Acquire and release mmap_sem on page rangeParav Pandit
2018-09-25RDMA/umem: Fix potential addition overflowDoug Ledford
2018-09-25RDMA/umem: Minor optimizationsDoug Ledford
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-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe
2018-07-13RDMA/umem: Refactor exit paths in ib_umem_getLeon Romanovsky
2018-07-13RDMA/umem: Don't hold mmap_sem for too longLeon Romanovsky
2018-06-26RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe
2018-05-28IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein
2018-05-15IB/umem: Use the correct mm during ib_umem_releaseLidong Chen
2018-05-15IB/core: Remove redundant returnYuval Shaia
2017-12-18IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov
2017-11-29IB/core: disable memory registration of filesystem-dax vmasDan Williams
2017-06-01RDMA/core: not to set page dirty bit if it's already set.Qing Huang
2017-04-25IB/umem: Add support to huge ODPArtemy Kovalyov
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-14IB/umem: Update on demand page (ODP) supportArtemy Kovalyov
2017-01-24IB/umem: Release pid in error and ODP flowKenneth Lee
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14IB/core: fix unmap_sg argumentSebastian Ott
2016-11-16IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2015-04-15IB/core: don't disallow registering region starting at 0x0Yann Droneaud
2015-04-15IB/core: disallow registering 0-sized memory regionYann Droneaud
2015-04-02IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel
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
2014-12-15IB/core: Add flags for on demand paging supportSagi Grimberg
2014-12-15IB/core: Add umem function to read data from user-spaceHaggai Eran
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran
2014-09-19IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer