summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* x86: switch to RAW_COPY_USERAl Viro2017-03-291-53/+0Star
* amd64: get rid of zeroingAl Viro2017-03-291-0/+12
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0Star
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2016-12-061-2/+11
* x86: separate extable.h, switch sections.h to itAl Viro2016-09-281-31/+1Star
* fix minor infoleak in get_user_ex()Al Viro2016-09-151-1/+5
* x86/uaccess: force copy_*_user() to be inlinedKees Cook2016-09-061-2/+2
* mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-60/+9Star
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-4/+6
|\
| * x86/uaccess: Enable hardened usercopyKees Cook2016-07-261-4/+6
* | unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-081-8/+8
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-3/+3
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-2/+2
* | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar2016-07-081-1/+6
|\|
| * x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-211-0/+5
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-171-1/+1
| |\
| | * x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-1/+1
| | * x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-1/+1
| * | x86/extable: ensure entries are swapped completely when sortingMathias Krause2016-05-111-0/+8
| |/
* | x86/extable: Ensure entries are swapped completely when sortingMathias Krause2016-05-111-0/+8
* | x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernelsBenjamin LaHaise2016-04-131-2/+21
|/
* x86/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-3/+2Star
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-251-8/+8
|\
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-8/+8
* | x86/uaccess: Add stack frame output operand in get_user() inline asmChris J Arges2016-02-241-2/+3
|/
* Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2016-01-211-18/+60
|\
| * Add 'unsafe' user access functions for batched accessesLinus Torvalds2015-12-171-0/+25
| * x86: reorganize SMAP handling in user space accessesLinus Torvalds2015-12-171-18/+35
* | x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen2015-11-231-0/+9
|/
* x86/uaccess: Add unlikely() to __chk_range_not_ok() failure pathsAndy Lutomirski2015-10-071-3/+3
* x86/uaccess: Tell the compiler that uaccess is unlikely to faultAndy Lutomirski2015-10-071-4/+4
* mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-5/+10
* x86/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
* Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-01-201-0/+92
|\
| * x86: add user_atomic_cmpxchg_inatomic at uaccess.hQiaowei Ren2013-12-161-0/+92
* | x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin2013-12-281-3/+5
* | x86: Replace assembly access_ok() with a C variantLinus Torvalds2013-12-281-11/+17
|/
* x86: Unify copy_to_user() and add size checking to itJan Beulich2013-10-261-0/+30
* x86: Unify copy_from_user() size checkingJan Beulich2013-10-261-0/+68
* x86, doc: Update uaccess.h comment to reflect clang changesH. Peter Anvin2013-08-291-1/+4
* x86, asm: Fix a compilation issue with clangJan-Simon Möller2013-08-291-1/+1
* x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin2013-02-131-1/+8
* x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin2013-02-121-43/+14Star
* x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin2013-02-121-11/+9Star
* x86-32: Add support for 64bit get_user()Ville Syrjälä2013-02-081-4/+15
* x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-291-42/+0Star
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-2/+2
* x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-211-8/+6Star
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-12/+19