index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
lib
Age
Commit message (
Expand
)
Author
2023-04-26
riscv: Allow to downgrade paging mode from the command line
Alexandre Ghiti
2023-03-14
RISC-V: Use Zicboz in clear_page when available
Andrew Jones
2023-03-14
riscv: lib: Include hwcap.h directly
Andrew Jones
2023-02-28
riscv, lib: Fix Zbb strncmp
Björn Töpel
2023-02-28
RISC-V: improve string-function assembly
Heiko Stuebner
2023-02-14
riscv: Fix Zbb alternative IDs
Samuel Holland
2023-01-31
RISC-V: add zbb support to string functions
Heiko Stuebner
2023-01-31
RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
2022-08-10
riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit
Chen Lifu
2022-03-10
riscv: Fixed misaligned memory access. Fixed pointer comparison.
Michael T. Kloos
2022-01-05
riscv: extable: consolidate definitions
Jisheng Zhang
2022-01-05
riscv: lib: uaccess: fold fixups into body
Jisheng Zhang
2022-01-05
riscv: switch to relative exception tables
Jisheng Zhang
2021-11-09
include/linux/delay.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-07-23
riscv: __asm_copy_to-from_user: Fix: Typos in comments
Akira Tsukamoto
2021-07-23
riscv: __asm_copy_to-from_user: Remove unnecessary size check
Akira Tsukamoto
2021-07-23
riscv: __asm_copy_to-from_user: Fix: fail on RV32
Akira Tsukamoto
2021-07-23
riscv: __asm_copy_to-from_user: Fix: overrun copy
Akira Tsukamoto
2021-07-06
riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...
Akira Tsukamoto
2021-01-14
riscv: Add support for function error injection
Guo Ren
2020-12-10
riscv: provide memmove implementation
Nylon Chen
2020-10-04
riscv: use memcpy based uaccess for nommu again
Christoph Hellwig
2020-04-09
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-03-18
riscv: uaccess should be used in nommu mode
Greentime Hu
2020-03-03
RISC-V: Stop using LOCAL for the uaccess fixups
Palmer Dabbelt
2020-01-22
riscv: Add KASAN support
Nick Hu
2020-01-18
riscv: Less inefficient gcc tishift helpers (and export their symbols)
Olof Johansson
2019-12-27
riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
Luc Van Oostenryck
2019-11-17
riscv: add nommu support
Christoph Hellwig
2019-11-05
riscv: abstract out CSR names for supervisor vs machine mode
Christoph Hellwig
2019-08-30
riscv: Using CSR numbers to access CSRs
Bin Meng
2019-08-08
RISC-V: Remove udivdi3
Palmer Dabbelt
2019-08-08
riscv: delay: use do_div() instead of __udivdi3()
Paul Walmsley
2019-06-17
Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-06-11
riscv: Fix udelay in RV32.
Nick Hu
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-12-21
RISC-V: lib: minor asm cleanup
Olof Johansson
2018-11-12
RISC-V: lib: Fix build error for 64-bit
Olof Johansson
2018-10-22
RISC-V: Build tishift only on 64-bit
Zong Li
2018-08-13
RISC-V: implement __lshrti3.
Alex Guo
2018-06-11
RISC-V: Make our port sparse-clean
Palmer Dabbelt
2018-06-09
riscv: split the declaration of __copy_user
Luc Van Oostenryck
2018-06-04
riscv: Fix the bug in memory access fixup code
Alan Kao
2017-11-30
RISC-V: Export some expected symbols for modules
Olof Johansson
2017-09-26
RISC-V: Build Infrastructure
Palmer Dabbelt
2017-09-26
RISC-V: Device, timer, IRQs, and the SBI
Palmer Dabbelt
2017-09-26
RISC-V: Generic library routines and assembly
Palmer Dabbelt
[prev]