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
2020-11-10
Fonts: Replace discarded const qualifier
Lee Jones
2020-10-29
lib/crc32.c: fix trivial typo in preprocessor condition
Tobias Jordan
2020-10-29
lib/strscpy: Shut up KASAN false-positives in strscpy()
Andrey Ryabinin
2020-10-14
Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
Peilin Ye
2020-10-01
lib/string.c: implement stpcpy
Nick Desaulniers
2020-08-21
dyndbg: fix a BUG_ON in ddebug_describe_flags
Jim Cromie
2020-08-21
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-06-29
lib/zlib: remove outdated and incorrect pre-increment optimization
Jann Horn
2020-06-20
lib/mpi: Fix 64-bit MIPS build with Clang
Nathan Chancellor
2020-05-27
sched/fair, cpumask: Export for_each_cpu_wrap()
Peter Zijlstra
2020-05-10
lib/mpi: Fix building for powerpc with clang
Nathan Chancellor
2020-02-28
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Nathan Chancellor
2020-02-14
lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()
Gustavo A. R. Silva
2020-01-29
bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()
Andy Shevchenko
2020-01-29
Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"
Linus Torvalds
2020-01-29
devres: allow const resource arguments
Arnd Bergmann
2020-01-14
kobject: Export kobject_get_unless_zero()
Jan Kara
2020-01-04
dma-debug: add a schedule point in debug_dma_dump_mappings()
Eric Dumazet
2019-12-21
lib: raid6: fix awk build warnings
Greg Kroah-Hartman
2019-12-05
lib/genalloc.c: include vmalloc.h
Olof Johansson
2019-12-05
lib/genalloc.c: use vzalloc_node() to allocate the bitmap
Huang Shijie
2019-11-12
dump_stack: avoid the livelock of the dump_lock
Kevin Hao
2019-10-07
kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K
Nicolas Boichat
2019-09-06
siphash: implement HalfSipHash1-3 for hash tables
Jason A. Donenfeld
2019-09-06
siphash: add cryptographically secure PRF
Jason A. Donenfeld
2019-08-04
lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
Christophe Leroy
2019-08-04
rslib: Fix handling of of caller provided syndrome
Ferdinand Blomqvist
2019-08-04
rslib: Fix decoding of shortened codes
Ferdinand Blomqvist
2019-07-10
lib/mpi: Fix karactx leak in mpi_powm
Herbert Xu
2019-06-11
mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions
Peter Zijlstra
2019-04-27
lib/div64.c: off by one in shift
Stanislaw Gruszka
2019-04-27
lib/string.c: implement a basic bcmp
Nick Desaulniers
2019-04-27
ARM: 8833/1: Ensure that NEON code always compiles with Clang
Nathan Chancellor
2019-04-27
kprobes: Prohibit probing on bsearch()
Andrea Righi
2019-04-27
lib/int_sqrt: optimize initial value compute
Peter Zijlstra
2019-04-03
lib/int_sqrt: optimize small argument
Peter Zijlstra
2019-03-23
assoc_array: Fix shortcut creation
David Howells
2019-02-20
test_hexdump: use memcpy instead of strncpy
Linus Torvalds
2019-02-20
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
2019-02-08
rhashtable: add schedule points
Eric Dumazet
2019-02-08
rhashtable: add rhashtable_lookup_get_insert_key()
Pablo Neira Ayuso
2018-12-21
lib/interval_tree_test.c: allow users to limit scope of endpoint
Davidlohr Bueso
2018-12-21
lib/rbtree-test: lower default params
Davidlohr Bueso
2018-12-21
lib/rbtree_test.c: make input module parameters
Davidlohr Bueso
2018-12-21
lib/interval_tree_test.c: allow full tree search
Davidlohr Bueso
2018-12-21
lib/interval_tree_test.c: make test options module parameters
Davidlohr Bueso
2018-12-17
swiotlb: clean up reporting
Kees Cook
2018-12-17
debugobjects: avoid recursive calls with kmemleak
Qian Cai
2018-12-13
kobject: Replace strncpy with memcpy
Guenter Roeck
2018-11-27
lib/raid6: Fix arm64 test build
Jeremy Linton
[next]