summaryrefslogtreecommitdiffstats
path: root/arch/riscv/lib/uaccess.S
Commit message (Expand)AuthorAgeFilesLines
* riscv: uaccess: Relax the threshold for fast pathXiao Wang2024-05-221-1/+1
* riscv: uaccess: Allow the last potential unrolled copyXiao Wang2024-05-221-1/+1
* Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt2024-01-161-0/+10
|\
| * riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu2024-01-161-0/+10
* | use linux/export.h rather than asm-generic/export.hAl Viro2024-01-091-1/+1
|/
* riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger2023-11-061-6/+5
* riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti2023-08-161-4/+7
* riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu2022-08-101-2/+2
* riscv: extable: consolidate definitionsJisheng Zhang2022-01-051-4/+2
* riscv: lib: uaccess: fold fixups into bodyJisheng Zhang2022-01-051-11/+11
* riscv: switch to relative exception tablesJisheng Zhang2022-01-051-2/+2
* riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto2021-07-231-9/+9
* riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto2021-07-231-1/+0
* riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto2021-07-231-1/+1
* riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto2021-07-231-3/+3
* riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto2021-07-061-35/+146
* RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt2020-03-031-4/+2
* riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2019-12-271-0/+4
* riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-051-6/+6
* riscv: Using CSR numbers to access CSRsBin Meng2019-08-301-6/+6
* RISC-V: Make our port sparse-cleanPalmer Dabbelt2018-06-111-2/+4
|\
| * riscv: split the declaration of __copy_userLuc Van Oostenryck2018-06-091-2/+4
* | riscv: Fix the bug in memory access fixup codeAlan Kao2018-06-041-4/+9
|/
* RISC-V: Generic library routines and assemblyPalmer Dabbelt2017-09-261-0/+117