summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorLines
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater-1/+1
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi-1/+1
2008-04-29cgroups: add an owner to the mm_structBalbir Singh-0/+30
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn-6/+9
2008-04-29cgroups: remove the css_set linked-listLi Zefan-20/+20
2008-04-29cgroups: simplify init_subsys()Li Zefan-26/+9
2008-04-29cgroups: use a hash table for css_set findingLi Zefan-12/+47
2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov-0/+4
2008-04-29cgroup: switch to proc_create()Li Zefan-4/+1
2008-04-29cgroup: annotate cgroup_init_subsys with __initLi Zefan-1/+1
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage-10/+28
2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage-23/+0
2008-04-29CGroup API files: add cgroup map data typePaul Menage-1/+52
2008-04-29CGroup API files: strip all trailing whitespace in cgroup_write_u64Paul Menage-4/+1
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage-16/+16
2008-04-29cgroup: fix sparse warning of shadow symbol in cgroup.cPaul Jackson-5/+5
2008-04-29make cgroup_enable_task_cg_lists() staticAdrian Bunk-1/+1
2008-04-18cgroup: fix a race condition in manipulating tsk->cg_listLi Zefan-1/+6
2008-04-11cgroups: include hierarchy ids in /proc/<pid>/cgroupPaul Menage-0/+1
2008-04-04cgroups: add cgroup support for enabling controllers at boot timePaul Menage-5/+37
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro-2/+2
2008-03-04cgroup: fix default notify_on_release settingLi Zefan-1/+3
2008-02-23cgroup: remove dead code in cgroup_get_rootdir()Li Zefan-1/+0
2008-02-23cgroup: remove duplicate code in find_css_set()Li Zefan-1/+0
2008-02-23cgroup: fix subsys bitopsLi Zefan-2/+2
2008-02-23cgroup: fix memory leak in cgroup_get_sb()Li Zefan-1/+4
2008-02-23cgroup: fix commentsLi Zefan-63/+79
2008-02-07Handle pid namespaces in cgroups codePavel Emelyanov-2/+2
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman-11/+11
2008-02-07cgroups: mechanism to process each task in a cgroupCliff Wickman-12/+186
2008-02-07memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki-0/+22
2008-02-07kernel/cgroup.c: make 2 functions staticAdrian Bunk-2/+2
2008-02-07cgroups: move cgroups destroy() callbacks to cgroup_diput()Paul Menage-12/+24
2008-02-07cgroup simplify space strippingPaul Jackson-14/+3
2008-02-07cgroup brace coding style fixPaul Jackson-10/+5
2008-02-07kernel/cgroup.c: remove dead codeAdrian Bunk-10/+8
2007-11-14Improve cgroup printksDiego Calleja-5/+4
2007-10-23cgroup: kill unused variableJeff Garzik-1/+0
2007-10-19Control groups: Replace "cont" with "cgrp" and other misc renamingPaul Menage-247/+247
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov-1/+1
2007-10-19Add cgroupstatsBalbir Singh-0/+55
2007-10-19Task Control Groups: automatic userspace notification of idle cgroupsPaul Menage-42/+386
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage-114/+535
2007-10-19Task Control Groups: add procfs interfacePaul Menage-3/+143
2007-10-19Task Control Groups: add cgroup_clone() interfacePaul Menage-0/+135
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage-0/+121
2007-10-19Add cgroup write_uint() helper methodPaul Menage-4/+38
2007-10-19Task Control Groups: add tasks file interfacePaul Menage-1/+358
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage-0/+1198