summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorLines
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan-1/+0
2008-10-26cgroup: remove unused variableStephen Rothwell-1/+1
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan-23/+20
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh-1/+3
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh-2/+3
2008-07-30cgroup: uninline cgroup_has_css_refs()Li Zefan-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Li Zefan-18/+12
2008-07-30cgroup: fix possible memory leakLi Zefan-2/+5
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro-0/+1
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk-1/+1
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn-4/+3
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage-9/+12
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage-68/+57
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage-0/+35
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan-2/+2
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro-23/+21
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan-2/+2
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