aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov11-71/+132
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2-1/+64
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 Emelyanov1-0/+7
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov3-22/+112
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov1-7/+14
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 Emelyanov1-17/+26
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov1-0/+13
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2-16/+35
2007-10-19pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov1-1/+2
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov1-1/+1
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-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-19workqueue: debug flushing deadlocks with lockdepJohannes Berg2-4/+34
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov3-22/+36
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. Hallyn6-5/+11
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu2-3/+3
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2-3/+3
2007-10-19pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov1-6/+64
2007-10-19pid namespaces: round up the APIPavel Emelianov4-15/+15
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn3-1/+117
2007-10-19Add cgroupstatsBalbir Singh2-0/+122
2007-10-19Task Control Groups: simple task cgroup debug info subsystemPaul Menage2-0/+98
2007-10-19Task Control Groups: example CPU accounting subsystemPaul Menage3-3/+198
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage3-981/+212
2007-10-19Task Control Groups: automatic userspace notification of idle cgroupsPaul Menage1-42/+386
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage2-114/+536
2007-10-19Task Control Groups: add procfs interfacePaul Menage1-3/+143
2007-10-19Task Control Groups: add cgroup_clone() interfacePaul Menage1-0/+135
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage3-2/+135
2007-10-19Add cgroup write_uint() helper methodPaul Menage1-4/+38
2007-10-19Task Control Groups: add tasks file interfacePaul Menage1-1/+358
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage2-0/+1199
2007-10-19cpuset: zero malloc - revert the old cpuset fixPaul Jackson1-1/+1
2007-10-19Add kernel/notifier.cAlexey Dobriyan4-571/+541
2007-10-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds3-62/+41
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-39/+44
2007-10-18sparse pointer use of zero as nullStephen Hemminger2-4/+4
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling5-2/+38
2007-10-18whitespace fixes: system timersDaniel Walker1-1/+1
2007-10-18whitespace fixes: interval timersDaniel Walker1-2/+2
2007-10-18whitespace fixes: execution domainsDaniel Walker1-1/+1
2007-10-18whitespace fixes: system auditingDaniel Walker1-7/+7
2007-10-18whitespace fixes: compat syscallsDaniel Walker1-30/+30