aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins1-13/+1
2008-10-30cgroups: tiny cleanupsLi Zefan1-4/+0
2008-10-20cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage1-9/+6
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage1-0/+10
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan1-2/+1
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh1-1/+2
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn1-1/+2
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage1-2/+2
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage1-0/+2
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage1-0/+14
2008-07-25cgroup files: clean up whitespace in struct cftypePaul Menage1-16/+16
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-0/+15
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn1-0/+6
2008-04-29cgroups: remove the css_set linked-listLi Zefan1-6/+0
2008-04-29cgroups: use a hash table for css_set findingLi Zefan1-1/+6
2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov1-0/+8
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage1-0/+8
2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage1-0/+11
2008-04-29CGroup API files: add cgroup map data typePaul Menage1-0/+19
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage1-4/+4
2008-04-04cgroups: add cgroup support for enabling controllers at boot timePaul Menage1-0/+1
2008-02-23cgroup: clean up cgroup.hLi Zefan1-25/+23
2008-02-23cgroup: fix commentsLi Zefan1-1/+1
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman1-0/+1
2008-02-07cgroups: mechanism to process each task in a cgroupCliff Wickman1-0/+14
2008-02-07memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki1-0/+1
2007-10-19Add cgroupstatsBalbir Singh1-0/+8
2007-10-19Task Control Groups: automatic userspace notification of idle cgroupsPaul Menage1-2/+9
2007-10-19Task Control Groups: shared cgroup subsystem group arraysPaul Menage1-10/+79
2007-10-19Task Control Groups: add procfs interfacePaul Menage1-0/+2
2007-10-19Task Control Groups: add cgroup_clone() interfacePaul Menage1-0/+3
2007-10-19Task Control Groups: add fork()/exit() hooksPaul Menage1-0/+6
2007-10-19Add cgroup write_uint() helper methodPaul Menage1-0/+8
2007-10-19Task Control Groups: add tasks file interfacePaul Menage1-0/+10
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage1-0/+214