summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/uaccess_32.h
Commit message (Expand)AuthorAgeFilesLines
* x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: switch to RAW_COPY_USERAl Viro2017-03-291-80/+15
* kill __copy_from_user_nocache()Al Viro2017-03-281-30/+0
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
* x86/uaccess: Enable hardened usercopyKees Cook2016-07-261-0/+2
* x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-221-26/+0
* x86: remove pointless uaccess_32.h complexityLinus Torvalds2016-05-221-36/+0
* x86: fix SMAP in 32-bit environmentsLinus Torvalds2016-02-231-0/+26
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-0/+4
|\
| * x86/asm: Enable fast 32-bit put_user_64() for copy_to_user()Chris Wilson2015-04-161-0/+4
* | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-2/+4
|/
* x86: Unify copy_to_user() and add size checking to itJan Beulich2013-10-261-3/+0
* x86: Unify copy_from_user() size checkingJan Beulich2013-10-261-26/+0
* x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin2012-09-211-3/+0
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-261-17/+0
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-111-5/+0
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-1/+0
* x86: copy_from_user() should not return -EFAULTHeiko Carstens2010-01-051-3/+2
* x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven2009-10-021-1/+3
* x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-011-3/+9
* x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-261-1/+18
* x86: Fix uaccess_32.h typoSergey Senozhatsky2009-09-201-1/+1
* Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-281-4/+4
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+218