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
/
parisc
/
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-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
-1
/
+0
2017-07-07
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2017-07-04
kill {__,}{get,put}_user_unaligned()
Al Viro
1
-1
/
+0
2017-05-16
kill strlen_user()
Al Viro
1
-1
/
+0
2017-05-10
parisc: Drop per_cpu uaccess related exception_data struct
Helge Deller
1
-11
/
+0
2017-05-02
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-61
/
+8
2017-04-16
parisc: Fix get_user() for 64-bit value on 32-bit kernel
Helge Deller
1
-31
/
+55
2017-04-02
parisc: switch to RAW_COPY_USER
Al Viro
1
-56
/
+8
2017-04-02
Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Al Viro
1
-26
/
+36
2017-03-29
parisc: Clean up fixup routines for get_user()/put_user()
Helge Deller
1
-25
/
+34
2017-03-15
parisc: Avoid compiler warnings with access_ok()
Helge Deller
1
-1
/
+2
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-26
parisc: Define access_ok() as macro
Helge Deller
1
-5
/
+1
2016-10-06
parisc: Add hardened usercopy feature
Helge Deller
1
-14
/
+34
2016-09-14
Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+4
2016-09-14
parisc: fix copy_from_user()
Al Viro
1
-2
/
+4
2016-08-30
mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Josh Poimboeuf
1
-10
/
+12
2016-05-22
parisc: Add 64bit get_user() and put_user() for 32bit kernel
Helge Deller
1
-1
/
+15
2016-05-22
parisc: Simplify and speed up get_user() and put_user()
Helge Deller
1
-58
/
+21
2016-04-08
parisc: Update comment regarding relative extable support
Helge Deller
1
-6
/
+4
2016-04-08
parisc: Unbreak handling exceptions from kernel modules
Helge Deller
1
-0
/
+1
2016-03-23
parisc: Use generic extable search and sort routines
Helge Deller
1
-3
/
+4
2015-02-17
parisc: macro whitespace fixes
Michael S. Tsirkin
1
-58
/
+58
2015-02-17
parisc/uaccess: fix sparse errors
Michael S. Tsirkin
1
-1
/
+1
2014-11-11
parisc: Use BUILD_BUG() instead of undefined functions
Helge Deller
1
-11
/
+8
2013-11-20
Revert "parisc: implement full version of access_ok()"
Helge Deller
1
-42
/
+4
2013-11-08
parisc: implement full version of access_ok()
Helge Deller
1
-4
/
+42
2013-11-08
parisc: provide macro to create exception table entries
Helge Deller
1
-3
/
+4
2013-04-26
parisc: uaccess: fix compiler warnings caused by __put_user casting
Will Deacon
1
-10
/
+4
2012-05-31
[PARISC] update parisc to use generic strncpy_from_user()
James Bottomley
1
-3
/
+2
2012-03-28
Disintegrate asm/system.h for PA-RISC
David Howells
1
-1
/
+0
2010-03-07
parisc: add strict copy size checks (v2)
Helge Deller
1
-2
/
+25
2009-06-11
asm-generic: rename page.h and uaccess.h
Arnd Bergmann
1
-1
/
+1
2009-03-13
parisc: fix `struct pt_regs' declared inside parameter list warning
Helge Deller
1
-0
/
+1
2009-01-05
parisc: fix kernel crash (protection id trap) when compiling ruby1.9
Kyle McMartin
1
-0
/
+2
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin
1
-0
/
+244