1. f58e76c <linux/uaccess.h>: Fix copy_in_user() declaration by Bart Van Assche · 7 years ago
  2. 46ace66 Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 119d031 kill __copy_in_user() by Al Viro · 8 years ago
  4. b0377fe copy_{to,from}_user(): consolidate object size checks by Al Viro · 8 years ago
  5. 9c5f690 copy_{from,to}_user(): move kasan checks and might_fault() out-of-line by Al Viro · 8 years ago
  6. f44a292 include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_dec by Andi Kleen · 8 years ago
  7. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  8. 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
  9. d597580 generic ...copy_..._user primitives by Al Viro · 8 years ago
  10. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  11. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  12. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  13. 1bd4403 unsafe_[get|put]_user: change interface to use a error target label by Linus Torvalds · 8 years ago
  14. 5b24a7a Add 'unsafe' user access functions for batched accesses by Linus Torvalds · 9 years ago
  15. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  16. 1a6877b lib: introduce strncpy_from_unsafe() by Alexei Starovoitov · 9 years ago
  17. 8222dbe sched/preempt, mm/fault: Decouple preemption from the page fault logic by David Hildenbrand · 10 years ago
  18. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  19. 8bcbde5 sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled by David Hildenbrand · 10 years ago
  20. 62b94a0 sched/preempt: Take away preempt_enable_no_resched() from modules by Peter Zijlstra · 11 years ago
  21. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  22. f29c504 maccess,probe_kernel: Make write/read src const void * by Steven Rostedt · 14 years ago
  23. 6144a85 maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) by Jason Wessel · 15 years ago
  24. fb71e45 uaccess: fix parameters inversion for __copy_from_user_inatomic() by Hiroshi Shimamoto · 16 years ago
  25. 1d18ef4 x86: some lock annotations for user copy paths, v3 by Ingo Molnar · 16 years ago
  26. c33fa9f uaccess: add probe_kernel_write() by Ingo Molnar · 17 years ago
  27. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  28. 20aa7b2 [PATCH] probe_kernel_address() needs to do set_fs() by Andrew Morton · 18 years ago
  29. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  30. 2fff0a4 [PATCH] Generic: Move __user cast into probe_kernel_address by Andi Kleen · 18 years ago
  31. 1b79e55 [PATCH] add probe_kernel_address() by Andrew Morton · 18 years ago
  32. c22ce14 [PATCH] x86: cache pollution aware __copy_from_user_ll() by Hiro Yoshioka · 19 years ago