1. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  2. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  3. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  4. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  5. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  6. 12d3089 kernel/cpuset.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  7. fc34ac1 kernel/cpuset.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  8. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  9. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 11 years ago
  10. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  11. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 11 years ago
  12. b8dadcb cpuset: use rcu_read_lock() to protect task_cs() by Li Zefan · 11 years ago
  13. 99afb0f cpuset: fix a race condition in __cpuset_node_allowed_softwall() by Li Zefan · 11 years ago
  14. 4729583 cpuset: fix a locking issue in cpuset_migrate_mm() by Li Zefan · 11 years ago
  15. 57fce0a cpuset: don't use cgroup_taskset_cur_css() by Tejun Heo · 11 years ago
  16. 924f0d9 cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 11 years ago
  17. d66393e cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() by Tejun Heo · 11 years ago
  18. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 11 years ago
  19. e61734c cgroup: remove cgroup->name by Tejun Heo · 11 years ago
  20. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 11 years ago
  21. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 11 years ago
  22. 51ffe41 cpuset: convert away from cftype->read() by Tejun Heo · 11 years ago
  23. 0fc0287 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 11 years ago
  24. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  25. 1c09b19 cpuset: fix a regression in validating config change by Li Zefan · 11 years ago
  26. ff58ac0 cpuset: remove an unncessary forward declaration by Li Zefan · 11 years ago
  27. a903f08 cpuset: fix the return value of cpuset_write_u64() by Li Zefan · 11 years ago
  28. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  29. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  30. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  31. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  32. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  33. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  34. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  35. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  36. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  37. c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
  38. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  39. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  40. 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
  41. 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
  42. 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
  43. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  44. c9e5fe6 cpuset: rename @cont to @cgrp by Li Zefan · 11 years ago
  45. f047cec cpuset: fix to migrate mm correctly in a corner case by Li Zefan · 11 years ago
  46. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  47. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  48. 070b57f cpuset: introduce effective_{cpumask|nodemask}_cpuset() by Li Zefan · 11 years ago
  49. 33ad801 cpuset: record old_mems_allowed in struct cpuset by Li Zefan · 11 years ago
  50. 388afd8 cpuset: remove async hotplug propagation work by Li Zefan · 11 years ago
  51. e44193d cpuset: let hotplug propagation work wait for task attaching by Li Zefan · 11 years ago
  52. a73456f cpuset: re-structure update_cpumask() a bit by Li Zefan · 11 years ago
  53. 249cc86 cpuset: remove cpuset_test_cpumask() by Li Zefan · 11 years ago
  54. 67bd2c5 cpuset: remove unnecessary variable in cpuset_attach() by Li Zefan · 11 years ago
  55. 40df2de cpuset: cleanup guarantee_online_{cpus|mems}() by Li Zefan · 11 years ago
  56. 06d6b3c cpuset: remove redundant check in cpuset_cpus_allowed_fallback() by Li Zefan · 11 years ago
  57. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  58. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  59. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  60. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  61. d8f10cb kernel/cpuset.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  62. 2a0010a cpuset: fix compile warning when CONFIG_SMP=n by Li Zefan · 11 years ago
  63. 5b16c2a cpuset: fix cpu hotplug vs rebuild_sched_domains() race by Li Zefan · 11 years ago
  64. e0e80a0 cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn() by Li Zhong · 11 years ago
  65. 8cc9934 cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks() by Tejun Heo · 11 years ago
  66. 081aa45 cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() by Li Zefan · 12 years ago
  67. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 12 years ago
  68. cfb5966 cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed() by Li Zefan · 12 years ago
  69. f440d98 cpuset: use cgroup_name() in cpuset_print_task_mems_allowed() by Li Zefan · 12 years ago
  70. 9ae46e6 Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  71. 63f43f5 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race by Li Zefan · 12 years ago
  72. d127027 cpuset: drop spurious retval assignment in proc_cpuset_show() by Li Zefan · 12 years ago
  73. 27e89ae cpuset: fix RCU lockdep splat by Li Zefan · 12 years ago
  74. c431069 cpuset: remove cpuset->parent by Tejun Heo · 12 years ago
  75. fc560a2 cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre() by Tejun Heo · 12 years ago
  76. 5d21cc2 cpuset: replace cgroup_mutex locking with cpuset internal locking by Tejun Heo · 12 years ago
  77. 02bb586 cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty by Tejun Heo · 12 years ago
  78. 452477f cpuset: pin down cpus and mems while a task is being attached by Tejun Heo · 12 years ago
  79. 8d03394 cpuset: make CPU / memory hotplug propagation asynchronous by Tejun Heo · 12 years ago
  80. 699140b cpuset: drop async_rebuild_sched_domains() by Tejun Heo · 12 years ago
  81. 3a5a6d0 cpuset: don't nest cgroup_mutex inside get_online_cpus() by Tejun Heo · 12 years ago
  82. deb7aa3 cpuset: reorganize CPU / memory hotplug handling by Tejun Heo · 12 years ago
  83. 4e4c9a1 cpuset: cleanup cpuset[_can]_attach() by Tejun Heo · 12 years ago
  84. ae8086c cpuset: introduce cpuset_for_each_child() by Tejun Heo · 12 years ago
  85. efeb77b cpuset: introduce CS_ONLINE by Tejun Heo · 12 years ago
  86. c8f699b cpuset: introduce ->css_on/offline() by Tejun Heo · 12 years ago
  87. 0772324 cpuset: remove fast exit path from remove_tasks_in_empty_cpuset() by Tejun Heo · 12 years ago
  88. 01c889c cpuset: remove unused cpuset_unlock() by Tejun Heo · 12 years ago
  89. 38d7bee cpuset: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  90. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 12 years ago
  91. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  92. a1cd2b1 cpusets: Remove/update outdated comments by Srivatsa S. Bhat · 12 years ago
  93. 7ddf96b cpusets, hotplug: Restructure functions that are invoked during hotplug by Srivatsa S. Bhat · 12 years ago
  94. 80d1fa6 cpusets, hotplug: Implement cpuset tree traversal in a helper function by Srivatsa S. Bhat · 12 years ago
  95. d35be8b CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume by Srivatsa S. Bhat · 12 years ago
  96. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  97. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  98. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 13 years ago
  99. 7fda041 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  100. 5f054e3 documentation: remove references to cpu_*_map. by Rusty Russell · 13 years ago