summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-201-0/+5
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-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: use generic search and sort routinesArd Biesheuvel2016-03-221-3/+2
* 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-271-3/+5
* | x86: Replace assembly access_ok() with a C variantLinus Torvalds2013-12-271-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-121-1/+8
* x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin2013-02-121-43/+14
* x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin2013-02-111-11/+9
* x86-32: Add support for 64bit get_user()Ville Syrjälä2013-02-071-4/+15
* x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-291-42/+0
* 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/+6
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-12/+19
* x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin2012-09-211-0/+3
* perf/x86: Check if user fp is validArun Sharma2012-06-061-6/+6
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-261-0/+3
* x86: use generic strncpy_from_user routineLinus Torvalds2012-05-261-0/+1
* x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-201-6/+11
* x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin2012-04-201-4/+4
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-111-0/+2
* x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-051-1/+1
* x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-211-0/+3
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-1/+0
* x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2011-05-181-1/+1
* x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst2009-10-121-1/+0
* x86: Fix movq immediate operand constraints in uaccess.hH. Peter Anvin2009-07-201-2/+2
* x86, 64-bit: Clean up user address maskingLinus Torvalds2009-06-201-6/+1
* perf_counter, x86: Improve interactions with fast-gupIngo Molnar2009-06-191-1/+6
* x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto2009-02-041-5/+6
* x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto2009-01-291-2/+20