Age | Commit message (Expand) | Author | Files | Lines |
2017-07-15 | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+0 |
2017-07-07 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
2017-07-04 | kill {__,}{get,put}_user_unaligned() | Al Viro | 1 | -3/+0 |
2017-05-22 | x86: fix 32-bit case of __get_user_asm_u64() | Linus Torvalds | 1 | -3/+3 |
2017-05-22 | Clean up x86 unsafe_get/put_user() type handling | Linus Torvalds | 1 | -2/+3 |
2017-05-21 | fix unsafe_put_user() | Al Viro | 1 | -1/+1 |
2017-05-16 | kill strlen_user() | Al Viro | 1 | -1/+0 |
2017-03-29 | x86: switch to RAW_COPY_USER | Al Viro | 1 | -53/+0 |
2017-03-29 | amd64: get rid of zeroing | Al Viro | 1 | -0/+12 |
2017-03-06 | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 1 | -2/+0 |
2017-03-06 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 1 | -3/+0 |
2016-12-06 | x86/uaccess, sched/preempt: Verify access_ok() context | Peter Zijlstra | 1 | -2/+11 |
2016-09-28 | x86: separate extable.h, switch sections.h to it | Al Viro | 1 | -31/+1 |
2016-09-15 | fix minor infoleak in get_user_ex() | Al Viro | 1 | -1/+5 |
2016-09-06 | x86/uaccess: force copy_*_user() to be inlined | Kees Cook | 1 | -2/+2 |
2016-08-30 | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 1 | -60/+9 |
2016-08-09 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -4/+6 |
2016-08-08 | unsafe_[get|put]_user: change interface to use a error target label | Linus Torvalds | 1 | -8/+8 |
2016-07-27 | x86/uaccess: Enable hardened usercopy | Kees Cook | 1 | -4/+6 |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 1 | -3/+3 |
2016-07-15 | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 1 | -2/+2 |
2016-07-08 | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 1 | -1/+6 |
2016-05-21 | x86/kasan: instrument user memory access API | Andrey Ryabinin | 1 | -0/+5 |
2016-05-17 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2016-05-11 | x86/extable: ensure entries are swapped completely when sorting | Mathias Krause | 1 | -0/+8 |
2016-05-11 | x86/extable: Ensure entries are swapped completely when sorting | Mathias Krause | 1 | -0/+8 |
2016-04-13 | x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernels | Benjamin LaHaise | 1 | -2/+21 |
2016-04-13 | x86/head: Move early exception panic code into early_fixup_exception() | Andy Lutomirski | 1 | -1/+1 |
2016-04-13 | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski | 1 | -1/+1 |
2016-03-23 | x86/extable: use generic search and sort routines | Ard Biesheuvel | 1 | -3/+2 |
2016-02-25 | Merge branch 'ras/core' into core/objtool, to pick up the new exception table... | Ingo Molnar | 1 | -8/+8 |
2016-02-24 | x86/uaccess: Add stack frame output operand in get_user() inline asm | Chris J Arges | 1 | -2/+3 |
2016-02-18 | x86/mm: Expand the exception table logic to allow new handling options | Tony Luck | 1 | -8/+8 |
2016-01-22 | Merge branch 'uaccess' (batched user access infrastructure) | Linus Torvalds | 1 | -18/+60 |
2015-12-17 | Add 'unsafe' user access functions for batched accesses | Linus Torvalds | 1 | -0/+25 |
2015-12-17 | x86: reorganize SMAP handling in user space accesses | Linus Torvalds | 1 | -18/+35 |
2015-11-23 | x86: Add an inlined __copy_from_user_nmi() variant | Andi Kleen | 1 | -0/+9 |
2015-10-07 | x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths | Andy Lutomirski | 1 | -3/+3 |
2015-10-07 | x86/uaccess: Tell the compiler that uaccess is unlikely to fault | Andy Lutomirski | 1 | -4/+4 |
2015-05-19 | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 1 | -5/+10 |
2015-01-13 | x86/uaccess: fix sparse errors | Michael S. Tsirkin | 1 | -1/+1 |
2014-01-21 | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 1 | -0/+92 |
2013-12-28 | x86: Slightly tweak the access_ok() C variant for better code | H. Peter Anvin | 1 | -3/+5 |
2013-12-28 | x86: Replace assembly access_ok() with a C variant | Linus Torvalds | 1 | -11/+17 |
2013-12-16 | x86: add user_atomic_cmpxchg_inatomic at uaccess.h | Qiaowei Ren | 1 | -0/+92 |
2013-10-26 | x86: Unify copy_to_user() and add size checking to it | Jan Beulich | 1 | -0/+30 |
2013-10-26 | x86: Unify copy_from_user() size checking | Jan Beulich | 1 | -0/+68 |
2013-08-30 | x86, doc: Update uaccess.h comment to reflect clang changes | H. Peter Anvin | 1 | -1/+4 |
2013-08-30 | x86, asm: Fix a compilation issue with clang | Jan-Simon Möller | 1 | -1/+1 |
2013-02-13 | x86, doc: Clarify the use of asm("%edx") in uaccess.h | H. Peter Anvin | 1 | -1/+8 |