summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/uaccess.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-081-3/+3
* powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUTChristophe Leroy2021-05-121-1/+1
* powerpc: Avoid clang uninitialized warning in __get_user_size_allowedNathan Chancellor2021-04-281-1/+1
* powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32Christophe Leroy2021-04-031-3/+3
* powerpc/uaccess: Use asm goto for get_user when compiler supports itChristophe Leroy2021-04-031-0/+55
* powerpc/uaccess: Introduce __get_user_size_goto()Christophe Leroy2021-04-031-12/+12
* powerpc/uaccess: Refactor get/put_user() and __get/put_user()Christophe Leroy2021-04-031-43/+23
* powerpc/uaccess: Rename __get/put_user_check/nocheckChristophe Leroy2021-04-031-20/+10
* powerpc/uaccess: Split out __get_user_nocheck()Christophe Leroy2021-04-031-10/+12
* powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()Christophe Leroy2021-04-031-8/+3
* powerpc/uaccess: Remove __chk_user_ptr() in __get/put_userChristophe Leroy2021-04-031-3/+0
* powerpc/uaccess: Remove __unsafe_put_user_goto()Christophe Leroy2021-04-031-13/+7
* powerpc/uaccess: Call might_fault() inconditionalyChristophe Leroy2021-04-031-5/+4
* powerpc/uaccess: Move get_user_instr helpers in asm/inst.hChristophe Leroy2021-04-031-34/+0
* powerpc/uaccess: Remove __get/put_user_inatomic()Christophe Leroy2021-04-031-37/+0
* powerpc/uaccess: Define ___get_user_instr() for ppc32Christophe Leroy2021-04-031-12/+4
* powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()Christophe Leroy2021-04-031-5/+5
* powerpc/uaccess: Add unsafe_copy_from_user()Christopher M. Riedl2021-03-291-0/+21
* powerpc/uaccess: Move copy_mc_xxx() functions downChristophe Leroy2021-03-261-26/+26
* powerpc/uaccess: Swap clear_user() and __clear_user()Christophe Leroy2021-03-261-9/+8
* powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32Christophe Leroy2021-03-261-3/+3
* powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()Christophe Leroy2021-02-111-7/+1
* powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy2021-02-111-7/+3
* powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy2021-02-111-41/+0
* powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy2021-02-111-3/+10
* powerpc/uaccess: Simplify unsafe_put_user() implementationMichael Ellerman2021-02-111-8/+7
* powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2021-02-081-11/+1
* powerpc: Use asm_goto_volatile for put_user()Michael Ellerman2020-11-051-2/+2
* Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-241-2/+2
|\
| * powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9Christophe Leroy2020-10-221-2/+2
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-46/+21
|\ \
| * | powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-091-46/+5
| * | powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-091-0/+16
* | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-53/+22
|\ \ \ | | |/ | |/|
| * | powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()Christophe Leroy2020-09-151-36/+5
| * | powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()Christophe Leroy2020-09-151-7/+7
| * | powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()Christophe Leroy2020-09-151-1/+1
| * | powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user...Christophe Leroy2020-09-081-4/+4
| * | powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()Christophe Leroy2020-09-021-14/+14
| |/
* / x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-14/+26
|/
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+1
* Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2020-05-201-22/+127
|\
| * powerpc/uaccess: Don't use "m<>" constraintMichael Ellerman2020-05-081-1/+1
| * powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy2020-05-011-0/+22
| * powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loopChristophe Leroy2020-04-301-1/+20
| * powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'Christophe Leroy2020-04-301-9/+52
| * powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin2020-04-301-14/+35
* | powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-181-0/+36
* | powerpc: Define and use get_user_instr() et. al.Jordan Niethe2020-05-181-0/+9
|/
* powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy2020-01-281-3/+2