index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
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
2020-09-15
powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()
Christophe Leroy
2020-09-08
powerpc: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-08
powerpc: use non-set_fs based maccess routines
Christoph Hellwig
2020-09-08
powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user...
Christophe Leroy
2020-09-02
powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()
Christophe Leroy
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
2020-05-20
Merge branch 'topic/uaccess-ppc' into next
Michael Ellerman
2020-05-19
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-19
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
2020-05-08
powerpc/uaccess: Don't use "m<>" constraint
Michael Ellerman
2020-05-01
powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
Christophe Leroy
2020-04-30
powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loop
Christophe Leroy
2020-04-30
powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'
Christophe Leroy
2020-04-30
powerpc/uaccess: Evaluate macro arguments once, before user access is allowed
Nicholas Piggin
2020-01-28
powerpc: Implement user_access_save() and user_access_restore()
Christophe Leroy
2020-01-28
powerpc: Implement user_access_begin and friends
Christophe Leroy
[next]