aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/siw_mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-19RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva1-4/+1
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org1-9/+1
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler1-7/+7
2019-07-02rdma/siw: application buffer managementBernard Metzler1-0/+460