summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky2018-06-261-1/+1
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-16/+2Star
|\
| * IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein2018-05-281-10/+1Star
| * IB/umem: Use the correct mm during ib_umem_releaseLidong Chen2018-05-161-6/+1Star
* | IB/core: Remove redundant returnYuval Shaia2018-05-161-2/+0Star
|/
* IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov2017-12-181-1/+1
* IB/core: disable memory registration of filesystem-dax vmasDan Williams2017-11-301-1/+1
* RDMA/core: not to set page dirty bit if it's already set.Qing Huang2017-06-011-1/+1
* IB/umem: Add support to huge ODPArtemy Kovalyov2017-04-251-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-9/+6Star
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-3/+0Star
|\
| * IB/umem: Update on demand page (ODP) supportArtemy Kovalyov2017-02-141-3/+0Star
* | IB/umem: Release pid in error and ODP flowKenneth Lee2017-01-241-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-1/+1
|\
| * IB/core: fix unmap_sg argumentSebastian Ott2016-12-141-1/+1
* | IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch2016-11-171-1/+1
|/
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+5
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+3Star
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* IB/core: don't disallow registering region starting at 0x0Yann Droneaud2015-04-151-2/+2
* IB/core: disallow registering 0-sized memory regionYann Droneaud2015-04-151-0/+3
* IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel2015-04-021-0/+8
* IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran2014-12-161-1/+1
* IB/core: Add support for on demand paging regionsShachar Raindel2014-12-161-0/+24
* IB/core: Add flags for on demand paging supportSagi Grimberg2014-12-161-3/+5
* IB/core: Add umem function to read data from user-spaceHaggai Eran2014-12-161-0/+34
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-161-3/+3
* IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer2014-09-191-6/+13
* IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-64/+56Star
* IB/core: Fix mismatch between locked and pinned pagesYishai Hadas2012-05-111-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* | mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-11-011-3/+3
|/
* RDMA: Update workqueue usageTejun Heo2011-01-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA: Use rlimit helpersJiri Slaby2010-02-121-1/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier2008-06-071-1/+1
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-5/+12
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-3/+1Star
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+7
* IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes2007-10-101-1/+19
* IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak2007-08-031-0/+5
* IB: Fix ib_umem_get() when npages == 0Andrew Morton2007-07-101-0/+1
* IB/umem: Fix possible hang on process exitRoland Dreier2007-06-211-7/+9
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-221-1/+3
|\
| * IB/core: Free umem when mm is already goneEli Cohen2007-05-191-1/+3
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
|/