aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/uaccess.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* fix the __user misannotations in asm-generic get_user/put_userAl Viro2017-09-04
* kill strlen_user()Al Viro2017-05-15
* CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-26
* generic ...copy_..._user primitivesAl Viro2017-03-28
* asm-generic: zero in __get_user(), not __get_user_fn()Al Viro2017-03-28
* asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-28
* add asm-generic/extable.hAl Viro2017-03-27
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-05
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-05
* exceptions: detritus removalAl Viro2016-09-27
* Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-14
|\
| * asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-13
| * asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-09
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-30
|/
* asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato2015-11-08
* asm-generic: uaccess: Spelling s/a ny/any/Geert Uytterhoeven2014-01-02
* asm-generic: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-28
* asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()Vineet Gupta2013-02-11
* asm-generic headers: uaccess.h to conditionally define segment_eq()Vineet Gupta2013-02-11
* fix default __strnlen_user macroMark Salter2011-10-06
* asm-generic headers: add arch-specific __strnlen_user calling in uaccess.hGuanXuetao2011-03-16
* asm-generic: uaccess: fix up local access_ok() usageMike Frysinger2009-06-19
* asm-generic: uaccess: add missing access_ok() check to strnlen_user()Mike Frysinger2009-06-19
* asm-generic: add a generic uaccess.hArnd Bergmann2009-06-11
* asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-11
* Linux-2.6.12-rc2Linus Torvalds2005-04-16