summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-688/+0
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers12-617/+0
2025-06-30lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/Eric Biggers7-688/+0
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-22/+54
2025-06-05riscv: make unsafe user copy routines use existing assembly routinesAlexandre Ghiti3-22/+54
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-1/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers2-9/+9
2025-05-05crypto: riscv/sha256 - Add simd block functionHerbert Xu2-4/+10
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu2-2/+2
2025-05-05crypto: riscv/sha256 - implement library instead of shashEric Biggers4-0/+297
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: riscv - move library functions to arch/riscv/lib/crypto/Eric Biggers5-0/+384
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-24/+12
2025-03-18Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ...Alexandre Ghiti4-24/+12
2025-03-18RISC-V: separate Zbb optimisations requiring and not requiring toolchain supportConor Dooley4-24/+12
2025-03-10riscv/crc64: add Zbc optimized CRC64 functionsEric Biggers6-1/+111
2025-03-10riscv/crc-t10dif: add Zbc optimized CRC-T10DIF functionEric Biggers5-1/+65
2025-03-10riscv/crc32: reimplement the CRC32 functions using new templateEric Biggers7-310/+177
2025-03-10riscv/crc: add "template" for Zbc optimized CRC functionsEric Biggers1-0/+265
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-3/+3
2025-02-09lib/crc32: don't bother with pure and const function attributesEric Biggers1-7/+6
2024-12-02lib/crc32: expose whether the lib is really optimized at runtimeEric Biggers1-0/+10
2024-12-02lib/crc32: improve support for arch-specific overridesEric Biggers2-5/+11
2024-12-02lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers1-1/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt4-0/+5
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland4-0/+5
2024-08-05Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"Palmer Dabbelt3-0/+4
2024-08-05RISC-V: lib: Add pi aliases for string functionsJesse Taube3-0/+4
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang2-0/+295
2024-05-31riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu1-1/+1
2024-05-23riscv: uaccess: Relax the threshold for fast pathXiao Wang1-1/+1
2024-05-23riscv: 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-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-5/+5
2024-01-22riscv: remove unneeded #include <asm-generic/export.h>Masahiro Yamada1-1/+0
2024-01-19riscv: lib: Check if output in asm goto supportedCharlie Jenkins1-0/+2
2024-01-18Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt2-1/+328
2024-01-18riscv: 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-10use 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