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
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