aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/lib
AgeCommit message (Expand)Author
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-13Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt
2024-03-13riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-01-21riscv: remove unneeded #include <asm-generic/export.h>Masahiro Yamada
2024-01-18riscv: lib: Check if output in asm goto supportedCharlie Jenkins
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt
2024-01-17riscv: Add checksum libraryCharlie Jenkins
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-16riscv: Add vector extension XOR implementationGreentime Hu
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-11-06riscv: use ".L" local labels in assembly when applicableClément Léger
2023-11-05RISC-V: capitalise CMO op macrosConor Dooley
2023-08-16riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones
2023-03-14riscv: lib: Include hwcap.h directlyAndrew Jones
2023-02-28riscv, lib: Fix Zbb strncmpBjörn Töpel
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner
2023-02-14riscv: Fix Zbb alternative IDsSamuel Holland
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner
2023-01-31RISC-V: add infrastructure to allow different str* implementationsHeiko Stuebner
2022-08-10riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu
2022-03-10riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos
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-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
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
2021-01-14riscv: Add support for function error injectionGuo Ren
2020-12-10riscv: provide memmove implementationNylon Chen
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-18riscv: uaccess should be used in nommu modeGreentime Hu
2020-03-03RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt
2020-01-22riscv: Add KASAN supportNick Hu
2020-01-18riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2019-08-08RISC-V: Remove udivdi3Palmer Dabbelt