summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: optimize generic uaccess for 8-byte loads and storesChristoph Hellwig2019-04-231-0/+10
* asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-231-0/+48
* asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig2019-04-231-2/+0Star
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-6/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fix the __user misannotations in asm-generic get_user/put_userAl Viro2017-09-041-4/+4
* kill strlen_user()Al Viro2017-05-161-5/+0Star
* CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-41/+0Star
* generic ...copy_..._user primitivesAl Viro2017-03-291-0/+11
* asm-generic: zero in __get_user(), not __get_user_fn()Al Viro2017-03-281-12/+6Star
* asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-281-63/+0Star
* add asm-generic/extable.hAl Viro2017-03-281-18/+2Star
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-1/+0Star
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
* exceptions: detritus removalAl Viro2016-09-281-4/+0Star
* Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-7/+13
|\
| * asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-131-3/+7
| * asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-101-4/+6
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-0/+1
|/
* asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato2015-11-081-4/+6
* asm-generic: uaccess: Spelling s/a ny/any/Geert Uytterhoeven2014-01-021-1/+1
* asm-generic: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-5/+5
* asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()Vineet Gupta2013-02-111-0/+11
* asm-generic headers: uaccess.h to conditionally define segment_eq()Vineet Gupta2013-02-111-1/+2
* fix default __strnlen_user macroMark Salter2011-10-071-1/+6
* asm-generic headers: add arch-specific __strnlen_user calling in uaccess.hGuanXuetao2011-03-171-3/+5
* asm-generic: uaccess: fix up local access_ok() usageMike Frysinger2009-06-191-6/+6
* asm-generic: uaccess: add missing access_ok() check to strnlen_user()Mike Frysinger2009-06-191-0/+2
* asm-generic: add a generic uaccess.hArnd Bergmann2009-06-111-0/+325
* asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-111-26/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+26