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.18.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
Age
Commit message (
Expand
)
Author
2025-11-20
MAINTAINERS: add Petr as a reviewer of hung task detector
Lance Yang
2025-11-20
uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USER
Alice Ryhl
2025-11-20
crash: export crashkernel CMA reservation to userspace
Sourabh Jain
2025-11-20
Documentation/ABI: add kexec and kdump sysfs interface
Sourabh Jain
2025-11-20
ceph: replace local base64 helpers with lib/base64
Guan-Chun Wu
2025-11-20
fscrypt: replace local base64url helpers with lib/base64
Guan-Chun Wu
2025-11-20
lib: add KUnit tests for base64 encoding/decoding
Guan-Chun Wu
2025-11-20
lib/base64: rework encode/decode for speed and stricter validation
Guan-Chun Wu
2025-11-20
lib/base64: optimize base64_decode() with reverse lookup tables
Kuan-Wei Chiu
2025-11-20
lib/base64: add support for multiple variants
Kuan-Wei Chiu
2025-11-20
sys_info: add a default kernel sys_info mask
Feng Tang
2025-11-20
watchdog: add sys_info sysctls to dump sys info on system lockup
Feng Tang
2025-11-20
hung_task: add hung_task_sys_info sysctl to dump sys info on task-hung
Feng Tang
2025-11-20
docs: panic: correct some sys_ifo names in sysctl doc
Feng Tang
2025-11-20
Revert "lib/plist.c: enforce memory ordering in plist_check_list"
Kuan-Wei Chiu
2025-11-20
MAINTAINERS: remove Gustavo from sync framework
Gustavo Padovan
2025-11-20
include/linux/once_lite.h: fix judgment in WARN_ONCE with clang
Xie Yuanbin
2025-11-20
MAINTAINERS: update nilfs2 entry
Ryusuke Konishi
2025-11-20
fs/proc/page: remove unused KPMBITS
zhang jiao
2025-11-20
math.h: amend abs() kernel-doc and add a note about signed type limits
Andy Shevchenko
2025-11-20
scripts/gdb/symbols: make BPF debug info available to GDB
Ilya Leoshkevich
2025-11-20
scripts/gdb/radix-tree: add lx-radix-tree-command
Ilya Leoshkevich
2025-11-20
MAINTAINERS: add Pratyush as a reviewer for KHO
Pratyush Yadav
2025-11-20
lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bit
David Laight
2025-11-20
lib: mul_u64_u64_div_u64(): optimise the divide code
David Laight
2025-11-20
lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86
David Laight
2025-11-20
lib: test_mul_u64_u64_div_u64(): test both generic and arch versions
David Laight
2025-11-20
lib: add tests for mul_u64_u64_div_u64_roundup()
David Laight
2025-11-20
lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
David Laight
2025-11-20
lib: mul_u64_u64_div_u64(): simplify check for a 64bit product
David Laight
2025-11-20
lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checks
David Laight
2025-11-20
lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'
David Laight
2025-11-20
kernel/hung_task: unexport sysctl_hung_task_timeout_secs
Christoph Hellwig
2025-11-20
util_macros.h: fix kernel-doc for u64_to_user_ptr()
Andy Shevchenko
2025-11-20
checkpatch: add IDR to the deprecated list
Carlos López
2025-11-20
lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help text
Borislav Petkov (AMD)
2025-11-20
ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zero
Deepanshu Kartikey
2025-11-20
ocfs2: add extra consistency checks for chain allocator dinodes
Dmitry Antipov
2025-11-20
panic: sys_info: factor out read and write handlers
Andy Shevchenko
2025-11-20
panic: sys_info: deduplicate local variable 'table; assignments
Andy Shevchenko
2025-11-20
panic: sys_info: rewrite a fix for a compilation error (`make W=1`)
Andy Shevchenko
2025-11-20
panic: sys_info:replace struct sys_info_name with plain array of strings
Andy Shevchenko
2025-11-20
panic: sys_info: align constant definition names with parameters
Andy Shevchenko
2025-11-20
panic: sys_info: capture si_bits_global before iterating over it
Andy Shevchenko
2025-11-12
nilfs2: replace vmalloc + copy_from_user with vmemdup_user
Thorsten Blum
2025-11-12
mailmap: add entry for Hao Ge
Hao Ge
2025-11-12
release_task: kill unnecessary rcu_read_lock() around dec_rlimit_ucounts()
Oleg Nesterov
2025-11-12
mailmap: add entry for Yu-Chun Lin
Yu-Chun Lin
2025-11-12
lib/xxhash: remove more unused xxh functions
Dr. David Alan Gilbert
2025-11-12
dynamic_debug: add support for print stack
Ye Bin
[next]