commit | eb8ffbfed50e7945c024a80e3688d5beffa3b641 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Thu Jul 07 17:57:14 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:48 2005 -0700 |
tree | 6b32628db0560e2f093efc50e7a0630b9bb678d0 | |
parent | bc38a6abdd5a50e007d0fcd9b9b6280132b79e62 [diff] |
[PATCH] IB uverbs: memory pinning implementation Add support for pinning userspace memory regions and returning a list of pages in the region. This includes tracking pinned memory against vm_locked and preventing unprivileged users from exceeding RLIMIT_MEMLOCK. Signed-off-by: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>