1. 5cf1cac cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callback by Tejun Heo · 8 years ago
  2. 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  3. b38e42e cgroup: convert cgroup_subsys flag fields to bool bitfields by Tejun Heo · 8 years ago
  4. a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 8 years ago
  5. e93ad19 cpuset: make mm migration asynchronous by Tejun Heo · 8 years ago
  6. 8075b54 Merge branch 'for-4.4-fixes' into for-4.5 by Tejun Heo · 9 years ago
  7. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  8. d2b4365 cpuset: Replace all instances of time_t with time64_t by Arnd Bergmann · 9 years ago
  9. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  10. da39da3 mm, oom: remove task_lock protecting comm printing by David Rientjes · 9 years ago
  11. 27bd4db cgroup: replace cgroup_has_tasks() with cgroup_is_populated() by Tejun Heo · 9 years ago
  12. 4530edd cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() by Tejun Heo · 9 years ago
  13. 3df9ca0 cpuset: migrate memory only for threadgroup leaders by Tejun Heo · 9 years ago
  14. 7dbdb19 cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE by Tejun Heo · 9 years ago
  15. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  16. 24ee3cf cpuset: use trialcs->mems_allowed as a temp variable by Alban Crequy · 9 years ago
  17. 6e276d2 kernel, cpuset: remove exception for __GFP_THISNODE by David Rientjes · 9 years ago
  18. 47b8ea7 cpusets, isolcpus: exclude isolcpus from load balancing in cpusets by Rik van Riel · 9 years ago
  19. 283cb41 cpuset: Fix cpuset sched_relax_domain_level by Jason Low · 9 years ago
  20. 79063bf cpuset: fix a warning when clearing configured masks in old hierarchy by Zefan Li · 9 years ago
  21. 790317e cpuset: initialize effective masks when clone_children is enabled by Zefan Li · 9 years ago
  22. e8e6d97 cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  23. 8f4ab07 kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init by Rasmus Villemoes · 9 years ago
  24. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  25. f82f804 sched/deadline: Ensure that updates to exclusive cpusets don't break AC by Juri Lelli · 10 years ago
  26. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
  27. cea7446 cpuset: lock vs unlock typo by Dan Carpenter · 10 years ago
  28. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  29. 8447a0f cpuset: convert callback_mutex to a spinlock by Vladimir Davydov · 10 years ago
  30. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  31. 2ad654b cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 10 years ago
  32. 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
  33. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  34. a138126 cpuset: fix the WARN_ON() in update_nodemasks_hier() by Li Zefan · 10 years ago
  35. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  36. afd1a8b cpuset: export effective masks to userspace by Li Zefan · 10 years ago
  37. 5d8ba82 cpuset: allow writing offlined masks to cpuset.cpus/mems by Li Zefan · 10 years ago
  38. be4c9dd cpuset: enable onlined cpu/node in effective masks by Li Zefan · 10 years ago
  39. 390a36a cpuset: refactor cpuset_hotplug_update_tasks() by Li Zefan · 10 years ago
  40. 7e88291 cpuset: make cs->{cpus, mems}_allowed as user-configured masks by Li Zefan · 10 years ago
  41. ae1c802 cpuset: apply cs->effective_{cpus,mems} by Li Zefan · 10 years ago
  42. 39bd0d1 cpuset: initialize top_cpuset's configured masks at mount by Li Zefan · 10 years ago
  43. 8b5f1c5 cpuset: use effective cpumask to build sched domains by Li Zefan · 10 years ago
  44. 554b0d1 cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty by Li Zefan · 10 years ago
  45. 734d451 cpuset: update cs->effective_{cpus, mems} when config changes by Li Zefan · 10 years ago
  46. 1344ab9 cpuset: update cpuset->effective_{cpus,mems} at hotplug by Li Zefan · 10 years ago
  47. e2b9a3d cpuset: add cs->effective_cpus and cs->effective_mems by Li Zefan · 10 years ago
  48. aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
  49. 76bb5ab cpuset: break kernfs active protection in cpuset_write_resmask() by Tejun Heo · 10 years ago
  50. 391acf9 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 10 years ago
  51. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  52. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  53. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  54. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  55. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  56. 12d3089 kernel/cpuset.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  57. fc34ac1 kernel/cpuset.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  58. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  59. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  60. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  61. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  62. b8dadcb cpuset: use rcu_read_lock() to protect task_cs() by Li Zefan · 10 years ago
  63. 99afb0f cpuset: fix a race condition in __cpuset_node_allowed_softwall() by Li Zefan · 10 years ago
  64. 4729583 cpuset: fix a locking issue in cpuset_migrate_mm() by Li Zefan · 10 years ago
  65. 57fce0a cpuset: don't use cgroup_taskset_cur_css() by Tejun Heo · 10 years ago
  66. 924f0d9 cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 10 years ago
  67. d66393e cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() by Tejun Heo · 10 years ago
  68. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 10 years ago
  69. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  70. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  71. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 11 years ago
  72. 51ffe41 cpuset: convert away from cftype->read() by Tejun Heo · 11 years ago
  73. 0fc0287 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 11 years ago
  74. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  75. 1c09b19 cpuset: fix a regression in validating config change by Li Zefan · 11 years ago
  76. ff58ac0 cpuset: remove an unncessary forward declaration by Li Zefan · 11 years ago
  77. a903f08 cpuset: fix the return value of cpuset_write_u64() by Li Zefan · 11 years ago
  78. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  79. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  80. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  81. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  82. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  83. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  84. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  85. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  86. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  87. c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
  88. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  89. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  90. 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
  91. 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
  92. 0b0585c Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  93. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  94. c9e5fe6 cpuset: rename @cont to @cgrp by Li Zefan · 11 years ago
  95. f047cec cpuset: fix to migrate mm correctly in a corner case by Li Zefan · 11 years ago
  96. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  97. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  98. 070b57f cpuset: introduce effective_{cpumask|nodemask}_cpuset() by Li Zefan · 11 years ago
  99. 33ad801 cpuset: record old_mems_allowed in struct cpuset by Li Zefan · 11 years ago
  100. 388afd8 cpuset: remove async hotplug propagation work by Li Zefan · 11 years ago