summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)Author
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-05riscv: make unsafe user copy routines use existing assembly routinesAlexandre Ghiti
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-05crypto: riscv/sha256 - Add simd block functionHerbert Xu
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu
2025-05-05crypto: riscv/sha256 - implement library instead of shashEric Biggers
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: riscv - move library functions to arch/riscv/lib/crypto/Eric Biggers
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-18Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ...Alexandre Ghiti
2025-03-18RISC-V: separate Zbb optimisations requiring and not requiring toolchain supportConor Dooley
2025-03-10riscv/crc64: add Zbc optimized CRC64 functionsEric Biggers
2025-03-10riscv/crc-t10dif: add Zbc optimized CRC-T10DIF functionEric Biggers
2025-03-10riscv/crc32: reimplement the CRC32 functions using new templateEric Biggers
2025-03-10riscv/crc: add "template" for Zbc optimized CRC functionsEric Biggers
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers
2025-02-08lib/crc32: don't bother with pure and const function attributesEric Biggers
2024-12-01lib/crc32: expose whether the lib is really optimized at runtimeEric Biggers
2024-12-01lib/crc32: improve support for arch-specific overridesEric Biggers
2024-12-01lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland
2024-08-05Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"Palmer Dabbelt
2024-08-05RISC-V: lib: Add pi aliases for string functionsJesse Taube
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang
2024-05-30riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu
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