aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess_32.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro1-27/+0
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-29x86: switch to RAW_COPY_USERAl Viro1-80/+15
2017-03-28kill __copy_from_user_nocache()Al Viro1-30/+0
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2016-07-26x86/uaccess: Enable hardened usercopyKees Cook1-0/+2
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds1-26/+0
2016-05-22x86: remove pointless uaccess_32.h complexityLinus Torvalds1-36/+0
2016-02-23x86: fix SMAP in 32-bit environmentsLinus Torvalds1-0/+26
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabledDavid Hildenbrand1-2/+4
2015-04-16x86/asm: Enable fast 32-bit put_user_64() for copy_to_user()Chris Wilson1-0/+4
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich1-3/+0
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich1-26/+0
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin1-3/+0
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds1-17/+0
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds1-5/+0
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-1/+0
2010-01-05x86: copy_from_user() should not return -EFAULTHeiko Carstens1-3/+2
2009-10-02x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven1-1/+3
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven1-3/+9
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()Arjan van de Ven1-1/+18
2009-09-20x86: Fix uaccess_32.h typoSergey Senozhatsky1-1/+1
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-0/+218
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+218