Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 159 | -4129/+1188 |
|\ | |||||
| * | HAVE_ARCH_HARDENED_USERCOPY is unconditional now | Al Viro | 2017-04-26 | 9 | -9/+0 |
| * | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 32 | -34/+0 |
| *-----------------------------------------------------------. | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 418 | -5698/+4031 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | xtensa: fix prefetch in the raw_copy_to_user | Max Filippov | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | xtensa: get rid of zeroing, use RAW_COPY_USER | Al Viro | 2017-03-29 | 3 | -114/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | xtensa: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | x86: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 6 | -395/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | x86: don't wank with magical size in __copy_in_user() | Al Viro | 2017-03-29 | 2 | -65/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | kill __copy_from_user_nocache() | Al Viro | 2017-03-29 | 3 | -156/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | amd64: get rid of zeroing | Al Viro | 2017-03-29 | 4 | -16/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * / | unicore32: get rid of zeroing and switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 5 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * / | um: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 3 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | tile: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 5 | -180/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * | | tile: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -18/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | | * | | sparc: switch to RAW_COPY_USER | Al Viro | 2017-04-02 | 21 | -94/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * | | sparc32: kill __ret_efault() | Al Viro | 2017-03-29 | 2 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | | * | | sh: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -32/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * | | sh: switch to extable.h | Al Viro | 2017-03-29 | 2 | -22/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | | * | | score: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -48/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | * | | score: it's "VERIFY_WRITE", not "VERFITY_WRITE"... | Al Viro | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * | | score: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -11/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | | * | | s390: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-03-30 | 3 | -156/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | * | | s390: switch to extable.h | Al Viro | 2017-03-29 | 2 | -25/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | |/ | |||||
| | | | | | | | | | | | | | | | | | | | | | | * | | powerpc: get rid of zeroing, switch to RAW_COPY_USER | Al Viro | 2017-04-06 | 6 | -138/+14 |
| | | | | | | | | | | | | | | | | | | | | | | * | | Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc | Al Viro | 2017-04-06 | 19 | -122/+725 |
| | | | | | | | | | | | | | | | | | | | | | | |\ \ | |||||
| | | | | | | | | | | | | | | | | | | | | | | * | | | powerpc: switch to extable.h | Al Viro | 2017-03-29 | 2 | -25/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | |/| | |||||
| | | | | | | | | | | | | | | | | | | | | | * | | | parisc: switch to RAW_COPY_USER | Al Viro | 2017-04-02 | 3 | -63/+16 |
| | | | | | | | | | | | | | | | | | | | | | * | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 242 | -1385/+2687 |
| | | | | | | | | | | | | | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | |/| | | |||||
| | | | | | | | | | | | | | | | | | | | | * | | | | openrisc: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -22/+7 |
| | | | | | | | | | | | | | | | | | | | | * | | | | openrisc: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -17/+2 |
| | | | | | | | | | | | | | | | | | | | | |/ / / | |||||
| | | | | | | | | | | | | | | | | | | | * | | | | nios2: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 3 | -33/+15 |
| | | | | | | | | | | | | | | | | | | | * | | | | nios2: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -18/+2 |
| | | | | | | | | | | | | | | | | | | | |/ / / | |||||
| | | | | | | | | | | | | | | | | | | * | | | | mn10300: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 4 | -54/+5 |
| | | | | | | | | | | | | | | | | | | * | | | | mn10300: get rid of zeroing | Al Viro | 2017-03-29 | 2 | -141/+20 |
| | | | | | | | | | | | | | | | | | | * | | | | mn10300: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -20/+2 |
| | | | | | | | | | | | | | | | | | | |/ / / | |||||
| | | | | | | | | | | | | | | | | | * | | | | mips: switch to RAW_COPY_USER | Al Viro | 2017-04-06 | 2 | -248/+27 |
| | | | | | | | | | | | | | | | | | * | | | | mips: get rid of tail-zeroing in primitives | Al Viro | 2017-04-06 | 3 | -96/+3 |
| | | | | | | | | | | | | | | | | | * | | | | mips: make copy_from_user() zero tail explicitly | Al Viro | 2017-04-06 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | * | | | | mips: clean and reorder the forest of macros... | Al Viro | 2017-04-06 | 1 | -71/+49 |
| | | | | | | | | | | | | | | | | | * | | | | mips: consolidate __invoke_... wrappers | Al Viro | 2017-04-06 | 1 | -100/+44 |
| | | | | | | | | | | | | | | | | | * | | | | mips: sanitize __access_ok() | Al Viro | 2017-04-06 | 4 | -29/+20 |
| | | | | | | | | | | | | | | | | | * | | | | Merge commit 'fc69910f329d' into uaccess.mips | Al Viro | 2017-04-06 | 69 | -201/+848 |
| | | | | | | | | | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | |/ / / | | | | | | | | | | | | | | | | | | |/| | | | |||||
| | | | | | | | | | | | | | | | | * | | | | | microblaze: switch to RAW_COPY_USER | Al Viro | 2017-04-11 | 2 | -28/+9 |
| | | | | | | | | | | | | | | | | * | | | | | microblaze: switch to generic extable.h | Al Viro | 2017-03-29 | 2 | -16/+2 |
| | | | | | | | | | | | | | | | | |/ / / / | |||||
| | | | | | | | | | | | | | | | * | | | | | metag/usercopy: Switch to RAW_COPY_USER | James Hogan | 2017-04-05 | 3 | -32/+6 |
| | | | | | | | | | | | | | | | * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/... | Al Viro | 2017-04-05 | 2 | -199/+128 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * | | | | | | metag: kill verify_area() | Al Viro | 2017-03-29 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | * | | | | | | metag: switch to generic extable.h | Al Viro | 2017-03-29 | 3 | -17/+3 |
| | | | | | | | | | | | | | | | | |/ / / / | | | | | | | | | | | | | | | | |/| | | | | |||||
| | | | | | | | | | | | | | | * | | | | | | m68k: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 3 | -24/+28 |