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.12.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
/
arch
/
s390
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
-1
/
+1
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
1
-20
/
+9
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+0
2017-07-04
kill {__,}{get,put}_user_unaligned()
Al Viro
1
-3
/
+0
2017-05-16
kill strlen_user()
Al Viro
1
-17
/
+0
2017-05-02
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-142
/
+11
2017-03-30
s390: get rid of zeroing, switch to RAW_COPY_USER
Al Viro
1
-111
/
+9
2017-03-30
s390/uaccess: get_user() should zero on failure (again)
Heiko Carstens
1
-1
/
+1
2017-03-29
s390: switch to extable.h
Al Viro
1
-25
/
+1
2017-03-28
new helper: uaccess_kernel()
Al Viro
1
-1
/
+1
2017-03-06
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
1
-2
/
+0
2017-03-06
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
1
-3
/
+0
2017-02-23
s390: restore address space when returning to user space
Heiko Carstens
1
-10
/
+13
2017-02-17
s390: add missing "do {} while (0)" loop constructs to multiline macros
Heiko Carstens
1
-2
/
+2
2017-01-16
s390: remove couple of unneeded semicolons
Heiko Carstens
1
-2
/
+2
2016-11-23
s390/uaccess: make setfs macro return void
Heiko Carstens
1
-3
/
+3
2016-09-14
Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2016-09-14
s390: get_user() should zero on failure
Al Viro
1
-4
/
+4
2016-08-30
mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Josh Poimboeuf
1
-7
/
+12
2016-06-28
s390/uaccess: fix __put_get_user_asm define
Heiko Carstens
1
-2
/
+59
2016-06-13
s390/uaccess: use __builtin_expect for get_user/put_user
Heiko Carstens
1
-2
/
+2
2016-03-23
s390/extable: use generic search and sort routines
Ard Biesheuvel
1
-7
/
+1
2015-05-19
mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...
David Hildenbrand
1
-5
/
+10
2015-03-25
s390/maccess: remove potentially broken probe_kernel_write()
Heiko Carstens
1
-0
/
+1
2014-05-20
s390/uaccess: provide inline variants of get_user/put_user
Heiko Carstens
1
-0
/
+30
2014-04-03
s390/uaccess: rework uaccess code - fix locking issues
Heiko Carstens
1
-2
/
+0
2014-02-24
s390/uaccess: remove copy_from_user_real()
Heiko Carstens
1
-1
/
+0
2014-02-21
s390/uaccess: consistent types
Heiko Carstens
1
-10
/
+10
2014-02-21
s390/uaccess: get rid of indirect function calls
Heiko Carstens
1
-87
/
+61
2014-02-21
s390/uaccess: normalize order of parameters of indirect uaccess function calls
Heiko Carstens
1
-27
/
+27
2013-10-24
s390/uaccess: always run the kernel in home space
Martin Schwidefsky
1
-14
/
+4
2013-02-28
s390/uaccess: remove pointless access_ok() checks
Heiko Carstens
1
-18
/
+5
2012-09-26
s390/exceptions: switch to relative exception table entries
Heiko Carstens
1
-1
/
+14
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-3
/
+1
2012-06-14
s390/smp: make absolute lowcore / cpu restart parameter accesses more robust
Heiko Carstens
1
-2
/
+0
2012-05-30
s390/uaccess: fix access_ok compile warnings
Heiko Carstens
1
-4
/
+9
2012-05-30
s390/kernel: Introduce memcpy_absolute() function
Michael Holzheu
1
-1
/
+1
2012-03-28
Disintegrate asm/system.h for S390
David Howells
1
-0
/
+6
2011-05-26
[S390] uaccess: turn __access_ok() into a define
Heiko Carstens
1
-5
/
+6
2011-03-11
futex: Sanitize futex ops argument types
Michel Lespinasse
1
-2
/
+2
2011-03-11
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
1
-1
/
+1
2010-02-27
[S390] uaccess: implement strict user copy checks
Heiko Carstens
1
-0
/
+12
2009-12-07
[S390] Use do_exception() in pagetable walk usercopy functions.
Gerald Schaefer
1
-0
/
+2
2009-06-12
[S390] uaccess: use might_fault() instead of might_sleep()
Heiko Carstens
1
-8
/
+8
2008-08-01
[S390] move include/asm-s390 to arch/s390/include/asm
Martin Schwidefsky
1
-0
/
+363