aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pid.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov3-17/+36
2007-10-19pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov2-1/+4
2007-10-19pid namespaces: introduce struct upidSukadev Bhattiprolu2-0/+22
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov3-9/+24
2007-10-19pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov3-5/+7
2007-10-19pid namespaces: move exit_task_namespaces()Pavel Emelyanov1-1/+1
2007-10-19pid namespaces: rework forget_original_parent()Oleg Nesterov1-18/+21
2007-10-19whitespace fixes: task exit handlingDaniel Walker1-2/+2
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-3/+1
2007-10-19kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-15/+7
2007-10-19kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)Matthias Kaehlcke1-13/+6
2007-10-19fs/super.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-11/+11
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg4-7/+88
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov6-45/+91
2007-10-19pid namespaces: move alloc_pid() to copy_process()Sukadev Bhattiprolu1-6/+13
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn32-37/+52
2007-10-19pid namespaces: use task_pid() to find leader's pidSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu4-5/+5
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu5-5/+11
2007-10-19pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov2-6/+65
2007-10-19pid namespaces: make get_pid_ns() return the namespace itselfPavel Emelianov1-1/+2
2007-10-19pid namespaces: round up the APIPavel Emelianov19-53/+48
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn6-8/+146
2007-10-19Add cgroupstatsBalbir Singh7-0/+241
2007-10-19task cgroups: enable cgroups by default in some configsPaul Jackson6-0/+6
2007-10-19Task Control Groups: simple task cgroup debug info subsystemPaul Menage4-0/+112
2007-10-19Task Control Groups: example CPU accounting subsystemPaul Menage6-3/+225
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage11-1055/+277
2007-10-19Task Control Groups: automatic userspace notification of idle cgroupsPaul Menage2-44/+395
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage5-154/+632
2007-10-19Task Control Groups: add procfs interfacePaul Menage3-3/+152
2007-10-19Task Control Groups: add cgroup_clone() interfacePaul Menage3-0/+145
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage4-2/+141
2007-10-19Add cgroup write_uint() helper methodPaul Menage2-4/+46
2007-10-19Task Control Groups: add tasks file interfacePaul Menage2-1/+368
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage9-1/+1994
2007-10-19cpuset: zero malloc - revert the old cpuset fixPaul Jackson1-1/+1
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap5-6/+7
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney5-23/+56
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney3-26/+13
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney5-32/+38
2007-10-19reiserfs: fix memset byte count during resizeJeff Mahoney1-1/+1
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney1-8/+13
2007-10-19reiserfs: dont use BUG when panickingJeff Mahoney1-6/+4
2007-10-19reiserfs: fix up lockdep warningsJeff Mahoney1-2/+3
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos2-4/+4
2007-10-19jbd: fix commit code to properly abort journalJan Kara1-4/+4
2007-10-19jbd: config_jbd_debug cannot create /proc entryJose R. Santos3-49/+27