summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/uaccess.S
AgeCommit message (Expand)Author
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu
2024-01-09use linux/export.h rather than asm-generic/export.hAl Viro
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger
2023-08-16riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti
2022-08-10riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang
2022-01-05riscv: lib: uaccess: fold fixups into bodyJisheng Zhang
2022-01-05riscv: switch to relative exception tablesJisheng Zhang
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto
2021-07-06riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto
2020-03-03RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2018-06-11RISC-V: Make our port sparse-cleanPalmer Dabbelt
2018-06-09riscv: split the declaration of __copy_userLuc Van Oostenryck
2018-06-04riscv: Fix the bug in memory access fixup codeAlan Kao
2017-09-26RISC-V: Generic library routines and assemblyPalmer Dabbelt