1. 0c4ff27 mm/process_vm_access.c: remove duplicate include by Zhang Yunkai · 3 years, 8 months ago
  2. eb351d7 mm/process_vm_access.c: include compat.h by Andrew Morton · 4 years ago
  3. 95c9ae1 mm/process_vm_access: remove redundant initialization of iov_r by Colin Ian King · 4 years ago
  4. f78f63d mm/process_vm_access: Add missing #include <linux/compat.h> by Geert Uytterhoeven · 4 years, 2 months ago
  5. 38dc507 Fix compat regression in process_vm_rw() by Jens Axboe · 4 years, 2 months ago
  6. c3973b4 mm: remove compat_process_vm_{readv,writev} by Christoph Hellwig · 4 years, 3 months ago
  7. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 3 months ago
  8. bfdc597 iov_iter: refactor rw_copy_check_uvector and import_iovec by Christoph Hellwig · 4 years, 3 months ago
  9. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  10. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  11. 8d09db8 mm: docs: Fix a comment in process_vm_rw_core by Bernd Edlinger · 4 years, 9 months ago
  12. f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
  13. 803e457 mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote() by John Hubbard · 5 years ago
  14. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  15. a5d09be mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors by Mike Rapoport · 7 years ago
  16. f144c39 mm: docs: fix parameter names mismatch by Mike Rapoport · 7 years ago
  17. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  18. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  19. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  20. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  21. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
  22. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
  23. 17d17e7 process_vm_access: switch to {compat_,}import_iovec() by Al Viro · 10 years ago
  24. 7e33912 mm: gup: use get_user_pages_unlocked by Andrea Arcangeli · 10 years ago
  25. 71d8e53 start adding the tag to iov_iter by Al Viro · 11 years ago
  26. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 11 years ago
  27. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  28. 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 11 years ago
  29. 4bafbec process_vm_access: tidy up a bit by Al Viro · 11 years ago
  30. 9acc1a0 process_vm_access: don't bother with returning the amounts of bytes copied by Al Viro · 11 years ago
  31. e21345f process_vm_rw_pages(): pass accurate amount of bytes by Al Viro · 11 years ago
  32. 70eca12 process_vm_access: take get_user_pages/put_pages one level up by Al Viro · 11 years ago
  33. 240f390 process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user by Al Viro · 11 years ago
  34. 9f78bdf process_vm_access: switch to iov_iter by Al Viro · 11 years ago
  35. 1291afc untangling process_vm_..., part 4 by Al Viro · 11 years ago
  36. 12e3004 untangling process_vm_..., part 3 by Al Viro · 11 years ago
  37. c61c703 untangling process_vm_..., part 2 by Al Viro · 11 years ago
  38. 480402e untangling process_vm_..., part 1 by Al Viro · 11 years ago
  39. 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  40. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 12 years ago
  41. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 13 years ago
  42. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 13 years ago
  43. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago