summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/umem.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-23IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2015-05-06IB/core: don't disallow registering region starting at 0x0Yann Droneaud1-2/+2
2015-05-06IB/core: disallow registering 0-sized memory regionYann Droneaud1-0/+3
2015-04-13IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-64/+56
2012-05-11IB/core: Fix mismatch between locked and pinned pagesYishai Hadas1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter1-3/+3
2011-11-01infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-01-17RDMA: Update workqueue usageTejun Heo1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-12RDMA: Use rlimit helpersJiri Slaby1-1/+1
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-06-07IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier1-1/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-5/+12
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-3/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+7
2007-10-10IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes1-1/+19
2007-08-03IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak1-0/+5
2007-07-10IB: Fix ib_umem_get() when npages == 0Andrew Morton1-0/+1
2007-06-21IB/umem: Fix possible hang on process exitRoland Dreier1-7/+9
2007-05-22Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-1/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-19IB/core: Free umem when mm is already goneEli Cohen1-1/+3
2007-05-09IB: Put rlimit accounting struct in struct ib_umemRoland Dreier1-28/+13
2007-05-09IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-0/+273