aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h
Commit message (Expand)AuthorAge
* x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-25
* x86: separate extable.h, switch sections.h to itAl Viro2016-09-27
* fix minor infoleak in get_user_ex()Al Viro2016-09-15
* x86/uaccess: force copy_*_user() to be inlinedKees Cook2016-09-06
* mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-30
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-08
|\
| * x86/uaccess: Enable hardened usercopyKees Cook2016-07-26
* | unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-08
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-15
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-15
* | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar2016-07-08
|\|
| * x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-20
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-16
| |\
| | * x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-13
| | * x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-13
| * | x86/extable: ensure entries are swapped completely when sortingMathias Krause2016-05-11
| |/
* | x86/extable: Ensure entries are swapped completely when sortingMathias Krause2016-05-11
* | x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernelsBenjamin LaHaise2016-04-13
|/
* x86/extable: use generic search and sort routinesArd Biesheuvel2016-03-22
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-25
|\
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-18
* | x86/uaccess: Add stack frame output operand in get_user() inline asmChris J Arges2016-02-24
|/
* Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2016-01-21
|\
| * Add 'unsafe' user access functions for batched accessesLinus Torvalds2015-12-17
| * x86: reorganize SMAP handling in user space accessesLinus Torvalds2015-12-17
* | x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen2015-11-23
|/
* x86/uaccess: Add unlikely() to __chk_range_not_ok() failure pathsAndy Lutomirski2015-10-07
* x86/uaccess: Tell the compiler that uaccess is unlikely to faultAndy Lutomirski2015-10-07
* mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-19
* x86/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-13
* Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-01-20
|\
| * x86: add user_atomic_cmpxchg_inatomic at uaccess.hQiaowei Ren2013-12-16
* | x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin2013-12-27
* | x86: Replace assembly access_ok() with a C variantLinus Torvalds2013-12-27
|/
* x86: Unify copy_to_user() and add size checking to itJan Beulich2013-10-26
* x86: Unify copy_from_user() size checkingJan Beulich2013-10-26
* x86, doc: Update uaccess.h comment to reflect clang changesH. Peter Anvin2013-08-29
* x86, asm: Fix a compilation issue with clangJan-Simon Möller2013-08-29
* x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin2013-02-12
* x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin2013-02-12
* x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin2013-02-11
* x86-32: Add support for 64bit get_user()Ville Syrjälä2013-02-07
* x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-29
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-02
* x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-21
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-21
* x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin2012-09-21
* perf/x86: Check if user fp is validArun Sharma2012-06-06
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-26
* x86: use generic strncpy_from_user routineLinus Torvalds2012-05-26