index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
uaccess_64.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
x86: bring back rep movsq for user access on CPUs without ERMS
Mateusz Guzik
1
-1
/
+1
2023-05-03
x86-64: mm: clarify the 'positive addresses' user address rules
Linus Torvalds
1
-13
/
+31
2023-05-03
x86: mm: remove 'sign' games from LAM untagged_addr*() macros
Linus Torvalds
1
-15
/
+3
2023-05-03
x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
Linus Torvalds
1
-1
/
+76
2023-04-28
Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+0
2023-04-20
x86: remove 'zerorest' argument from __copy_user_nocache()
Linus Torvalds
1
-4
/
+2
2023-04-19
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
1
-4
/
+4
2023-04-19
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
1
-2
/
+2
2023-04-19
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
1
-13
/
+10
2023-04-19
x86: move stac/clac from user copy routines into callers
Linus Torvalds
1
-1
/
+7
2023-04-19
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
1
-11
/
+3
2023-04-19
x86: don't use REP_GOOD or ERMS for user memory copies
Linus Torvalds
1
-10
/
+5
2023-03-16
x86/uaccess: Remove memcpy_page_flushcache()
Ira Weiny
1
-2
/
+0
2022-08-18
x86/clear_user: Make it faster
Borislav Petkov
1
-0
/
+45
2021-09-09
arch: remove compat_alloc_user_space
Arnd Bergmann
1
-7
/
+0
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
1
-20
/
+0
2020-03-18
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
1
-106
/
+2
2019-04-03
x86/uaccess: Move copy_user_handle_tail() into asm
Peter Zijlstra
1
-3
/
+0
2018-07-16
x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling
Dan Williams
1
-1
/
+6
2018-05-15
x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()
Dan Williams
1
-0
/
+11
2018-05-15
x86/asm/memcpy_mcsafe: Add write-protection-fault handling
Dan Williams
1
-0
/
+3
2018-01-30
x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
1
-6
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-09
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...
Dan Williams
1
-0
/
+11
2017-03-29
x86: switch to RAW_COPY_USER
Al Viro
1
-40
/
+5
2017-03-29
x86: don't wank with magical size in __copy_in_user()
Al Viro
1
-56
/
+2
2017-03-29
kill __copy_from_user_nocache()
Al Viro
1
-8
/
+0
2017-03-29
amd64: get rid of zeroing
Al Viro
1
-8
/
+8
2017-03-06
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
1
-1
/
+0
2016-07-27
x86/uaccess: Enable hardened usercopy
Kees Cook
1
-0
/
+2
2016-05-21
x86/kasan: instrument user memory access API
Andrey Ryabinin
1
-0
/
+7
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
1
-1
/
+1
2015-12-17
x86: reorganize SMAP handling in user space accesses
Linus Torvalds
1
-28
/
+66
2015-04-09
x86: clean up/fix 'copy_in_user()' tail zeroing
Linus Torvalds
1
-1
/
+1
2014-01-05
x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...
Steven Rostedt
1
-2
/
+2
2013-11-12
Merge branch 'x86-uaccess-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+18
2013-10-26
x86: Unify copy_to_user() and add size checking to it
Jan Beulich
1
-10
/
+0
2013-10-26
x86: Unify copy_from_user() size checking
Jan Beulich
1
-18
/
+0
2013-09-11
x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomic
Andi Kleen
1
-6
/
+18
2013-05-28
x86: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
1
-1
/
+1
2012-09-21
x86, uaccess: Merge prototypes for clear_user/__clear_user
H. Peter Anvin
1
-3
/
+0
2012-06-30
x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature
Fenghua Yu
1
-1
/
+10
2012-05-26
x86: use the new generic strnlen_user() function
Linus Torvalds
1
-3
/
+0
2012-04-11
x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up
Linus Torvalds
1
-4
/
+0
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
1
-1
/
+0
2010-02-28
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+20
2010-01-06
x86: copy_from_user() should not return -EFAULT
Heiko Carstens
1
-3
/
+2
2009-12-30
x86-64: Modify copy_user_generic() alternatives mechanism
Jan Beulich
1
-1
/
+20
2009-11-16
x86: Add missing might_fault() checks to copy_{to,from}_user()
Frederic Weisbecker
1
-1
/
+9
2009-11-15
x86-64: __copy_from_user_inatomic() adjustments
Jan Beulich
1
-2
/
+5
[next]