summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/uaccess.S
AgeCommit message (Expand)AuthorFilesLines
2022-01-06riscv: extable: consolidate definitionsJisheng Zhang1-4/+2
2022-01-06riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-06riscv: switch to relative exception tablesJisheng Zhang1-2/+2
2021-07-24riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto1-9/+9
2021-07-24riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto1-1/+0
2021-07-24riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto1-1/+1
2021-07-24riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto1-3/+3
2021-07-07riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto1-35/+146
2020-03-03RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt1-4/+2
2019-12-28riscv: 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-27RISC-V: Generic library routines and assemblyPalmer Dabbelt1-0/+117