Age | Commit message (Expand) | Author | Files | Lines |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 418 | -5698/+4031 |
2017-04-26 | m32r: switch to RAW_COPY_USER | Al Viro | 4 | -115/+8 |
2017-04-24 | hexagon: switch to RAW_COPY_USER | Al Viro | 5 | -17/+15 |
2017-04-11 | microblaze: switch to RAW_COPY_USER | Al Viro | 2 | -28/+9 |
2017-04-06 | get rid of padding, switch to RAW_COPY_USER | Al Viro | 3 | -43/+6 |
2017-04-06 | ia64: get rid of copy_in_user() | Al Viro | 1 | -10/+0 |
2017-04-06 | ia64: sanitize __access_ok() | Al Viro | 1 | -16/+16 |
2017-04-06 | ia64: get rid of 'segment' argument of __do_{get,put}_user() | Al Viro | 1 | -8/+8 |
2017-04-06 | ia64: get rid of 'segment' argument of __{get,put}_user_check() | Al Viro | 1 | -4/+4 |
2017-04-06 | ia64: add extable.h | Al Viro | 3 | -8/+16 |
2017-04-06 | Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64 | Al Viro | 55 | -201/+828 |
2017-04-06 | powerpc: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 6 | -138/+14 |
2017-04-06 | Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc | Al Viro | 19 | -122/+725 |
2017-04-06 | alpha: fix stack smashing in old_adjtimex(2) | Al Viro | 1 | -1/+1 |
2017-04-06 | mips: switch to RAW_COPY_USER | Al Viro | 2 | -248/+27 |
2017-04-06 | mips: get rid of tail-zeroing in primitives | Al Viro | 3 | -96/+3 |
2017-04-06 | mips: make copy_from_user() zero tail explicitly | Al Viro | 1 | -7/+7 |
2017-04-06 | mips: clean and reorder the forest of macros... | Al Viro | 1 | -71/+49 |
2017-04-06 | mips: consolidate __invoke_... wrappers | Al Viro | 1 | -100/+44 |
2017-04-06 | mips: sanitize __access_ok() | Al Viro | 4 | -29/+20 |
2017-04-06 | Merge commit 'fc69910f329d' into uaccess.mips | Al Viro | 69 | -201/+848 |
2017-04-05 | metag/usercopy: Switch to RAW_COPY_USER | James Hogan | 3 | -32/+6 |
2017-04-05 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/... | Al Viro | 2 | -199/+128 |
2017-04-05 | metag/usercopy: Add missing fixups | James Hogan | 1 | -24/+48 |
2017-04-05 | metag/usercopy: Fix src fixup in from user rapf loops | James Hogan | 1 | -8/+28 |
2017-04-05 | metag/usercopy: Set flags before ADDZ | James Hogan | 1 | -4/+4 |
2017-04-05 | metag/usercopy: Zero rest of buffer from copy_from_user | James Hogan | 2 | -46/+26 |
2017-04-05 | metag/usercopy: Add early abort to copy_to_user | James Hogan | 1 | -0/+20 |
2017-04-05 | metag/usercopy: Fix alignment error checking | James Hogan | 1 | -6/+4 |
2017-04-05 | metag/usercopy: Drop unused macros | James Hogan | 1 | -113/+0 |
2017-04-04 | xtensa: fix prefetch in the raw_copy_to_user | Max Filippov | 1 | -1/+1 |
2017-04-02 | sparc: switch to RAW_COPY_USER | Al Viro | 21 | -94/+37 |
2017-04-02 | parisc: switch to RAW_COPY_USER | Al Viro | 3 | -63/+16 |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 242 | -1385/+2687 |
2017-03-30 | s390: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 3 | -156/+33 |
2017-03-30 | ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... | Vineet Gupta | 2 | -24/+6 |
2017-03-29 | parisc: Avoid stalled CPU warnings after system shutdown | Helge Deller | 1 | -0/+2 |
2017-03-29 | parisc: Clean up fixup routines for get_user()/put_user() | Helge Deller | 5 | -134/+52 |
2017-03-29 | parisc: Fix access fault handling in pa_memcpy() | Helge Deller | 2 | -458/+321 |
2017-03-29 | x86: switch to RAW_COPY_USER | Al Viro | 6 | -395/+24 |
2017-03-29 | x86: don't wank with magical size in __copy_in_user() | Al Viro | 2 | -65/+2 |
2017-03-28 | arc: switch to RAW_COPY_USER | Al Viro | 2 | -4/+5 |
2017-03-28 | xtensa: get rid of zeroing, use RAW_COPY_USER | Al Viro | 3 | -114/+57 |
2017-03-28 | xtensa: switch to generic extable.h | Al Viro | 2 | -6/+2 |
2017-03-28 | kill __copy_from_user_nocache() | Al Viro | 3 | -156/+0 |
2017-03-28 | unicore32: get rid of zeroing and switch to RAW_COPY_USER | Al Viro | 5 | -17/+16 |
2017-03-28 | amd64: get rid of zeroing | Al Viro | 4 | -16/+25 |
2017-03-28 | um: switch to RAW_COPY_USER | Al Viro | 3 | -8/+9 |
2017-03-28 | tile: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 5 | -180/+27 |
2017-03-28 | tile: switch to generic extable.h | Al Viro | 2 | -18/+2 |