开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
2019-01-04
Fix access_ok() fallout for sparc32 and powerpc
Linus Torvalds
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-19
powerpc/uaccess: fix warning/error with access_ok()
Christophe Leroy
2018-09-19
powerpc: Fix duplicate const clang warning in user access code
Anton Blanchard
2018-08-10
powerpc/uaccess: Enable get_user(u64, *p) on 32-bit
Michael Ellerman
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-06-03
powerpc: Use barrier_nospec in copy_from_user()
Michael Ellerman
2018-06-03
powerpc: Check address limit on user-mode return (TIF_FSCHECK)
Michael Ellerman
2018-06-03
powerpc: Rename thread_struct.fs to addr_limit
Michael Ellerman
2018-03-13
powerpc: Avoid comparison of unsigned long >= 0 in __access_ok()
Mathieu Malaterre
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-11-13
powerpc/lib: Implement UACCESS_FLUSHCACHE API
Oliver O'Halloran
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-27
powerpc/64s: Add workaround for P9 vector CI load issue
Michael Neuling
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-07-06
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-03
kill {__,}{get,put}_user_unaligned()
Al Viro
2017-06-26
powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()
Michael Ellerman
2017-05-15
kill strlen_user()
Al Viro
2017-04-06
powerpc: get rid of zeroing, switch to RAW_COPY_USER
Al Viro
2017-03-28
powerpc: switch to extable.h
Al Viro
2017-03-05
uaccess: drop pointless ifdefs
Al Viro
2017-03-05
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
2017-03-05
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
2017-02-02
powerpc/sparse: Constify the address pointer in __get_user_nosleep()
Daniel Axtens
2017-02-02
powerpc/sparse: Constify the address pointer in __get_user_nocheck()
Daniel Axtens
2017-02-02
powerpc/sparse: Constify the address pointer in __get_user_check()
Daniel Axtens
2016-11-14
powerpc: Add support for relative exception tables
Nicholas Piggin
2016-11-14
powerpc: EX_TABLE macro for exception tables
Nicholas Piggin
2016-09-14
Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-09-13
ppc32: fix copy_from_user()
Al Viro
2016-09-06
usercopy: fold builtin_const check into inline function
Kees Cook
2016-07-26
powerpc/uaccess: Enable hardened usercopy
Kees Cook
2016-01-04
ppc: get rid of the remnants of __get_user64()
Al Viro
2015-06-11
powerpc: Fix duplicate const clang warning in user access code
Anton Blanchard
2014-12-18
powerpc/uaccess: Allow get_user() with bitwise types
Michael S. Tsirkin
2013-05-28
powerpc: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
2012-09-18
powerpc: Remove unused __get_user64() and __put_user64()
Bharat Bhushan
2012-05-27
powerpc: Use the new generic strncpy_from_user() and strnlen_user()
Paul Mackerras
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell