aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/uaccess_32.h
AgeCommit message (Expand)Author
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-29x86: switch to RAW_COPY_USERAl Viro
2017-03-28kill __copy_from_user_nocache()Al Viro
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2016-07-26x86/uaccess: Enable hardened usercopyKees Cook
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds
2016-05-22x86: remove pointless uaccess_32.h complexityLinus Torvalds
2016-02-23x86: fix SMAP in 32-bit environmentsLinus Torvalds
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand
2015-04-16x86/asm: Enable fast 32-bit put_user_64() for copy_to_user()Chris Wilson
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2010-01-05x86: copy_from_user() should not return -EFAULTHeiko Carstens
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven
2009-09-20x86: Fix uaccess_32.h typoSergey Senozhatsky
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro