1. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
  2. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
  3. 0c389d89 maccess: make get_kernel_nofault() check for minimal type compatibility by Linus Torvalds · 4 years, 7 months ago
  4. 25f12ae maccess: rename probe_kernel_address to get_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  5. c0ee37e maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  6. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  7. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  8. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 8 months ago
  9. 7676fbf maccess: remove strncpy_from_unsafe by Christoph Hellwig · 4 years, 8 months ago
  10. eab0c60 maccess: unify the probe kernel arch hooks by Christoph Hellwig · 4 years, 8 months ago
  11. 02dddb1 maccess: rename strnlen_unsafe_user to strnlen_user_nofault by Christoph Hellwig · 4 years, 8 months ago
  12. c4cb164 maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault by Christoph Hellwig · 4 years, 8 months ago
  13. bd88bb5 maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault by Christoph Hellwig · 4 years, 8 months ago
  14. 3ed7408 maccess: remove duplicate kerneldoc comments by Christoph Hellwig · 4 years, 8 months ago
  15. 48c49c0 maccess: remove various unused weak aliases by Christoph Hellwig · 4 years, 8 months ago
  16. 999a228 uaccess: Add user_read_access_begin/end and user_write_access_begin/end by Christophe Leroy · 4 years, 10 months ago
  17. 76d6f06 copy_to_user, copy_from_user: Use generic instrumented.h by Marco Elver · 5 years ago
  18. 75a1a60 uaccess: Add strict non-pagefault kernel-space read function by Daniel Borkmann · 5 years ago
  19. 1d1585c uaccess: Add non-pagefault user-space write function by Daniel Borkmann · 5 years ago
  20. c512c69 uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it by Linus Torvalds · 5 years ago
  21. f5a1a53 lib: introduce copy_struct_from_user() helper by Aleksa Sarai · 5 years ago
  22. 9dd819a uaccess: add missing __must_check attributes by Kees Cook · 5 years ago
  23. 87a9095 uaccess: Add a prototype of non-static __probe_user_read() by Masami Hiramatsu · 6 years ago
  24. 3d70818 uaccess: Add non-pagefault user-space read functions by Masami Hiramatsu · 6 years ago
  25. 2d8d8fa x86/uaccess: Allow access_ok() in irq context if pagefault_disabled by Masami Hiramatsu · 6 years ago
  26. e74deb1 x86/uaccess: Introduce user_access_{save,restore}() by Peter Zijlstra · 6 years ago
  27. 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
  28. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  29. afcc90f8 usercopy: WARN() on slab cache usercopy region violations by Kees Cook · 7 years ago
  30. b394d46 usercopy: Enhance and rename report_usercopy() by Kees Cook · 7 years ago
  31. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  32. f58e76c <linux/uaccess.h>: Fix copy_in_user() declaration by Bart Van Assche · 7 years ago
  33. 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
  34. 119d031 kill __copy_in_user() by Al Viro · 8 years ago
  35. b0377fe copy_{to,from}_user(): consolidate object size checks by Al Viro · 8 years ago
  36. 9c5f690 copy_{from,to}_user(): move kasan checks and might_fault() out-of-line by Al Viro · 8 years ago
  37. f44a292 include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_dec by Andi Kleen · 8 years ago
  38. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  39. 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
  40. d597580 generic ...copy_..._user primitives by Al Viro · 8 years ago
  41. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  42. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  43. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  44. 1bd4403 unsafe_[get|put]_user: change interface to use a error target label by Linus Torvalds · 8 years ago
  45. 5b24a7a Add 'unsafe' user access functions for batched accesses by Linus Torvalds · 9 years ago
  46. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  47. 1a6877b lib: introduce strncpy_from_unsafe() by Alexei Starovoitov · 9 years ago
  48. 8222dbe sched/preempt, mm/fault: Decouple preemption from the page fault logic by David Hildenbrand · 10 years ago
  49. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  50. 8bcbde5 sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled by David Hildenbrand · 10 years ago
  51. 62b94a0 sched/preempt: Take away preempt_enable_no_resched() from modules by Peter Zijlstra · 11 years ago
  52. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  53. f29c504 maccess,probe_kernel: Make write/read src const void * by Steven Rostedt · 14 years ago
  54. 6144a85 maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) by Jason Wessel · 15 years ago
  55. fb71e45 uaccess: fix parameters inversion for __copy_from_user_inatomic() by Hiroshi Shimamoto · 16 years ago
  56. 1d18ef4 x86: some lock annotations for user copy paths, v3 by Ingo Molnar · 16 years ago
  57. c33fa9f uaccess: add probe_kernel_write() by Ingo Molnar · 17 years ago
  58. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  59. 20aa7b2 [PATCH] probe_kernel_address() needs to do set_fs() by Andrew Morton · 18 years ago
  60. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  61. 2fff0a4 [PATCH] Generic: Move __user cast into probe_kernel_address by Andi Kleen · 18 years ago
  62. 1b79e55 [PATCH] add probe_kernel_address() by Andrew Morton · 18 years ago
  63. c22ce14 [PATCH] x86: cache pollution aware __copy_from_user_ll() by Hiro Yoshioka · 19 years ago