| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/uaccess, sched/preempt: Verify access_ok() context | Peter Zijlstra | 2016-12-06 | 1 | -2/+11 |
* | x86: separate extable.h, switch sections.h to it | Al Viro | 2016-09-27 | 1 | -31/+1 |
* | fix minor infoleak in get_user_ex() | Al Viro | 2016-09-15 | 1 | -1/+5 |
* | x86/uaccess: force copy_*_user() to be inlined | Kees Cook | 2016-09-06 | 1 | -2/+2 |
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 2016-08-30 | 1 | -60/+9 |
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 | 1 | -4/+6 |
|\ |
|
| * | x86/uaccess: Enable hardened usercopy | Kees Cook | 2016-07-26 | 1 | -4/+6 |
* | | unsafe_[get|put]_user: change interface to use a error target label | Linus Torvalds | 2016-08-08 | 1 | -8/+8 |
* | | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 2016-07-15 | 1 | -3/+3 |
* | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 2016-07-15 | 1 | -2/+2 |
* | | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 2016-07-08 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | x86/kasan: instrument user memory access API | Andrey Ryabinin | 2016-05-20 | 1 | -0/+5 |
| * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-16 | 1 | -1/+1 |
| |\ |
|
| | * | x86/head: Move early exception panic code into early_fixup_exception() | Andy Lutomirski | 2016-04-13 | 1 | -1/+1 |
| | * | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski | 2016-04-13 | 1 | -1/+1 |
| * | | x86/extable: ensure entries are swapped completely when sorting | Mathias Krause | 2016-05-11 | 1 | -0/+8 |
| |/ |
|
* | | x86/extable: Ensure entries are swapped completely when sorting | Mathias Krause | 2016-05-11 | 1 | -0/+8 |
* | | x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernels | Benjamin LaHaise | 2016-04-13 | 1 | -2/+21 |
|/ |
|
* | x86/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 1 | -3/+2 |
* | Merge branch 'ras/core' into core/objtool, to pick up the new exception table... | Ingo Molnar | 2016-02-25 | 1 | -8/+8 |
|\ |
|
| * | x86/mm: Expand the exception table logic to allow new handling options | Tony Luck | 2016-02-18 | 1 | -8/+8 |
* | | x86/uaccess: Add stack frame output operand in get_user() inline asm | Chris J Arges | 2016-02-24 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'uaccess' (batched user access infrastructure) | Linus Torvalds | 2016-01-21 | 1 | -18/+60 |
|\ |
|
| * | Add 'unsafe' user access functions for batched accesses | Linus Torvalds | 2015-12-17 | 1 | -0/+25 |
| * | x86: reorganize SMAP handling in user space accesses | Linus Torvalds | 2015-12-17 | 1 | -18/+35 |
* | | x86: Add an inlined __copy_from_user_nmi() variant | Andi Kleen | 2015-11-23 | 1 | -0/+9 |
|/ |
|
* | x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths | Andy Lutomirski | 2015-10-07 | 1 | -3/+3 |
* | x86/uaccess: Tell the compiler that uaccess is unlikely to fault | Andy Lutomirski | 2015-10-07 | 1 | -4/+4 |
* | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 2015-05-19 | 1 | -5/+10 |
* | x86/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
* | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 2014-01-20 | 1 | -0/+92 |
|\ |
|
| * | x86: add user_atomic_cmpxchg_inatomic at uaccess.h | Qiaowei Ren | 2013-12-16 | 1 | -0/+92 |
* | | x86: Slightly tweak the access_ok() C variant for better code | H. Peter Anvin | 2013-12-27 | 1 | -3/+5 |
* | | x86: Replace assembly access_ok() with a C variant | Linus Torvalds | 2013-12-27 | 1 | -11/+17 |
|/ |
|
* | x86: Unify copy_to_user() and add size checking to it | Jan Beulich | 2013-10-26 | 1 | -0/+30 |
* | x86: Unify copy_from_user() size checking | Jan Beulich | 2013-10-26 | 1 | -0/+68 |
* | x86, doc: Update uaccess.h comment to reflect clang changes | H. Peter Anvin | 2013-08-29 | 1 | -1/+4 |
* | x86, asm: Fix a compilation issue with clang | Jan-Simon Möller | 2013-08-29 | 1 | -1/+1 |
* | x86, doc: Clarify the use of asm("%edx") in uaccess.h | H. Peter Anvin | 2013-02-12 | 1 | -1/+8 |
* | x86, mm: Redesign get_user with a __builtin_choose_expr hack | H. Peter Anvin | 2013-02-12 | 1 | -43/+14 |
* | x86, mm: Use a bitfield to mask nuisance get_user() warnings | H. Peter Anvin | 2013-02-11 | 1 | -11/+9 |
* | x86-32: Add support for 64bit get_user() | Ville Syrjälä | 2013-02-07 | 1 | -4/+15 |
* | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK | H. Peter Anvin | 2012-11-29 | 1 | -42/+0 |
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 1 | -2/+2 |
* | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 2012-09-21 | 1 | -8/+6 |
* | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 2012-09-21 | 1 | -12/+19 |
* | x86, uaccess: Merge prototypes for clear_user/__clear_user | H. Peter Anvin | 2012-09-21 | 1 | -0/+3 |
* | perf/x86: Check if user fp is valid | Arun Sharma | 2012-06-06 | 1 | -6/+6 |
* | x86: use the new generic strnlen_user() function | Linus Torvalds | 2012-05-26 | 1 | -0/+3 |
* | x86: use generic strncpy_from_user routine | Linus Torvalds | 2012-05-26 | 1 | -0/+1 |