summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang2-0/+295
2024-05-30riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu1-1/+1
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang1-1/+1
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang1-1/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+2
2024-03-13Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt1-5/+2
2024-03-13riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins1-5/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-5/+5
2024-01-21riscv: remove unneeded #include <asm-generic/export.h>Masahiro Yamada1-1/+0
2024-01-18riscv: lib: Check if output in asm goto supportedCharlie Jenkins1-0/+2
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt2-1/+328
2024-01-17riscv: Add checksum libraryCharlie Jenkins2-0/+327
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt5-1/+195
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu4-1/+113
2024-01-16riscv: Add vector extension XOR implementationGreentime Hu2-0/+82
2024-01-09use linux/export.h rather than asm-generic/export.hAl Viro3-3/+3
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger4-14/+12
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger1-27/+27
2023-11-05RISC-V: capitalise CMO op macrosConor Dooley1-16/+16
2023-08-16riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti1-4/+7
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti3-0/+5
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones2-0/+75
2023-03-14riscv: lib: Include hwcap.h directlyAndrew Jones3-6/+3
2023-02-28riscv, lib: Fix Zbb strncmpBjörn Töpel1-1/+3
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner3-16/+16
2023-02-14riscv: Fix Zbb alternative IDsSamuel Holland3-3/+3
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner3-0/+288
2023-01-31RISC-V: add infrastructure to allow different str* implementationsHeiko Stuebner4-0/+108
2022-08-10riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu1-2/+2
2022-03-10riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos1-58/+310
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang1-4/+2
2022-01-05riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-05riscv: switch to relative exception tablesJisheng Zhang1-2/+2
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-0/+4
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto1-9/+9
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto1-1/+0
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto1-1/+1
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto1-3/+3
2021-07-06riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto1-35/+146
2021-01-14riscv: Add support for function error injectionGuo Ren2-0/+12
2020-12-10riscv: provide memmove implementationNylon Chen2-0/+65
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig1-1/+1
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2020-03-18riscv: uaccess should be used in nommu modeGreentime Hu1-1/+1
2020-03-03RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt1-4/+2
2020-01-22riscv: Add KASAN supportNick Hu2-4/+6
2020-01-18riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson1-18/+57
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck1-0/+4
2019-11-17riscv: add nommu supportChristoph Hellwig1-6/+5
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-6/+6