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
/
kernel
Age
Commit message (
Expand
)
Author
2025-08-20
trace/fgraph: Fix the warning caused by missing unregister notifier
Ye Weihua
2025-08-20
ring-buffer: Remove redundant semicolons
Liao Yuanhong
2025-08-20
tracing: Limit access to parser->buffer when trace_get_user failed
Pu Lehui
2025-08-19
kho: warn if KHO is disabled due to an error
Pasha Tatashin
2025-08-19
kho: mm: don't allow deferred struct page with KHO
Pasha Tatashin
2025-08-19
kho: init new_physxa->phys_bits to fix lockdep
Pasha Tatashin
2025-08-19
Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-08-19
signal: Fix memory leak for PIDFD_SELF* sentinels
Adrian Huang (Lenovo)
2025-08-19
pid: change bacct_add_tsk() to use task_ppid_nr_ns()
Oleg Nesterov
2025-08-19
pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers
Oleg Nesterov
2025-08-19
pid: Add a judgment for ns null in pid_nr_ns
gaoxiang17
2025-08-19
kcsan: test: Replace deprecated strcpy() with strscpy()
Thorsten Blum
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'
Martin KaFai Lau
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
2025-08-18
bpf: Add a verbose message when the BTF limit is reached
Anton Protopopov
2025-08-18
bpf: Replace get_next_cpu() with cpumask_next_wrap()
Fushuai Wang
2025-08-17
Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-08-16
params: Replace deprecated strcpy() with strscpy() and memcpy()
Thorsten Blum
2025-08-15
bpf: Remove migrate_disable in kprobe_multi_link_prog_run
Tao Chen
2025-08-15
perf: Convert mmap() refcounts to refcount_t
Thomas Gleixner
2025-08-15
perf: Identify the 0->1 transition for event::mmap_count
Peter Zijlstra
2025-08-15
perf: Use scoped_guard() for mmap_mutex in perf_mmap()
Peter Zijlstra
2025-08-15
perf: Split out the RB allocation
Peter Zijlstra
2025-08-15
perf: Make RB allocation branch self sufficient
Peter Zijlstra
2025-08-15
perf: Split out the AUX buffer allocation
Peter Zijlstra
2025-08-15
perf: Reflow to get rid of aux_success label
Peter Zijlstra
2025-08-15
perf: Use guard() for aux_mutex in perf_mmap()
Peter Zijlstra
2025-08-15
perf: Remove redundant aux_unlock label
Peter Zijlstra
2025-08-15
perf: Move common code into both rb and aux branches
Peter Zijlstra
2025-08-15
perf: Merge consecutive conditionals in perf_mmap()
Peter Zijlstra
2025-08-15
perf: Move perf_mmap_calc_limits() into both rb and aux branches
Peter Zijlstra
2025-08-15
perf: Split out VM accounting
Thomas Gleixner
2025-08-15
perf: Split out mlock limit handling
Thomas Gleixner
2025-08-15
perf: Remove redundant condition for AUX buffer size
Thomas Gleixner
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
2025-08-15
bpf, cpumap: Disable page_pool direct xdp_return need larger scope
Jesper Dangaard Brouer
2025-08-14
rcutorture: Delay forward-progress testing until boot completes
Paul E. McKenney
2025-08-14
torture: Delay CPU-hotplug operations until boot completes
Paul E. McKenney
2025-08-14
rcutorture: Delay rcutorture readers and writers until boot completes
Paul E. McKenney
2025-08-14
rcutorture: Suppress "Writer stall state" reports during boot
Paul E. McKenney
2025-08-14
torture: Announce kernel boot status at torture-test startup
Paul E. McKenney
2025-08-14
rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()
Zqiang
2025-08-14
Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-08-13
rcu: Document that rcu_barrier() hurries lazy callbacks
Paul E. McKenney
2025-08-13
cpuset: remove redundant CS_ONLINE flag
Chen Ridong
2025-08-13
audit: add a missing tab
Dan Carpenter
2025-08-13
dma/pool: Ensure DMA_DIRECT_REMAP allocations are decrypted
Shanker Donthineni
[prev]
[next]