index
:
linux-toradex.git
colibri
colibri_vf
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.6-2.0.x-imx
toradex_6.6-2.1.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
/
lib
Age
Commit message (
Expand
)
Author
2023-02-01
netlink: prevent potential spectre v1 gadgets
Eric Dumazet
2023-02-01
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
2023-02-01
ubsan: no need to unset panic_on_warn in ubsan_epilogue()
Tiezhu Yang
2023-02-01
lockref: stop doing cpu_relax in the cmpxchg loop
Mateusz Guzik
2022-12-31
overflow: Implement size_t saturating arithmetic helpers
Kees Cook
2022-12-31
test_firmware: fix memory leak in test_firmware_init()
Zhengchao Shao
2022-12-31
lib/notifier-error-inject: fix error when writing -errno to debugfs file
Akinobu Mita
2022-12-31
lib/fonts: fix undefined behavior in bit shift for get_default_font
Gaosheng Cui
2022-12-31
lib/debugobjects: fix stat count and optimize debug_objects_mem_init
wuchi
2022-12-08
Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
Lee Jones
2022-12-08
parisc: Increase FRAME_WARN to 2048 bytes on parisc
Helge Deller
2022-12-08
error-injection: Add prompt for function error injection
Steven Rostedt (Google)
2022-12-02
lib/vdso: use "grep -E" instead of "egrep"
Greg Kroah-Hartman
2022-10-26
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
Nathan Chancellor
2022-10-26
Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
Masahiro Yamada
2022-10-26
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
Masahiro Yamada
2022-10-26
dyndbg: drop EXPORTed dynamic_debug_exec_queries
Jim Cromie
2022-10-26
dyndbg: let query-modname override actual module name
Jim Cromie
2022-10-26
dyndbg: fix static_branch manipulation
Jim Cromie
2022-10-26
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
2022-09-05
crypto: lib - remove unneeded selection of XOR_BLOCKS
Eric Biggers
2022-08-31
ratelimit: Fix data-races in ___ratelimit().
Kuniyuki Iwashima
2022-08-25
lib/list_debug.c: Detect uninitialized lists
Guenter Roeck
2022-08-17
crypto: lib/blake2s - reduce stack frame usage in self test
Jason A. Donenfeld
2022-08-17
crypto: blake2s - remove shash module
Jason A. Donenfeld
2022-08-17
lib/smp_processor_id: fix imbalanced instrumentation_end() call
Tetsuo Handa
2022-08-17
selftests/livepatch: better synchronize test_klp_callbacks_busy
Joe Lawrence
2022-08-17
lib/test_hmm: avoid accessing uninitialized pages
Miaohe Lin
2022-08-17
test_bpf: fix incorrect netdev features
Jian Shen
2022-08-17
kasan: test: Silence GCC 12 warnings
Kees Cook
2022-08-17
fix short copy handling in copy_mc_pipe_to_iter()
Al Viro
2022-07-12
ida: don't use BUG_ON() for debugging
Linus Torvalds
2022-06-22
crypto: memneq - move into lib/
Jason A. Donenfeld
2022-06-14
iov_iter: fix build issue due to possible type mis-match
Linus Torvalds
2022-06-14
nodemask: Fix return values to be unsigned
Kees Cook
2022-06-14
iov_iter: Fix iter_xarray_get_pages{,_alloc}()
David Howells
2022-06-14
bootconfig: Make the bootconfig.o as a normal object file
Masami Hiramatsu
2022-06-09
list: test: Add a test for list_is_head()
David Gow
2022-06-09
kunit: fix debugfs code to use enum kunit_status, not bool
Daniel Latypov
2022-06-06
lib/crypto: add prompts back to crypto libraries
Justin M. Forbes
2022-06-06
assoc_array: Fix BUG_ON during garbage collect
Stephen Brennan
2022-06-06
percpu_ref_init(): clean ->percpu_count_ref on failure
Al Viro
2022-05-30
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
2022-05-30
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2022-05-30
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2022-05-30
random: remove unused tracepoints
Jason A. Donenfeld
2022-05-30
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
2022-05-30
lib/crypto: sha1: re-roll loops to reduce code size
Jason A. Donenfeld
2022-05-30
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
2022-05-30
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
[next]