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