1. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  2. 9a67734 m32r: switch to RAW_COPY_USER by Al Viro · 8 years ago
  3. ac4691f hexagon: switch to RAW_COPY_USER by Al Viro · 8 years ago
  4. d491afb microblaze: switch to RAW_COPY_USER by Al Viro · 8 years ago
  5. b3622d3 get rid of padding, switch to RAW_COPY_USER by Al Viro · 8 years ago
  6. 652c1aa ia64: get rid of copy_in_user() by Al Viro · 8 years ago
  7. 7bb8a50 ia64: sanitize __access_ok() by Al Viro · 9 years ago
  8. 11836ec ia64: get rid of 'segment' argument of __do_{get,put}_user() by Al Viro · 9 years ago
  9. 1bd5986 ia64: get rid of 'segment' argument of __{get,put}_user_check() by Al Viro · 9 years ago
  10. 8bec271 ia64: add extable.h by Al Viro · 9 years ago
  11. fccfb99 Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64 by Al Viro · 8 years ago
  12. 3448890 powerpc: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
  13. f2ed8be Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc by Al Viro · 8 years ago
  14. bf7af0c esas2r: don't open-code memdup_user() by Al Viro · 8 years ago
  15. 1c87ea4 alpha: fix stack smashing in old_adjtimex(2) by Al Viro · 8 years ago
  16. e73a67f don't open-code kernel_setsockopt() by Al Viro · 8 years ago
  17. 2260ea8 mips: switch to RAW_COPY_USER by Al Viro · 8 years ago
  18. 1a4fded mips: get rid of tail-zeroing in primitives by Al Viro · 8 years ago
  19. ab0aca2 mips: make copy_from_user() zero tail explicitly by Al Viro · 8 years ago
  20. b0bb945 mips: clean and reorder the forest of macros... by Al Viro · 8 years ago
  21. c12a1d7 mips: consolidate __invoke_... wrappers by Al Viro · 8 years ago
  22. f0a955f mips: sanitize __access_ok() by Al Viro · 9 years ago
  23. 054838b Merge commit 'fc69910f329d' into uaccess.mips by Al Viro · 8 years ago
  24. 840db3f metag/usercopy: Switch to RAW_COPY_USER by James Hogan · 8 years ago
  25. a98bba5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into uaccess.metag by Al Viro · 8 years ago
  26. b884a19 metag/usercopy: Add missing fixups by James Hogan · 8 years ago
  27. 2c0b1df metag/usercopy: Fix src fixup in from user rapf loops by James Hogan · 8 years ago
  28. fd40eee metag/usercopy: Set flags before ADDZ by James Hogan · 8 years ago
  29. 563ddc1 metag/usercopy: Zero rest of buffer from copy_from_user by James Hogan · 8 years ago
  30. fb8ea06 metag/usercopy: Add early abort to copy_to_user by James Hogan · 8 years ago
  31. 2257211 metag/usercopy: Fix alignment error checking by James Hogan · 8 years ago
  32. ef62a2d8 metag/usercopy: Drop unused macros by James Hogan · 8 years ago
  33. 7d4914d xtensa: fix prefetch in the raw_copy_to_user by Max Filippov · 8 years ago
  34. 31af2f3 sparc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  35. f64fd18 parisc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  36. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  37. 3709600 s390: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
  38. e13909a ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... by Vineet Gupta · 8 years ago
  39. 476e75a parisc: Avoid stalled CPU warnings after system shutdown by Helge Deller · 8 years ago
  40. d19f5e4 parisc: Clean up fixup routines for get_user()/put_user() by Helge Deller · 8 years ago
  41. 554bfec parisc: Fix access fault handling in pa_memcpy() by Helge Deller · 8 years ago
  42. beba3a2 x86: switch to RAW_COPY_USER by Al Viro · 8 years ago
  43. a41e0d7 x86: don't wank with magical size in __copy_in_user() by Al Viro · 8 years ago
  44. 839cc29 arc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  45. 3a0e75a xtensa: get rid of zeroing, use RAW_COPY_USER by Al Viro · 8 years ago
  46. 0b46a94 xtensa: switch to generic extable.h by Al Viro · 9 years ago
  47. 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
  48. 2ef59f2 unicore32: get rid of zeroing and switch to RAW_COPY_USER by Al Viro · 8 years ago
  49. 122b05d amd64: get rid of zeroing by Al Viro · 8 years ago
  50. a668ce3 um: switch to RAW_COPY_USER by Al Viro · 8 years ago
  51. 23504ba tile: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
  52. c0ea73f tile: switch to generic extable.h by Al Viro · 9 years ago
  53. 1333eb7 sparc32: kill __ret_efault() by Al Viro · 9 years ago
  54. f98f48e sh: switch to RAW_COPY_USER by Al Viro · 8 years ago
  55. bcd541d sh: switch to extable.h by Al Viro · 9 years ago
  56. dc14253 score: switch to RAW_COPY_USER by Al Viro · 8 years ago
  57. 4b4554f score: it's "VERIFY_WRITE", not "VERFITY_WRITE"... by Al Viro · 9 years ago
  58. 271abdc score: switch to generic extable.h by Al Viro · 9 years ago
  59. e70f1d5 s390: switch to extable.h by Al Viro · 9 years ago
  60. 527b5ba powerpc: switch to extable.h by Al Viro · 9 years ago
  61. ab89866 openrisc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  62. 6c36a4e openrisc: switch to generic extable.h by Al Viro · 9 years ago
  63. de51d6c nios2: switch to RAW_COPY_USER by Al Viro · 8 years ago
  64. 981db65 nios2: switch to generic extable.h by Al Viro · 9 years ago
  65. 19dbf70 mn10300: switch to RAW_COPY_USER by Al Viro · 8 years ago
  66. 4df3715e mn10300: get rid of zeroing by Al Viro · 8 years ago
  67. 6c03905 mn10300: switch to generic extable.h by Al Viro · 9 years ago
  68. 730132e microblaze: switch to generic extable.h by Al Viro · 9 years ago
  69. 2c30541 metag: kill verify_area() by Al Viro · 9 years ago
  70. 8b9a7e5 metag: switch to generic extable.h by Al Viro · 9 years ago
  71. 29be02e m68k: switch to RAW_COPY_USER by Al Viro · 8 years ago
  72. 7cefa5a m68k: get rid of zeroing by Al Viro · 8 years ago
  73. 68acfdc m68k: switch to generic extable.h by Al Viro · 9 years ago
  74. 8cd920f m32r: get rid of zeroing by Al Viro · 8 years ago
  75. 35f8acd m32r: switch to generic extable.h by Al Viro · 9 years ago
  76. 33ab2da 8300: switch to RAW_COPY_USER by Al Viro · 8 years ago
  77. 48f666c frv: switch to RAW_COPY_USER by Al Viro · 8 years ago
  78. 9a7513c frv: switch to use of fixup_exception() by Al Viro · 9 years ago
  79. 0c7e9a8 cris: switch to RAW_COPY_USER by Al Viro · 8 years ago
  80. b71f1bf cris: rename __copy_user_zeroing to __copy_user_in by Al Viro · 8 years ago
  81. de09be3 cris: get rid of zeroing by Al Viro · 8 years ago
  82. c831394 cris: get rid of zeroing in __asm_copy_from_user_N for N > 4 by Al Viro · 8 years ago
  83. 07f78b3 cris: don't rely upon __copy_user_zeroing() zeroing the tail by Al Viro · 8 years ago
  84. a8be344 cris: switch to generic extable.h by Al Viro · 9 years ago
  85. 86944ee c6x: switch to RAW_COPY_USER by Al Viro · 8 years ago
  86. dcecd93 c6x: remove duplicate definition of __access_ok by Al Viro · 9 years ago
  87. 50e9ab9 bfin: switch to RAW_COPY_USER by Al Viro · 8 years ago
  88. 72d6f65 blackfin: switch to generic extable.h by Al Viro · 9 years ago
  89. e5c1540 avr32: switch to RAW_COPY_USER by Al Viro · 8 years ago
  90. 92430da arm64: switch to RAW_COPY_USER by Al Viro · 8 years ago
  91. 5cbe865 avr32: switch to generic extable.h by Al Viro · 9 years ago
  92. 4658393 arm64: add extable.h by Al Viro · 9 years ago
  93. 4de5b63 arm: switch to RAW_COPY_USER by Al Viro · 8 years ago
  94. 0f9b38c arm: switch to generic extable.h by Al Viro · 9 years ago
  95. 3a1e37a arc: get rid of unused declaration by Al Viro · 8 years ago
  96. ec022681 alpha: switch to RAW_COPY_USER by Al Viro · 8 years ago
  97. ca282f6 alpha: add a helper for emitting exception table entries by Al Viro · 8 years ago
  98. c9df602 alpha: kill the 'segment' argument of __access_ok() by Al Viro · 9 years ago
  99. f14d6b4 alpha: don't bother with __access_ok() in traps.c by Al Viro · 9 years ago
  100. d78d834 alpha: get rid of 'segment' argument of __{get,put}_user_check() by Al Viro · 9 years ago