aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
AgeCommit message (Expand)Author
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29cgroups: fix pid namespace bugLi Zefan
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-02cgroups: add 'data' field to struct cgroup_scannerLi Zefan
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki
2009-04-02cgroups: show correct file modeLi Zefan
2009-04-02cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki
2009-04-02cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek
2009-04-02cgroups: fix cgroup.h commentsPaul Menage
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage
2009-01-08cgroups: add css_tryget()Paul Menage
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage
2009-01-08cgroups: make cgroup_path() RCU-safePaul Menage
2009-01-08cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins
2008-10-30cgroups: tiny cleanupsLi Zefan
2008-10-20cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage
2008-07-25cgroup files: clean up whitespace in struct cftypePaul Menage
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn
2008-04-29cgroups: remove the css_set linked-listLi Zefan
2008-04-29cgroups: use a hash table for css_set findingLi Zefan
2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage
2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage
2008-04-29CGroup API files: add cgroup map data typePaul Menage
2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage
2008-04-04cgroups: add cgroup support for enabling controllers at boot timePaul Menage
2008-02-23cgroup: clean up cgroup.hLi Zefan
2008-02-23cgroup: fix commentsLi Zefan
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman
2008-02-07cgroups: mechanism to process each task in a cgroupCliff Wickman
2008-02-07memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki
2007-10-19Add cgroupstatsBalbir Singh