index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-24
/
+1
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-20
/
+1
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2021-07-28
asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
Arnd Bergmann
1
-38
/
+9
2021-07-23
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
1
-17
/
+11
2021-05-17
asm-generic: uaccess: 1-byte access is always aligned
Arnd Bergmann
1
-2
/
+2
2020-10-27
asm-generic: mark __{get,put}_user_fn as __always_inline
Christoph Hellwig
1
-2
/
+4
2020-10-04
asm-generic: make the set_fs implementation optional
Christoph Hellwig
1
-0
/
+2
2020-10-04
asm-generic: add nommu implementations of __{get,put}_kernel_nofault
Christoph Hellwig
1
-0
/
+16
2020-10-04
asm-generic: improve the nommu {get,put}_user handling
Christoph Hellwig
1
-40
/
+51
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-2
/
+2
2019-04-23
asm-generic: optimize generic uaccess for 8-byte loads and stores
Christoph Hellwig
1
-0
/
+10
2019-04-23
asm-generic: provide entirely generic nommu uaccess
Christoph Hellwig
1
-0
/
+48
2019-04-23
asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>
Christoph Hellwig
1
-2
/
+0
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
1
-1
/
+0
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-6
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-04
fix the __user misannotations in asm-generic get_user/put_user
Al Viro
1
-4
/
+4
2017-05-16
kill strlen_user()
Al Viro
1
-5
/
+0
2017-04-26
CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now
Al Viro
1
-41
/
+0
2017-03-29
generic ...copy_..._user primitives
Al Viro
1
-0
/
+11
2017-03-28
asm-generic: zero in __get_user(), not __get_user_fn()
Al Viro
1
-12
/
+6
2017-03-28
asm-generic/uaccess.h: don't mess with __copy_{to,from}_user
Al Viro
1
-63
/
+0
2017-03-28
add asm-generic/extable.h
Al Viro
1
-18
/
+2
2017-03-06
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
1
-1
/
+0
2017-03-06
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
1
-3
/
+0
2016-09-28
exceptions: detritus removal
Al Viro
1
-4
/
+0
2016-09-14
Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+13
2016-09-14
asm-generic: make get_user() clear the destination on errors
Al Viro
1
-3
/
+7
2016-09-10
asm-generic: make copy_from_user() zero the destination properly
Al Viro
1
-4
/
+6
2016-08-30
mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Josh Poimboeuf
1
-0
/
+1
2015-11-08
asm-generic: {get,put}_user ptr argument evaluate only 1 time
Yoshinori Sato
1
-4
/
+6
2014-01-02
asm-generic: uaccess: Spelling s/a ny/any/
Geert Uytterhoeven
1
-1
/
+1
2013-05-28
asm-generic: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
1
-5
/
+5
2013-02-11
asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
Vineet Gupta
1
-0
/
+11
2013-02-11
asm-generic headers: uaccess.h to conditionally define segment_eq()
Vineet Gupta
1
-1
/
+2
2011-10-07
fix default __strnlen_user macro
Mark Salter
1
-1
/
+6
2011-03-17
asm-generic headers: add arch-specific __strnlen_user calling in uaccess.h
GuanXuetao
1
-3
/
+5
2009-06-19
asm-generic: uaccess: fix up local access_ok() usage
Mike Frysinger
1
-6
/
+6
2009-06-19
asm-generic: uaccess: add missing access_ok() check to strnlen_user()
Mike Frysinger
1
-0
/
+2
2009-06-11
asm-generic: add a generic uaccess.h
Arnd Bergmann
1
-0
/
+325
2009-06-11
asm-generic: rename page.h and uaccess.h
Arnd Bergmann
1
-26
/
+0
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+26