summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/uaccess: Use YZ asm constraint for ldMichael Ellerman2024-05-301-0/+11
* powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman2024-05-301-0/+16
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-6/+6
* powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray2023-10-191-1/+1
* powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy2023-08-021-3/+3
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-2/+26
* powerpc: Remove memcpy_page_flushcache()Ira Weiny2023-03-291-2/+0
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-1/+0
|\
| * powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy2022-06-291-1/+0
* | No need of likely/unlikely on calls of check_copy_size()Al Viro2022-06-071-1/+1
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-0/+3
|\
| * powerpc: Fix build errors with newer binutilsAnders Roxell2022-03-011-0/+3
* | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-10/+1
* | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
|/
* powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-091-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-091-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-081-46/+5
| * | powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-081-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