aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu3-1/+65
2007-10-19pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu1-4/+2
2007-10-19pid namespaces: create a slab-cache for 'struct pid_namespace'Sukadev Bhattiprolu1-3/+6
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov4-0/+39
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple namespacesPavel Emelyanov1-2/+16
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov4-22/+113
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov3-18/+25
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov4-6/+69
2007-10-19pid namespaces: move alloc_pid() lower in copy_process()Pavel Emelyanov1-15/+16
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov4-22/+70
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov3-11/+134
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