- 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
- 9a67734 m32r: switch to RAW_COPY_USER by Al Viro · 8 years ago
- ac4691f hexagon: switch to RAW_COPY_USER by Al Viro · 8 years ago
- d491afb microblaze: switch to RAW_COPY_USER by Al Viro · 8 years ago
- b3622d3 get rid of padding, switch to RAW_COPY_USER by Al Viro · 8 years ago
- 652c1aa ia64: get rid of copy_in_user() by Al Viro · 8 years ago
- 7bb8a50 ia64: sanitize __access_ok() by Al Viro · 9 years ago
- 11836ec ia64: get rid of 'segment' argument of __do_{get,put}_user() by Al Viro · 9 years ago
- 1bd5986 ia64: get rid of 'segment' argument of __{get,put}_user_check() by Al Viro · 9 years ago
- 8bec271 ia64: add extable.h by Al Viro · 9 years ago
- fccfb99 Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64 by Al Viro · 8 years ago
- 3448890 powerpc: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
- f2ed8be Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc by Al Viro · 8 years ago
- bf7af0c esas2r: don't open-code memdup_user() by Al Viro · 8 years ago
- 1c87ea4 alpha: fix stack smashing in old_adjtimex(2) by Al Viro · 8 years ago
- e73a67f don't open-code kernel_setsockopt() by Al Viro · 8 years ago
- 2260ea8 mips: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 1a4fded mips: get rid of tail-zeroing in primitives by Al Viro · 8 years ago
- ab0aca2 mips: make copy_from_user() zero tail explicitly by Al Viro · 8 years ago
- b0bb945 mips: clean and reorder the forest of macros... by Al Viro · 8 years ago
- c12a1d7 mips: consolidate __invoke_... wrappers by Al Viro · 8 years ago
- f0a955f mips: sanitize __access_ok() by Al Viro · 9 years ago
- 054838b Merge commit 'fc69910f329d' into uaccess.mips by Al Viro · 8 years ago
- 840db3f metag/usercopy: Switch to RAW_COPY_USER by James Hogan · 8 years ago
- 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
- b884a19 metag/usercopy: Add missing fixups by James Hogan · 8 years ago
- 2c0b1df metag/usercopy: Fix src fixup in from user rapf loops by James Hogan · 8 years ago
- fd40eee metag/usercopy: Set flags before ADDZ by James Hogan · 8 years ago
- 563ddc1 metag/usercopy: Zero rest of buffer from copy_from_user by James Hogan · 8 years ago
- fb8ea06 metag/usercopy: Add early abort to copy_to_user by James Hogan · 8 years ago
- 2257211 metag/usercopy: Fix alignment error checking by James Hogan · 8 years ago
- ef62a2d8 metag/usercopy: Drop unused macros by James Hogan · 8 years ago
- 7d4914d xtensa: fix prefetch in the raw_copy_to_user by Max Filippov · 8 years ago
- 31af2f3 sparc: switch to RAW_COPY_USER by Al Viro · 8 years ago
- f64fd18 parisc: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 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
- 3709600 s390: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
- e13909a ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... by Vineet Gupta · 8 years ago
- 476e75a parisc: Avoid stalled CPU warnings after system shutdown by Helge Deller · 8 years ago
- d19f5e4 parisc: Clean up fixup routines for get_user()/put_user() by Helge Deller · 8 years ago
- 554bfec parisc: Fix access fault handling in pa_memcpy() by Helge Deller · 8 years ago
- beba3a2 x86: switch to RAW_COPY_USER by Al Viro · 8 years ago
- a41e0d7 x86: don't wank with magical size in __copy_in_user() by Al Viro · 8 years ago
- 839cc29 arc: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 3a0e75a xtensa: get rid of zeroing, use RAW_COPY_USER by Al Viro · 8 years ago
- 0b46a94 xtensa: switch to generic extable.h by Al Viro · 9 years ago
- 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
- 2ef59f2 unicore32: get rid of zeroing and switch to RAW_COPY_USER by Al Viro · 8 years ago
- 122b05d amd64: get rid of zeroing by Al Viro · 8 years ago
- a668ce3 um: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 23504ba tile: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
- c0ea73f tile: switch to generic extable.h by Al Viro · 9 years ago
- 1333eb7 sparc32: kill __ret_efault() by Al Viro · 9 years ago
- f98f48e sh: switch to RAW_COPY_USER by Al Viro · 8 years ago
- bcd541d sh: switch to extable.h by Al Viro · 9 years ago
- dc14253 score: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 4b4554f score: it's "VERIFY_WRITE", not "VERFITY_WRITE"... by Al Viro · 9 years ago
- 271abdc score: switch to generic extable.h by Al Viro · 9 years ago
- e70f1d5 s390: switch to extable.h by Al Viro · 9 years ago
- 527b5ba powerpc: switch to extable.h by Al Viro · 9 years ago
- ab89866 openrisc: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 6c36a4e openrisc: switch to generic extable.h by Al Viro · 9 years ago
- de51d6c nios2: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 981db65 nios2: switch to generic extable.h by Al Viro · 9 years ago
- 19dbf70 mn10300: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 4df3715e mn10300: get rid of zeroing by Al Viro · 8 years ago
- 6c03905 mn10300: switch to generic extable.h by Al Viro · 9 years ago
- 730132e microblaze: switch to generic extable.h by Al Viro · 9 years ago
- 2c30541 metag: kill verify_area() by Al Viro · 9 years ago
- 8b9a7e5 metag: switch to generic extable.h by Al Viro · 9 years ago
- 29be02e m68k: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 7cefa5a m68k: get rid of zeroing by Al Viro · 8 years ago
- 68acfdc m68k: switch to generic extable.h by Al Viro · 9 years ago
- 8cd920f m32r: get rid of zeroing by Al Viro · 8 years ago
- 35f8acd m32r: switch to generic extable.h by Al Viro · 9 years ago
- 33ab2da 8300: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 48f666c frv: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 9a7513c frv: switch to use of fixup_exception() by Al Viro · 9 years ago
- 0c7e9a8 cris: switch to RAW_COPY_USER by Al Viro · 8 years ago
- b71f1bf cris: rename __copy_user_zeroing to __copy_user_in by Al Viro · 8 years ago
- de09be3 cris: get rid of zeroing by Al Viro · 8 years ago
- c831394 cris: get rid of zeroing in __asm_copy_from_user_N for N > 4 by Al Viro · 8 years ago
- 07f78b3 cris: don't rely upon __copy_user_zeroing() zeroing the tail by Al Viro · 8 years ago
- a8be344 cris: switch to generic extable.h by Al Viro · 9 years ago
- 86944ee c6x: switch to RAW_COPY_USER by Al Viro · 8 years ago
- dcecd93 c6x: remove duplicate definition of __access_ok by Al Viro · 9 years ago
- 50e9ab9 bfin: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 72d6f65 blackfin: switch to generic extable.h by Al Viro · 9 years ago
- e5c1540 avr32: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 92430da arm64: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 5cbe865 avr32: switch to generic extable.h by Al Viro · 9 years ago
- 4658393 arm64: add extable.h by Al Viro · 9 years ago
- 4de5b63 arm: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 0f9b38c arm: switch to generic extable.h by Al Viro · 9 years ago
- 3a1e37a arc: get rid of unused declaration by Al Viro · 8 years ago
- ec022681 alpha: switch to RAW_COPY_USER by Al Viro · 8 years ago
- ca282f6 alpha: add a helper for emitting exception table entries by Al Viro · 8 years ago
- c9df602 alpha: kill the 'segment' argument of __access_ok() by Al Viro · 9 years ago
- f14d6b4 alpha: don't bother with __access_ok() in traps.c by Al Viro · 9 years ago
- d78d834 alpha: get rid of 'segment' argument of __{get,put}_user_check() by Al Viro · 9 years ago