const: constify remaining file_operations
[safe/jmp/linux-2.6] / include / linux / cgroup.h
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-24 Ben Blumcgroups: let ss->can_attach and ss->attach do whole...
2009-09-24 Ben Blumcgroups: change css_set freeing mechanism to be under RCU
2009-09-24 Ben Blumcgroups: ensure correct concurrent opening/reading...
2009-09-24 Ben Blumcgroups: add a read-only "procs" file similar to "tasks...
2009-09-24 Paul Menagecgroups: revert "cgroups: fix pid namespace bug"
2009-07-30 KAMEZAWA Hiroyukicgroup avoid permanent sleep at rmdir
2009-07-30 Li Zefancgroups: fix pid namespace bug
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Li Zefancgroups: add 'data' field to struct cgroup_scanner
2009-04-03 KAMEZAWA Hiroyukimemcg: fix OOM killer under memcg
2009-04-03 Li Zefancgroups: show correct file mode
2009-04-03 KAMEZAWA Hiroyukicgroup: fix frequent -EBUSY at rmdir
2009-04-03 KAMEZAWA Hiroyukicgroup: CSS ID support
2009-04-03 Grzegorz Nosekcgroups: relax ns_can_attach checks to allow attaching...
2009-04-03 Paul Menagecgroups: fix cgroup.h comments
2009-03-30 Thadeu Lima de Sou... trivial: fix where cgroup documentation is not correctl...
2009-02-11 Li Zefancgroups: fix lockdep subclasses overflow
2009-01-30 Paul Menagecgroups: add cpu_relax() calls in css_tryget() and...
2009-01-08 Paul Menagecgroups: add css_tryget()
2009-01-08 Paul Menagecgroups: add a per-subsystem hierarchy_mutex
2009-01-08 Paul Menagecgroups: make cgroup_path() RCU-safe
2009-01-08 Lai Jiangshancgroups: don't put struct cgroupfs_root protected by RCU
2009-01-06 Hugh Dickinsmm: remove cgroup_mm_owner_callbacks
2008-10-30 Li Zefancgroups: tiny cleanups
2008-10-20 Paul Menagecgroups: fix declaration of cgroup_mm_owner_callbacks
2008-10-20 Paul Menagecgroups: convert tasks file to use a seq_file with...
2008-10-20 Lai Jiangshancgroups: fix probable race with put_css_set[_taskexit...
2008-10-16 Balbir Singhmemrlimit: cgroup mm owner callback changes to add...
2008-07-25 Serge E. Hallyncgroup_clone: use pid of newly created task for new...
2008-07-25 Paul Menagecgroups: misc cleanups to write_string patchset
2008-07-25 Paul Menagecgroup files: move the release_agent file to use typed...
2008-07-25 Paul Menagecgroup files: add write_string cgroup control file...
2008-07-25 Paul Menagecgroup files: clean up whitespace in struct cftype
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-29 Serge E. Hallyncgroups: introduce cft->read_seq()
2008-04-29 Li Zefancgroups: remove the css_set linked-list
2008-04-29 Li Zefancgroups: use a hash table for css_set finding
2008-04-29 Pavel Emelyanovcgroups: add the trigger callback to struct cftype
2008-04-29 Paul MenageCGroups _s64 files: add cgroups read_s64/write_s64...
2008-04-29 Paul MenageCGroup API files: move "releasable" to cgroup_debug...
2008-04-29 Paul MenageCGroup API files: add cgroup map data type
2008-04-29 Paul MenageCGroup API files: rename read/write_uint methods to...
2008-04-04 Paul Menagecgroups: add cgroup support for enabling controllers...
2008-02-24 Li Zefancgroup: clean up cgroup.h
2008-02-24 Li Zefancgroup: fix comments
2008-02-07 Cliff Wickmanhotplug cpu: move tasks in empty cpusets to parent
2008-02-07 Cliff Wickmancgroups: mechanism to process each task in a cgroup
2008-02-07 KAMEZAWA Hiroyukimemory cgroup enhancements: add- pre_destroy() handler
2007-10-19 Balbir SinghAdd cgroupstats
2007-10-19 Paul MenageTask Control Groups: automatic userspace notification...
2007-10-19 Paul MenageTask Control Groups: shared cgroup subsystem group...
2007-10-19 Paul MenageTask Control Groups: add procfs interface
2007-10-19 Paul MenageTask Control Groups: add cgroup_clone() interface
2007-10-19 Paul MenageTask Control Groups: add fork()/exit() hooks
2007-10-19 Paul MenageAdd cgroup write_uint() helper method
2007-10-19 Paul MenageTask Control Groups: add tasks file interface
2007-10-19 Paul MenageTask Control Groups: basic task cgroup framework