aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/uaccess_64.h
AgeCommit message (Expand)Author
2018-07-16x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handlingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams
2017-03-29x86: switch to RAW_COPY_USERAl Viro
2017-03-29x86: don't wank with magical size in __copy_in_user()Al Viro
2017-03-28kill __copy_from_user_nocache()Al Viro
2017-03-28amd64: get rid of zeroingAl Viro
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2016-07-26x86/uaccess: Enable hardened usercopyKees Cook
2016-05-20x86/kasan: instrument user memory access APIAndrey Ryabinin
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-12-17x86: reorganize SMAP handling in user space accessesLinus Torvalds
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds
2014-01-04x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt
2013-11-12Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich
2013-09-10x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomicAndi Kleen
2013-05-28x86: uaccess s/might_sleep/might_fault/Michael S. Tsirkin
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin
2012-06-29x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-01-05x86: copy_from_user() should not return -EFAULTHeiko Carstens
2009-12-30x86-64: Modify copy_user_generic() alternatives mechanismJan Beulich
2009-11-16x86: Add missing might_fault() checks to copy_{to,from}_user()Frederic Weisbecker
2009-11-15x86-64: __copy_from_user_inatomic() adjustmentsJan Beulich
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven
2009-07-20x86: Fix movq immediate operand constraints in uaccess_64.hUros Bizjak
2009-03-02x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar
2009-02-25x86: usercopy: check for total size when deciding non-temporal cutoffIngo Molnar
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar
2009-02-24x86: fix performance regression in write() syscallSalman Qazi
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar
2008-11-18x86: uaccess_64: fix return value in __copy_from_user()Hiroshi Shimamoto
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro