aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-24/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-20/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2021-07-27asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userArnd Bergmann1-38/+9
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-17/+11
2021-05-17asm-generic: uaccess: 1-byte access is always alignedArnd Bergmann1-2/+2
2020-10-27asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig1-2/+4
2020-10-04asm-generic: make the set_fs implementation optionalChristoph Hellwig1-0/+2
2020-10-04asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig1-0/+16
2020-10-04asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig1-40/+51
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+2
2019-04-23asm-generic: optimize generic uaccess for 8-byte loads and storesChristoph Hellwig1-0/+10
2019-04-23asm-generic: provide entirely generic nommu uaccessChristoph Hellwig1-0/+48
2019-04-23asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig1-2/+0
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-04fix the __user misannotations in asm-generic get_user/put_userAl Viro1-4/+4
2017-05-15kill strlen_user()Al Viro1-5/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-41/+0
2017-03-28generic ...copy_..._user primitivesAl Viro1-0/+11
2017-03-28asm-generic: zero in __get_user(), not __get_user_fn()Al Viro1-12/+6
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro1-63/+0
2017-03-27add asm-generic/extable.hAl Viro1-18/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2016-09-27exceptions: detritus removalAl Viro1-4/+0
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+13
2016-09-13asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-09-09asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-0/+1
2015-11-08asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato1-4/+6
2014-01-02asm-generic: uaccess: Spelling s/a ny/any/Geert Uytterhoeven1-1/+1
2013-05-28asm-generic: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-5/+5
2013-02-11asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()Vineet Gupta1-0/+11
2013-02-11asm-generic headers: uaccess.h to conditionally define segment_eq()Vineet Gupta1-1/+2
2011-10-06fix default __strnlen_user macroMark Salter1-1/+6
2011-03-17asm-generic headers: add arch-specific __strnlen_user calling in uaccess.hGuanXuetao1-3/+5
2009-06-19asm-generic: uaccess: fix up local access_ok() usageMike Frysinger1-6/+6
2009-06-19asm-generic: uaccess: add missing access_ok() check to strnlen_user()Mike Frysinger1-0/+2
2009-06-11asm-generic: add a generic uaccess.hArnd Bergmann1-0/+325
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-26/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+26