aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/lib/uaccess.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt1-0/+10
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu1-0/+10
2024-01-09use linux/export.h rather than asm-generic/export.hAl Viro1-1/+1
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger1-6/+5
2023-08-16riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti1-4/+7
2022-08-10riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu1-2/+2
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang1-4/+2
2022-01-05riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-05riscv: switch to relative exception tablesJisheng Zhang1-2/+2
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto1-9/+9
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto1-1/+0
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto1-1/+1
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto1-3/+3
2021-07-06riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stallAkira Tsukamoto1-35/+146
2020-03-03RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt1-4/+2
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck1-0/+4
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-6/+6
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng1-6/+6
2018-06-11RISC-V: Make our port sparse-cleanPalmer Dabbelt1-2/+4
2018-06-09riscv: split the declaration of __copy_userLuc Van Oostenryck1-2/+4
2018-06-04riscv: Fix the bug in memory access fixup codeAlan Kao1-4/+9
2017-09-26RISC-V: Generic library routines and assemblyPalmer Dabbelt1-0/+117