summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes6-19/+34
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen11-27/+77
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn11-29/+80
2015-04-12process_vm_access: switch to {compat_,}import_iovec()Al Viro1-23/+12
2015-02-12mm: gup: use get_user_pages_unlockedAndrea Arcangeli5-22/+10
2014-05-06start adding the tag to iov_iterAl Viro15-35/+41
2014-05-06kill iov_iter_copy_from_user()Al Viro5-40/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-03mm/process_vm_access.c: mark function as staticRashika Kheria1-1/+1
2014-04-02process_vm_access: tidy up a bitAl Viro1-40/+19
2014-04-02process_vm_access: don't bother with returning the amounts of bytes copiedAl Viro1-31/+16
2014-04-02process_vm_rw_pages(): pass accurate amount of bytesAl Viro1-8/+14
2014-04-02process_vm_access: take get_user_pages/put_pages one level upAl Viro1-58/+39
2014-04-02process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro1-68/+23
2014-04-02process_vm_access: switch to iov_iterAl Viro1-34/+28
2014-04-02untangling process_vm_..., part 4Al Viro1-16/+13
2014-04-02untangling process_vm_..., part 3Al Viro1-4/+3
2014-04-02untangling process_vm_..., part 2Al Viro1-3/+5
2014-04-02untangling process_vm_..., part 1Al Viro1-5/+9
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens3-24/+22
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers3-18/+9
2012-06-01aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh8-23/+29
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh4-34/+35
2011-11-01Cross Memory AttachChristopher Yeoh17-17/+550