index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
lib
/
uaccess.S
Age
Commit message (
Expand
)
Author
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
2024-05-22
riscv: uaccess: Relax the threshold for fast path
Xiao Wang
2024-05-22
riscv: uaccess: Allow the last potential unrolled copy
Xiao Wang
2024-01-16
Merge patch series "riscv: support kernel-mode Vector"
Palmer Dabbelt
2024-01-16
riscv: lib: vectorize copy_to_user/copy_from_user
Andy Chiu
2024-01-09
use linux/export.h rather than asm-generic/export.h
Al Viro
2023-11-06
riscv: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
2023-08-16
riscv: uaccess: Return the number of bytes effectively not copied
Alexandre Ghiti
2022-08-10
riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit
Chen Lifu
2022-01-05
riscv: extable: consolidate definitions
Jisheng Zhang
2022-01-05
riscv: lib: uaccess: fold fixups into body
Jisheng Zhang
2022-01-05
riscv: switch to relative exception tables
Jisheng Zhang
2021-07-23
riscv: __asm_copy_to-from_user: Fix: Typos in comments
Akira Tsukamoto
2021-07-23
riscv: __asm_copy_to-from_user: Remove unnecessary size check
Akira Tsukamoto
2021-07-23
riscv: __asm_copy_to-from_user: Fix: fail on RV32
Akira Tsukamoto
2021-07-23
riscv: __asm_copy_to-from_user: Fix: overrun copy
Akira Tsukamoto
2021-07-06
riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...
Akira Tsukamoto
2020-03-03
RISC-V: Stop using LOCAL for the uaccess fixups
Palmer Dabbelt
2019-12-27
riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
Luc Van Oostenryck
2019-11-05
riscv: abstract out CSR names for supervisor vs machine mode
Christoph Hellwig
2019-08-30
riscv: Using CSR numbers to access CSRs
Bin Meng
2018-06-11
RISC-V: Make our port sparse-clean
Palmer Dabbelt
2018-06-09
riscv: split the declaration of __copy_user
Luc Van Oostenryck
2018-06-04
riscv: Fix the bug in memory access fixup code
Alan Kao
2017-09-26
RISC-V: Generic library routines and assembly
Palmer Dabbelt