summaryrefslogtreecommitdiffstats
path: root/mm/process_vm_access.c
AgeCommit message (Expand)AuthorLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes-4/+8
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes-2/+5
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen-3/+8
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn-1/+1
2015-04-11process_vm_access: switch to {compat_,}import_iovec()Al Viro-23/+12
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli-5/+2
2014-05-06start adding the tag to iov_iterAl Viro-2/+2
2014-05-06kill iov_iter_copy_from_user()Al Viro-5/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-174/+76
2014-04-03mm/process_vm_access.c: mark function as staticRashika Kheria-1/+1
2014-04-01process_vm_access: tidy up a bitAl Viro-40/+19
2014-04-01process_vm_access: don't bother with returning the amounts of bytes copiedAl Viro-31/+16
2014-04-01process_vm_rw_pages(): pass accurate amount of bytesAl Viro-8/+14
2014-04-01process_vm_access: take get_user_pages/put_pages one level upAl Viro-58/+39
2014-04-01process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro-68/+23
2014-04-01process_vm_access: switch to iov_iterAl Viro-34/+28
2014-04-01untangling process_vm_..., part 4Al Viro-16/+13
2014-04-01untangling process_vm_..., part 3Al Viro-4/+3
2014-04-01untangling process_vm_..., part 2Al Viro-3/+5
2014-04-01untangling process_vm_..., part 1Al Viro-5/+9
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens-14/+12
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers-8/+0
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh-8/+8
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh-14/+9
2011-10-31Cross Memory AttachChristopher Yeoh-0/+496