summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/umem.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+3
* 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-151-1/+1
* IB/core: Add support for on demand paging regionsShachar Raindel2014-12-151-0/+24
* IB/core: Add flags for on demand paging supportSagi Grimberg2014-12-151-3/+5
* IB/core: Add umem function to read data from user-spaceHaggai Eran2014-12-151-0/+34
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-151-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/+56
* 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-061-0/+1
|\
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-3/+3
|/
* RDMA: Update workqueue usageTejun Heo2011-01-161-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-111-1/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier2008-06-061-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/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+7
* IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes2007-10-091-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-091-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-211-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
|/
* IB: Put rlimit accounting struct in struct ib_umemRoland Dreier2007-05-081-28/+13
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-081-0/+273
OpenPOWER on IntegriCloud