1. ec6347b x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() by Dan Williams · 4 years, 4 months ago
  2. 4b842e4 x86: get rid of small constant size cases in raw_copy_{to,from}_user() by Al Viro · 5 years ago
  3. 3693ca8 x86/uaccess: Move copy_user_handle_tail() into asm by Peter Zijlstra · 6 years ago
  4. 092b31a x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling by Dan Williams · 7 years ago
  5. 8780356 x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe() by Dan Williams · 7 years ago
  6. 12c8913 x86/asm/memcpy_mcsafe: Add write-protection-fault handling by Dan Williams · 7 years ago
  7. 304ec1b x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 7 years ago
  8. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  9. 0aed55a x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operations by Dan Williams · 8 years ago
  10. beba3a2 x86: switch to RAW_COPY_USER by Al Viro · 8 years ago
  11. a41e0d7 x86: don't wank with magical size in __copy_in_user() by Al Viro · 8 years ago
  12. 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
  13. 122b05d amd64: get rid of zeroing by Al Viro · 8 years ago
  14. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  15. 5b710f3 x86/uaccess: Enable hardened usercopy by Kees Cook · 9 years ago
  16. 1771c6e x86/kasan: instrument user memory access API by Andrey Ryabinin · 9 years ago
  17. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  18. 11f1a4b x86: reorganize SMAP handling in user space accesses by Linus Torvalds · 9 years ago
  19. cae2a17 x86: clean up/fix 'copy_in_user()' tail zeroing by Linus Torvalds · 10 years ago
  20. df90ca9 x86, sparse: Do not force removal of __user when calling copy_to/from_user_nocheck() by Steven Rostedt · 11 years ago
  21. c213630 Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  22. 7a3d9b0 x86: Unify copy_to_user() and add size checking to it by Jan Beulich · 11 years ago
  23. 3df7b41 x86: Unify copy_from_user() size checking by Jan Beulich · 11 years ago
  24. ff47ab4f x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomic by Andi Kleen · 11 years ago
  25. 016be2e x86: uaccess s/might_sleep/might_fault/ by Michael S. Tsirkin · 12 years ago
  26. a052858 x86, uaccess: Merge prototypes for clear_user/__clear_user by H. Peter Anvin · 12 years ago
  27. 954e482 x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature by Fenghua Yu · 13 years ago
  28. 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 13 years ago
  29. 92ae03f x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up by Linus Torvalds · 13 years ago
  30. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  31. a7f16d1 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. 409d02e x86: copy_from_user() should not return -EFAULT by Heiko Carstens · 15 years ago
  33. 1b1d925 x86-64: Modify copy_user_generic() alternatives mechanism by Jan Beulich · 15 years ago
  34. 3c93ca0 x86: Add missing might_fault() checks to copy_{to,from}_user() by Frederic Weisbecker · 15 years ago
  35. 1472248 x86-64: __copy_from_user_inatomic() adjustments by Jan Beulich · 15 years ago
  36. 9f0cf4a x86: Use __builtin_object_size() to validate the buffer size for copy_from_user() by Arjan van de Ven · 15 years ago
  37. 155b735 x86: Fix movq immediate operand constraints in uaccess_64.h by Uros Bizjak · 16 years ago
  38. f180053 x86, mm: dont use non-temporal stores in pagecache accesses by Ingo Molnar · 16 years ago
  39. 95108fa x86: usercopy: check for total size when deciding non-temporal cutoff by Ingo Molnar · 16 years ago
  40. 3255aa2 x86, mm: pass in 'total' to __copy_from_user_*nocache() by Ingo Molnar · 16 years ago
  41. 30d697f x86: fix performance regression in write() syscall by Salman Qazi · 16 years ago
  42. b19b3c7 Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/core by Ingo Molnar · 16 years ago
  43. 20a4a23 x86: uaccess_64: fix return value in __copy_from_user() by Hiroshi Shimamoto · 16 years ago
  44. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  45. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  46. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/uaccess_64.h]
  47. 8dd2337 xen: compilation fix of drivers/xen/events.c on IA64 by Isaku Yamahata · 16 years ago
  48. c7e78cf lockstat: contend with points by Peter Zijlstra · 16 years ago
  49. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  50. 16dbc6c inotify: fix lock ordering wrt do_page_fault's mmap_sem by Nick Piggin · 16 years ago
  51. 42569c3 futex: fixup get_futex_key() for private futexes by Peter Zijlstra · 16 years ago
  52. 6003ab0 Merge branch 'linus' into core/debug by Ingo Molnar · 16 years ago
  53. 77ef50a x86: consolidate header guards by Vegard Nossum · 17 years ago
  54. 1129585 x86: introduce copy_user_handle_tail() routine by Vitaly Mayatskikh · 17 years ago
  55. 22cac167 x86: define architectural characteristics in uaccess.h. by Glauber Costa · 17 years ago
  56. 8cb834e x86: move __get_user and __put_user into uaccess.h. by Glauber Costa · 17 years ago
  57. e30a44f x86: merge put_user. by Glauber Costa · 17 years ago
  58. ec84095 x86: turn __put_user_check directly into put_user. by Glauber Costa · 17 years ago
  59. 3f16822 x86: merge __get_user_asm and its users. by Glauber Costa · 17 years ago
  60. 6fd4725 x86: don't always use EFAULT on __get_user_size. by Glauber Costa · 17 years ago
  61. dc70ddf x86: merge __put_user_asm and its user. by Glauber Costa · 17 years ago
  62. d42e6af x86: don't always use EFAULT on __put_user_size. by Glauber Costa · 17 years ago
  63. 002ca16 x86: move __addr_ok to uaccess.h. by Glauber Costa · 17 years ago
  64. 865e5b7 x86: merge getuser. by Glauber Costa · 17 years ago
  65. ca23386 x86: merge common parts of uaccess. by Glauber Costa · 17 years ago
  66. be9d06b x86: use something common for both architectures. by Glauber Costa · 17 years ago
  67. 8b0a8aa x86: introduce likely in macro. by Glauber Costa · 17 years ago
  68. c28b95d x86: change asm constraint. by Glauber Costa · 17 years ago
  69. 53938a6 x86: commonize __range_not_ok. by Glauber Costa · 17 years ago
  70. 0ada316 x86: pass argument to putuser_64 functions in ax register. by Glauber Costa · 17 years ago
  71. 770546b x86: clobber rbx in putuser_64.S. by Glauber Costa · 17 years ago
  72. edf1016 x86: don't clobber r8 nor use rcx. by Glauber Costa · 17 years ago
  73. b896313 include/asm-x86/uaccess_64.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
  74. 71713eee x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.h by H. Peter Anvin · 17 years ago
  75. 85f2adf x86: use helper in fault_64.c by Harvey Harrison · 17 years ago
  76. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago[Renamed from include/asm-x86_64/uaccess.h]
  77. fdd3396 amd64: fix get_user() on bitwise by Al Viro · 17 years ago
  78. ecb7524 [PATCH] kill bogus casts in amd64 uaccess.h by Al Viro · 18 years ago
  79. 0812a57 [PATCH] x86-64: Add __copy_from_user_nocache by Andi Kleen · 18 years ago
  80. 16cf5b3 [PATCH] fix sparse warnings from {asm,net}/checksum.h by Tilman Schmidt · 18 years ago
  81. 5ad0d38 [PATCH] x86_64: fix put_user for 64-bit constant by Roland McGrath · 18 years ago
  82. b07e4ec [PATCH] severing uaccess.h -> sched.h by Al Viro · 18 years ago
  83. b885808 [PATCH] Add proper sparse __user casts to __copy_to_user_inatomic by Andi Kleen · 18 years ago
  84. 383d079 [PATCH] Fix some stylistic issues in uaccess.h by Andi Kleen · 18 years ago
  85. 9591200 [PATCH] Add __must_check to copy_*_user by Andi Kleen · 18 years ago
  86. 3022d73 [PATCH] Fix zeroing on exception in copy_*_user by Andi Kleen · 18 years ago
  87. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  88. 652050a [PATCH] mark several functions __always_inline by Ingo Molnar · 19 years ago
  89. 5f1d189 [PATCH] x86_64: Display meaningful part of filename during BUG() by Jan Beulich · 19 years ago
  90. 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago