summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-15RISC-V: Use Zicboz in clear_page when availableAndrew Jones2-0/+75
2023-03-15riscv: lib: Include hwcap.h directlyAndrew Jones3-6/+3
2023-03-01riscv, lib: Fix Zbb strncmpBjörn Töpel1-1/+3
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner3-16/+16
2023-02-15riscv: 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-11riscv: 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-06riscv: extable: consolidate definitionsJisheng Zhang1-4/+2
2022-01-06riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-06riscv: 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-24riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto1-9/+9
2021-07-24riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto1-1/+0
2021-07-24riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto1-1/+1
2021-07-24riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto1-3/+3
2021-07-07riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto1-35/+146
2021-01-15riscv: Add support for function error injectionGuo Ren2-0/+12
2020-12-11riscv: 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-19riscv: 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-23riscv: Add KASAN supportNick Hu2-4/+6
2020-01-19riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson1-18/+57
2019-12-28riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck1-0/+4
2019-11-18riscv: add nommu supportChristoph Hellwig1-6/+5
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-6/+6
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng1-6/+6
2019-08-09RISC-V: Remove udivdi3Palmer Dabbelt2-34/+0