aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess_64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-16x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handlingDan Williams1-1/+6
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams1-0/+11
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams1-0/+3
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-0/+11
2017-03-29x86: switch to RAW_COPY_USERAl Viro1-40/+5
2017-03-29x86: don't wank with magical size in __copy_in_user()Al Viro1-56/+2
2017-03-28kill __copy_from_user_nocache()Al Viro1-8/+0
2017-03-28amd64: get rid of zeroingAl Viro1-8/+8
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2016-07-26x86/uaccess: Enable hardened usercopyKees Cook1-0/+2
2016-05-20x86/kasan: instrument user memory access APIAndrey Ryabinin1-0/+7
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2015-12-17x86: reorganize SMAP handling in user space accessesLinus Torvalds1-28/+66
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds1-1/+1
2014-01-04x86, sparse: Do not force removal of __user when calling copy_to/from_user_nocheck()Steven Rostedt1-2/+2
2013-11-12Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+18
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich1-10/+0
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich1-18/+0
2013-09-10x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomicAndi Kleen1-6/+18
2013-05-28x86: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-1/+1
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin1-3/+0
2012-06-29x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu1-1/+10
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds1-3/+0
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds1-4/+0
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-1/+0
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+20
2010-01-05x86: copy_from_user() should not return -EFAULTHeiko Carstens1-3/+2
2009-12-30x86-64: Modify copy_user_generic() alternatives mechanismJan Beulich1-1/+20
2009-11-16x86: Add missing might_fault() checks to copy_{to,from}_user()Frederic Weisbecker1-1/+9
2009-11-15x86-64: __copy_from_user_inatomic() adjustmentsJan Beulich1-2/+5
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()Arjan van de Ven1-1/+18
2009-07-20x86: Fix movq immediate operand constraints in uaccess_64.hUros Bizjak1-5/+5
2009-03-02x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar1-18/+7
2009-02-25x86: usercopy: check for total size when deciding non-temporal cutoffIngo Molnar1-2/+2
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar1-3/+2
2009-02-24x86: fix performance regression in write() syscallSalman Qazi1-2/+14
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/coreIngo Molnar1-0/+6
2008-11-18x86: uaccess_64: fix return value in __copy_from_user()Hiroshi Shimamoto1-1/+1
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-0/+208
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+202