summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage2008-10-201-83/+139
* cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan2008-10-201-23/+20
* memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh2008-10-161-1/+3
* mm owner: fix race between swapoff and exitBalbir Singh2008-09-291-2/+3
* cgroup: uninline cgroup_has_css_refs()Li Zefan2008-07-301-1/+1
* cgroup: remove duplicate code in allocate_cg_link()Li Zefan2008-07-301-18/+12
* cgroup: fix possible memory leakLi Zefan2008-07-301-2/+5
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-261-0/+1
* make cgroup_seqfile_release() staticAdrian Bunk2008-07-261-1/+1
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-251-4/+3
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-251-66/+14
* cgroup files: move notify_on_release file to separate write handlerPaul Menage2008-07-251-8/+13
* cgroups: misc cleanups to write_string patchsetPaul Menage2008-07-251-9/+12
* cgroup files: move the release_agent file to use typed handlersPaul Menage2008-07-251-68/+57
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-251-0/+35
* cgroups: annotate two variables with __read_mostlyLi Zefan2008-07-251-2/+2
* cgroup: list_for_each cleanupKOSAKI Motohiro2008-07-251-23/+21
* cgroup: use read lock to guard find_existing_css_set()Li Zefan2008-07-251-2/+2
* cgroups: remove node_ prefix_from ns subsystemCedric Le Goater2008-05-241-1/+1
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-0/+30
* cgroups: introduce cft->read_seq()Serge E. Hallyn2008-04-291-6/+9
* cgroups: remove the css_set linked-listLi Zefan2008-04-291-20/+20
* cgroups: simplify init_subsys()Li Zefan2008-04-291-26/+9
* cgroups: use a hash table for css_set findingLi Zefan2008-04-291-12/+47
* cgroups: add the trigger callback to struct cftypePavel Emelyanov2008-04-291-0/+4
* cgroup: switch to proc_create()Li Zefan2008-04-291-4/+1
* cgroup: annotate cgroup_init_subsys with __initLi Zefan2008-04-291-1/+1
* CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage2008-04-291-10/+28
* CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage2008-04-291-23/+0
* CGroup API files: add cgroup map data typePaul Menage2008-04-291-1/+52
* CGroup API files: strip all trailing whitespace in cgroup_write_u64Paul Menage2008-04-291-4/+1
* CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage2008-04-291-16/+16
* cgroup: fix sparse warning of shadow symbol in cgroup.cPaul Jackson2008-04-291-5/+5
* make cgroup_enable_task_cg_lists() staticAdrian Bunk2008-04-291-1/+1
* cgroup: fix a race condition in manipulating tsk->cg_listLi Zefan2008-04-181-1/+6
* cgroups: include hierarchy ids in /proc/<pid>/cgroupPaul Menage2008-04-111-0/+1
* cgroups: add cgroup support for enabling controllers at boot timePaul Menage2008-04-041-5/+37
* NULL noise: fs/*, mm/*, kernel/*Al Viro2008-03-301-2/+2
* cgroup: fix default notify_on_release settingLi Zefan2008-03-041-1/+3
* cgroup: remove dead code in cgroup_get_rootdir()Li Zefan2008-02-231-1/+0
* cgroup: remove duplicate code in find_css_set()Li Zefan2008-02-231-1/+0
* cgroup: fix subsys bitopsLi Zefan2008-02-231-2/+2
* cgroup: fix memory leak in cgroup_get_sb()Li Zefan2008-02-231-1/+4
* cgroup: fix commentsLi Zefan2008-02-231-63/+79
* Handle pid namespaces in cgroups codePavel Emelyanov2008-02-071-2/+2
* hotplug cpu: move tasks in empty cpusets to parentCliff Wickman2008-02-071-11/+11
* cgroups: mechanism to process each task in a cgroupCliff Wickman2008-02-071-12/+186
* memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki2008-02-071-0/+22
* kernel/cgroup.c: make 2 functions staticAdrian Bunk2008-02-071-2/+2