index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
uaccess_32.h
Age
Commit message (
Expand
)
Author
2020-03-18
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
2018-01-30
x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-29
x86: switch to RAW_COPY_USER
Al Viro
2017-03-28
kill __copy_from_user_nocache()
Al Viro
2017-03-05
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
2016-07-26
x86/uaccess: Enable hardened usercopy
Kees Cook
2016-05-22
x86: remove more uaccess_32.h complexity
Linus Torvalds
2016-05-22
x86: remove pointless uaccess_32.h complexity
Linus Torvalds
2016-02-23
x86: fix SMAP in 32-bit environments
Linus Torvalds
2015-06-22
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-05-19
mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...
David Hildenbrand
2015-04-16
x86/asm: Enable fast 32-bit put_user_64() for copy_to_user()
Chris Wilson
2013-10-26
x86: Unify copy_to_user() and add size checking to it
Jan Beulich
2013-10-26
x86: Unify copy_from_user() size checking
Jan Beulich
2012-09-21
x86, uaccess: Merge prototypes for clear_user/__clear_user
H. Peter Anvin
2012-05-26
x86: use the new generic strnlen_user() function
Linus Torvalds
2012-04-11
x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up
Linus Torvalds
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
2010-01-05
x86: copy_from_user() should not return -EFAULT
Heiko Carstens
2009-10-02
x86: Add a Kconfig option to turn the copy_from_user warnings into errors
Arjan van de Ven
2009-10-01
x86: Turn the copy_from_user check into an (optional) compile time warning
Arjan van de Ven
2009-09-26
x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...
Arjan van de Ven
2009-09-20
x86: Fix uaccess_32.h typo
Sergey Senozhatsky
2008-10-28
Merge commit 'v2.6.28-rc2' into core/locking
Ingo Molnar
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro