开源镜像站
帮助
动态
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
2024-09-17
powerpc/atomic: Use YZ constraints for DS-form instructions
Michael Ellerman
2024-05-30
powerpc/uaccess: Use YZ asm constraint for ld
Michael Ellerman
2024-05-30
powerpc/uaccess: Fix build errors seen with GCC 13/14
Michael Ellerman
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2023-10-19
powerpc/uaccess: Cast away __user annotation after verification
Benjamin Gray
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
2023-03-29
powerpc: Remove memcpy_page_flushcache()
Ira Weiny
2022-08-06
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-06-29
powerpc: Don't include asm/ppc_asm.h in other headers
Christophe Leroy
2022-06-07
No need of likely/unlikely on calls of check_copy_size()
Al Viro
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-03-01
powerpc: Fix build errors with newer binutils
Anders Roxell
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
2021-10-09
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal
Nick Desaulniers
2021-05-12
powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Christophe Leroy
2021-04-28
powerpc: Avoid clang uninitialized warning in __get_user_size_allowed
Nathan Chancellor
2021-04-03
powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32
Christophe Leroy
2021-04-03
powerpc/uaccess: Use asm goto for get_user when compiler supports it
Christophe Leroy
2021-04-03
powerpc/uaccess: Introduce __get_user_size_goto()
Christophe Leroy
2021-04-03
powerpc/uaccess: Refactor get/put_user() and __get/put_user()
Christophe Leroy
2021-04-03
powerpc/uaccess: Rename __get/put_user_check/nocheck
Christophe Leroy
2021-04-03
powerpc/uaccess: Split out __get_user_nocheck()
Christophe Leroy
2021-04-03
powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()
Christophe Leroy
2021-04-03
powerpc/uaccess: Remove __chk_user_ptr() in __get/put_user
Christophe Leroy
2021-04-03
powerpc/uaccess: Remove __unsafe_put_user_goto()
Christophe Leroy
2021-04-03
powerpc/uaccess: Call might_fault() inconditionaly
Christophe Leroy
2021-04-03
powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
Christophe Leroy
2021-04-03
powerpc/uaccess: Remove __get/put_user_inatomic()
Christophe Leroy
2021-04-03
powerpc/uaccess: Define ___get_user_instr() for ppc32
Christophe Leroy
2021-04-03
powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
Christophe Leroy
2021-03-29
powerpc/uaccess: Add unsafe_copy_from_user()
Christopher M. Riedl
2021-03-26
powerpc/uaccess: Move copy_mc_xxx() functions down
Christophe Leroy
2021-03-26
powerpc/uaccess: Swap clear_user() and __clear_user()
Christophe Leroy
2021-03-26
powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32
Christophe Leroy
2021-02-11
powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()
Christophe Leroy
2021-02-11
powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()
Christophe Leroy
2021-02-11
powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...
Christophe Leroy
2021-02-11
powerpc/uaccess: Avoid might_fault() when user access is enabled
Alexey Kardashevskiy
2021-02-11
powerpc/uaccess: Simplify unsafe_put_user() implementation
Michael Ellerman
2021-02-09
powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpers
Christophe Leroy
2020-11-05
powerpc: Use asm_goto_volatile for put_user()
Michael Ellerman
2020-10-24
Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-10-22
powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
Christophe Leroy
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
2020-09-15
powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()
Christophe Leroy
2020-09-15
powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
Christophe Leroy
[next]