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
Age
Commit message (
Expand
)
Author
2007-10-19
pid namespaces: add support for pid namespaces hierarchy
Pavel Emelyanov
2007-10-19
pid namespaces: introduce struct upid
Sukadev Bhattiprolu
2007-10-19
pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...
Pavel Emelyanov
2007-10-19
pid namespaces: introduce MS_KERNMOUNT flag
Pavel Emelyanov
2007-10-19
pid namespaces: move exit_task_namespaces()
Pavel Emelyanov
2007-10-19
pid namespaces: rework forget_original_parent()
Oleg Nesterov
2007-10-19
whitespace fixes: task exit handling
Daniel Walker
2007-10-19
mm/oom_kill.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
2007-10-19
kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
2007-10-19
kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)
Matthias Kaehlcke
2007-10-19
fs/super.c: use list_for_each_entry() instead of list_for_each()
Matthias Kaehlcke
2007-10-19
fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()
Matthias Kaehlcke
2007-10-19
fs/file_table.c: use list_for_each_entry() instead of list_for_each()
Matthias Kaehlcke
2007-10-19
workqueue: debug flushing deadlocks with lockdep
Johannes Berg
2007-10-19
Make access to task's nsproxy lighter
Pavel Emelyanov
2007-10-19
pid namespaces: move alloc_pid() to copy_process()
Sukadev Bhattiprolu
2007-10-19
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
2007-10-19
pid namespaces: use task_pid() to find leader's pid
Sukadev Bhattiprolu
2007-10-19
pid namespaces: rename child_reaper() function
Sukadev Bhattiprolu
2007-10-19
pid namespaces: define and use task_active_pid_ns() wrapper
Sukadev Bhattiprolu
2007-10-19
pid namespaces: dynamic kmem cache allocator for pid namespaces
Pavel Emelianov
2007-10-19
pid namespaces: make get_pid_ns() return the namespace itself
Pavel Emelianov
2007-10-19
pid namespaces: round up the API
Pavel Emelianov
2007-10-19
cgroups: implement namespace tracking subsystem
Serge E. Hallyn
2007-10-19
Add cgroupstats
Balbir Singh
2007-10-19
task cgroups: enable cgroups by default in some configs
Paul Jackson
2007-10-19
Task Control Groups: simple task cgroup debug info subsystem
Paul Menage
2007-10-19
Task Control Groups: example CPU accounting subsystem
Paul Menage
2007-10-19
Task Control Groups: make cpusets a client of cgroups
Paul Menage
2007-10-19
Task Control Groups: automatic userspace notification of idle cgroups
Paul Menage
2007-10-19
Task Control Groups: shared cgroup subsystem group arrays
Paul Menage
2007-10-19
Task Control Groups: add procfs interface
Paul Menage
2007-10-19
Task Control Groups: add cgroup_clone() interface
Paul Menage
2007-10-19
Task Control Groups: add fork()/exit() hooks
Paul Menage
2007-10-19
Add cgroup write_uint() helper method
Paul Menage
2007-10-19
Task Control Groups: add tasks file interface
Paul Menage
2007-10-19
Task Control Groups: basic task cgroup framework
Paul Menage
2007-10-19
cpuset: zero malloc - revert the old cpuset fix
Paul Jackson
2007-10-19
kernel-api docbook: fix content problems
Randy Dunlap
2007-10-19
reiserfs: ignore on disk s_bmap_nr value
Jeff Mahoney
2007-10-19
reiserfs: remove first_zero_hint
Jeff Mahoney
2007-10-19
reiserfs: fix usage of signed ints for block numbers
Jeff Mahoney
2007-10-19
reiserfs: fix memset byte count during resize
Jeff Mahoney
2007-10-19
reiserfs: use is_reusable to catch corruption
Jeff Mahoney
2007-10-19
reiserfs: dont use BUG when panicking
Jeff Mahoney
2007-10-19
reiserfs: fix up lockdep warnings
Jeff Mahoney
2007-10-19
JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
Jose R. Santos
2007-10-19
jbd: fix commit code to properly abort journal
Jan Kara
2007-10-19
jbd: config_jbd_debug cannot create /proc entry
Jose R. Santos
2007-10-19
jbd: remove printk() from J_ASSERT macros
Chris Snook
[prev]
[next]