summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/uaccess_64.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-30x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik1-1/+1
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds1-13/+31
2023-05-03x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds1-15/+3
2023-05-03x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds1-1/+76
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2023-04-20x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds1-4/+2
2023-04-19x86: improve on the non-rep 'copy_user' functionLinus Torvalds1-4/+4
2023-04-19x86: improve on the non-rep 'clear_user' functionLinus Torvalds1-2/+2
2023-04-19x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds1-13/+10
2023-04-19x86: move stac/clac from user copy routines into callersLinus Torvalds1-1/+7
2023-04-19x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds1-11/+3
2023-04-19x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds1-10/+5
2023-03-16x86/uaccess: Remove memcpy_page_flushcache()Ira Weiny1-2/+0
2022-08-18x86/clear_user: Make it fasterBorislav Petkov1-0/+45
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann1-7/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-20/+0
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro1-106/+2
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra1-3/+0
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 ope...Dan 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-29kill __copy_from_user_nocache()Al Viro1-8/+0
2017-03-29amd64: get rid of zeroingAl Viro1-8/+8
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2016-07-27x86/uaccess: Enable hardened usercopyKees Cook1-0/+2
2016-05-21x86/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-09x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds1-1/+1
2014-01-05x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt1-2/+2
2013-11-12Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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-11x86: 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-30x86/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...Linus Torvalds1-1/+20
2010-01-06x86: 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