summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-09riscv: delay: use do_div() instead of __udivdi3()Paul Walmsley1-1/+5
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-06-11riscv: Fix udelay in RV32.Nick Hu1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner5-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-12-21RISC-V: lib: minor asm cleanupOlof Johansson2-48/+53
2018-11-13RISC-V: lib: Fix build error for 64-bitOlof Johansson1-1/+1
2018-10-23RISC-V: Build tishift only on 64-bitZong Li1-1/+2
2018-08-13RISC-V: implement __lshrti3.Alex Guo2-0/+43
2018-06-11RISC-V: Make our port sparse-cleanPalmer Dabbelt1-2/+4
2018-06-09riscv: split the declaration of __copy_userLuc Van Oostenryck1-2/+4
2018-06-04riscv: Fix the bug in memory access fixup codeAlan Kao1-4/+9
2017-11-30RISC-V: Export some expected symbols for modulesOlof Johansson1-0/+1
2017-09-27RISC-V: Build InfrastructurePalmer Dabbelt1-0/+6