1. d7926ee cgroups: Add an API to attach a task to current task's cgroup by Sridhar Samudrala · 14 years ago
  2. 907860e cgroups: make cftype.unregister_event() void-returning by Kirill A. Shutemov · 14 years ago
  3. 1ce7e4f cgroup: Check task_lock in task_subsys_state() by Li Zefan · 14 years ago
  4. a0a4db5 cgroups: remove events before destroying subsystem state objects by Kirill A. Shutemov · 14 years ago
  5. 0dea116 cgroup: implement eventfd-based generic API for notifications by Kirill A. Shutemov · 14 years ago
  6. cf5d594 cgroups: subsystem module unloading by Ben Blum · 14 years ago
  7. e6a1105 cgroups: subsystem module loading interface by Ben Blum · 14 years ago
  8. aae8aab cgroups: revamp subsys array by Ben Blum · 14 years ago
  9. d7b9fff cgroup: introduce coalesce css_get() and css_put() by Daisuke Nishimura · 14 years ago
  10. 2468c72 cgroup: introduce cancel_attach() by Daisuke Nishimura · 14 years ago
  11. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 14 years ago
  12. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  13. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  14. c378369 cgroups: change css_set freeing mechanism to be under RCU by Ben Blum · 15 years ago
  15. 72a8cb3 cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces by Ben Blum · 15 years ago
  16. 102a775 cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids by Ben Blum · 15 years ago
  17. 8f3ff20 cgroups: revert "cgroups: fix pid namespace bug" by Paul Menage · 15 years ago
  18. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  19. 096b7fe cgroups: fix pid namespace bug by Li Zefan · 15 years ago
  20. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  21. bd1a8ab cgroups: add 'data' field to struct cgroup_scanner by Li Zefan · 15 years ago
  22. 0b7f569 memcg: fix OOM killer under memcg by KAMEZAWA Hiroyuki · 15 years ago
  23. 099fca3 cgroups: show correct file mode by Li Zefan · 15 years ago
  24. ec64f51 cgroup: fix frequent -EBUSY at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  25. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 15 years ago
  26. 313e924 cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups by Grzegorz Nosek · 15 years ago
  27. d20a390 cgroups: fix cgroup.h comments by Paul Menage · 15 years ago
  28. 21acb9c trivial: fix where cgroup documentation is not correctly referred to by Thadeu Lima de Souza Cascardo · 15 years ago
  29. cfebe56 cgroups: fix lockdep subclasses overflow by Li Zefan · 15 years ago
  30. 804b3c2 cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs() by Paul Menage · 15 years ago
  31. e7c5ec9 cgroups: add css_tryget() by Paul Menage · 15 years ago
  32. 999cd8a cgroups: add a per-subsystem hierarchy_mutex by Paul Menage · 15 years ago
  33. a47295e cgroups: make cgroup_path() RCU-safe by Paul Menage · 15 years ago
  34. b2aa30f cgroups: don't put struct cgroupfs_root protected by RCU by Lai Jiangshan · 15 years ago
  35. e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 15 years ago
  36. 9b91373 cgroups: tiny cleanups by Li Zefan · 16 years ago
  37. 886465f cgroups: fix declaration of cgroup_mm_owner_callbacks by Paul Menage · 16 years ago
  38. cc31edc cgroups: convert tasks file to use a seq_file with shared pid array by Paul Menage · 16 years ago
  39. 146aa1b cgroups: fix probable race with put_css_set[_taskexit] and find_css_set by Lai Jiangshan · 16 years ago
  40. 9363b9f memrlimit: cgroup mm owner callback changes to add task info by Balbir Singh · 16 years ago
  41. e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 16 years ago
  42. 84eea84 cgroups: misc cleanups to write_string patchset by Paul Menage · 16 years ago
  43. e788e06 cgroup files: move the release_agent file to use typed handlers by Paul Menage · 16 years ago
  44. db3b149 cgroup files: add write_string cgroup control file method by Paul Menage · 16 years ago
  45. ce16b49 cgroup files: clean up whitespace in struct cftype by Paul Menage · 16 years ago
  46. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  47. 29486df cgroups: introduce cft->read_seq() by Serge E. Hallyn · 16 years ago
  48. 28fd5df cgroups: remove the css_set linked-list by Li Zefan · 16 years ago
  49. 472b105 cgroups: use a hash table for css_set finding by Li Zefan · 16 years ago
  50. d447ea2 cgroups: add the trigger callback to struct cftype by Pavel Emelyanov · 16 years ago
  51. e73d2c6 CGroups _s64 files: add cgroups read_s64/write_s64 file methods by Paul Menage · 16 years ago
  52. 3116f0e CGroup API files: move "releasable" to cgroup_debug subsystem by Paul Menage · 16 years ago
  53. 9179656 CGroup API files: add cgroup map data type by Paul Menage · 16 years ago
  54. f4c753b CGroup API files: rename read/write_uint methods to read_write_u64 by Paul Menage · 16 years ago
  55. 8bab8dd cgroups: add cgroup support for enabling controllers at boot time by Paul Menage · 16 years ago
  56. ffd2d88 cgroup: clean up cgroup.h by Li Zefan · 16 years ago
  57. a043e3b cgroup: fix comments by Li Zefan · 16 years ago
  58. 956db3c hotplug cpu: move tasks in empty cpusets to parent by Cliff Wickman · 16 years ago
  59. 31a7df0 cgroups: mechanism to process each task in a cgroup by Cliff Wickman · 16 years ago
  60. 4fca88c memory cgroup enhancements: add- pre_destroy() handler by KAMEZAWA Hiroyuki · 16 years ago
  61. 846c7bb Add cgroupstats by Balbir Singh · 17 years ago
  62. 81a6a5c Task Control Groups: automatic userspace notification of idle cgroups by Paul Menage · 17 years ago
  63. 817929e Task Control Groups: shared cgroup subsystem group arrays by Paul Menage · 17 years ago
  64. a424316 Task Control Groups: add procfs interface by Paul Menage · 17 years ago
  65. 697f416 Task Control Groups: add cgroup_clone() interface by Paul Menage · 17 years ago
  66. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  67. 355e0c4 Add cgroup write_uint() helper method by Paul Menage · 17 years ago
  68. bbcb81d Task Control Groups: add tasks file interface by Paul Menage · 17 years ago
  69. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 17 years ago