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