aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/uaccess_64.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+4
2024-03-04x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_add...Gravatar Thomas Gleixner 1-3/+4
2024-01-09x86/percpu: Use %RIP-relative address in untagged_addr()Gravatar Uros Bizjak 1-7/+4
2023-08-30x86: bring back rep movsq for user access on CPUs without ERMSGravatar Mateusz Guzik 1-1/+1
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesGravatar Linus Torvalds 1-13/+31
2023-05-03x86: mm: remove 'sign' games from LAM untagged_addr*() macrosGravatar Linus Torvalds 1-15/+3
2023-05-03x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerGravatar Linus Torvalds 1-1/+76
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+0
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Gravatar Linus Torvalds 1-4/+2
2023-04-18x86: improve on the non-rep 'copy_user' functionGravatar Linus Torvalds 1-4/+4
2023-04-18x86: improve on the non-rep 'clear_user' functionGravatar Linus Torvalds 1-2/+2
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseGravatar Linus Torvalds 1-13/+10
2023-04-18x86: move stac/clac from user copy routines into callersGravatar Linus Torvalds 1-1/+7
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingGravatar Linus Torvalds 1-11/+3
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesGravatar Linus Torvalds 1-10/+5
2023-03-16x86/uaccess: Remove memcpy_page_flushcache()Gravatar Ira Weiny 1-2/+0
2022-08-18x86/clear_user: Make it fasterGravatar Borislav Petkov 1-0/+45
2021-09-08arch: remove compat_alloc_user_spaceGravatar Arnd Bergmann 1-7/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 1-20/+0
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Gravatar Al Viro 1-106/+2
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmGravatar Peter Zijlstra 1-3/+0
2018-07-16x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handlingGravatar Dan Williams 1-1/+6
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Gravatar Dan Williams 1-0/+11
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingGravatar Dan Williams 1-0/+3
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecGravatar Dan Williams 1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Gravatar Dan Williams 1-0/+11
2017-03-29x86: switch to RAW_COPY_USERGravatar Al Viro 1-40/+5
2017-03-29x86: don't wank with magical size in __copy_in_user()Gravatar Al Viro 1-56/+2
2017-03-28kill __copy_from_user_nocache()Gravatar Al Viro 1-8/+0
2017-03-28amd64: get rid of zeroingGravatar Al Viro 1-8/+8
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-1/+0
2016-07-26x86/uaccess: Enable hardened usercopyGravatar Kees Cook 1-0/+2
2016-05-20x86/kasan: instrument user memory access APIGravatar Andrey Ryabinin 1-0/+7
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Gravatar Borislav Petkov 1-1/+1
2015-12-17x86: reorganize SMAP handling in user space accessesGravatar Linus Torvalds 1-28/+66
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingGravatar Linus Torvalds 1-1/+1
2014-01-04x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Gravatar Steven Rostedt 1-2/+2
2013-11-12Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+18
2013-10-26x86: Unify copy_to_user() and add size checking to itGravatar Jan Beulich 1-10/+0
2013-10-26x86: Unify copy_from_user() size checkingGravatar Jan Beulich 1-18/+0
2013-09-10x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomicGravatar Andi Kleen 1-6/+18
2013-05-28x86: uaccess s/might_sleep/might_fault/Gravatar Michael S. Tsirkin 1-1/+1
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userGravatar H. Peter Anvin 1-3/+0
2012-06-29x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureGravatar Fenghua Yu 1-1/+10
2012-05-26x86: use the new generic strnlen_user() functionGravatar Linus Torvalds 1-3/+0
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upGravatar Linus Torvalds 1-4/+0
2011-05-20sanitize <linux/prefetch.h> usageGravatar Linus Torvalds 1-1/+0
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+20
2010-01-05x86: copy_from_user() should not return -EFAULTGravatar Heiko Carstens 1-3/+2