aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+92
2013-12-27x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin1-3/+5
2013-12-27x86: Replace assembly access_ok() with a C variantLinus Torvalds1-11/+17
2013-12-16x86: add user_atomic_cmpxchg_inatomic at uaccess.hQiaowei Ren1-0/+92
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich1-0/+30
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich1-0/+68
2013-08-29x86, doc: Update uaccess.h comment to reflect clang changesH. Peter Anvin1-1/+4
2013-08-29x86, asm: Fix a compilation issue with clangJan-Simon Möller1-1/+1
2013-02-12x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin1-1/+8
2013-02-12x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin1-43/+14
2013-02-11x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin1-11/+9
2013-02-07x86-32: Add support for 64bit get_user()Ville Syrjälä1-4/+15
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin1-42/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-2/+2
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin1-8/+6
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-12/+19
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin1-0/+3
2012-06-06perf/x86: Check if user fp is validArun Sharma1-6/+6
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds1-0/+3
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds1-0/+1
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin1-6/+11
2012-04-20x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin1-4/+4
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds1-0/+2
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski1-1/+1
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter1-0/+3
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-1/+0
2011-05-18x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa1-1/+1
2009-10-12x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst1-1/+0
2009-07-20x86: Fix movq immediate operand constraints in uaccess.hH. Peter Anvin1-2/+2
2009-06-20x86, 64-bit: Clean up user address maskingLinus Torvalds1-6/+1
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar1-1/+6
2009-02-04x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto1-5/+6
2009-01-29x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto1-2/+20
2009-01-23x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto1-0/+103
2009-01-21x86: uaccess: rename __put_user_u64() to __put_user_asm_u64()Hiroshi Shimamoto1-3/+3
2009-01-21x86: uaccess: fix style problemsHiroshi Shimamoto1-3/+3
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-12-12x86: uaccess: return value of __{get|put}_user() can be intHiroshi Shimamoto1-2/+2
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-0/+456
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+454