1. 51ffe41 cpuset: convert away from cftype->read() by Tejun Heo · 11 years ago
  2. 0fc0287 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 11 years ago
  3. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  4. 1c09b19 cpuset: fix a regression in validating config change by Li Zefan · 11 years ago
  5. ff58ac0 cpuset: remove an unncessary forward declaration by Li Zefan · 11 years ago
  6. a903f08 cpuset: fix the return value of cpuset_write_u64() by Li Zefan · 11 years ago
  7. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  8. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  9. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  10. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  11. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  12. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  13. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  14. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  15. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  16. c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
  17. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  18. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  19. 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
  20. 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
  21. 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
  22. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  23. c9e5fe6 cpuset: rename @cont to @cgrp by Li Zefan · 11 years ago
  24. f047cec cpuset: fix to migrate mm correctly in a corner case by Li Zefan · 11 years ago
  25. 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 11 years ago
  26. 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 11 years ago
  27. 070b57f cpuset: introduce effective_{cpumask|nodemask}_cpuset() by Li Zefan · 11 years ago
  28. 33ad801 cpuset: record old_mems_allowed in struct cpuset by Li Zefan · 11 years ago
  29. 388afd8 cpuset: remove async hotplug propagation work by Li Zefan · 11 years ago
  30. e44193d cpuset: let hotplug propagation work wait for task attaching by Li Zefan · 11 years ago
  31. a73456f cpuset: re-structure update_cpumask() a bit by Li Zefan · 11 years ago
  32. 249cc86 cpuset: remove cpuset_test_cpumask() by Li Zefan · 11 years ago
  33. 67bd2c5 cpuset: remove unnecessary variable in cpuset_attach() by Li Zefan · 11 years ago
  34. 40df2de cpuset: cleanup guarantee_online_{cpus|mems}() by Li Zefan · 11 years ago
  35. 06d6b3c cpuset: remove redundant check in cpuset_cpus_allowed_fallback() by Li Zefan · 11 years ago
  36. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  37. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  38. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  39. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  40. d8f10cb kernel/cpuset.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  41. 2a0010a cpuset: fix compile warning when CONFIG_SMP=n by Li Zefan · 11 years ago
  42. 5b16c2a cpuset: fix cpu hotplug vs rebuild_sched_domains() race by Li Zefan · 11 years ago
  43. e0e80a0 cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn() by Li Zhong · 11 years ago
  44. 8cc9934 cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks() by Tejun Heo · 11 years ago
  45. 081aa45 cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() by Li Zefan · 11 years ago
  46. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 11 years ago
  47. cfb5966 cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed() by Li Zefan · 11 years ago
  48. f440d98 cpuset: use cgroup_name() in cpuset_print_task_mems_allowed() by Li Zefan · 11 years ago
  49. 9ae46e6 Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  50. 63f43f5 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race by Li Zefan · 11 years ago
  51. d127027 cpuset: drop spurious retval assignment in proc_cpuset_show() by Li Zefan · 11 years ago
  52. 27e89ae cpuset: fix RCU lockdep splat by Li Zefan · 11 years ago
  53. c431069 cpuset: remove cpuset->parent by Tejun Heo · 11 years ago
  54. fc560a2 cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre() by Tejun Heo · 11 years ago
  55. 5d21cc2 cpuset: replace cgroup_mutex locking with cpuset internal locking by Tejun Heo · 11 years ago
  56. 02bb586 cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty by Tejun Heo · 11 years ago
  57. 452477f cpuset: pin down cpus and mems while a task is being attached by Tejun Heo · 11 years ago
  58. 8d03394 cpuset: make CPU / memory hotplug propagation asynchronous by Tejun Heo · 11 years ago
  59. 699140b cpuset: drop async_rebuild_sched_domains() by Tejun Heo · 11 years ago
  60. 3a5a6d0 cpuset: don't nest cgroup_mutex inside get_online_cpus() by Tejun Heo · 11 years ago
  61. deb7aa3 cpuset: reorganize CPU / memory hotplug handling by Tejun Heo · 11 years ago
  62. 4e4c9a1 cpuset: cleanup cpuset[_can]_attach() by Tejun Heo · 11 years ago
  63. ae8086c cpuset: introduce cpuset_for_each_child() by Tejun Heo · 11 years ago
  64. efeb77b cpuset: introduce CS_ONLINE by Tejun Heo · 11 years ago
  65. c8f699b cpuset: introduce ->css_on/offline() by Tejun Heo · 11 years ago
  66. 0772324 cpuset: remove fast exit path from remove_tasks_in_empty_cpuset() by Tejun Heo · 11 years ago
  67. 01c889c cpuset: remove unused cpuset_unlock() by Tejun Heo · 11 years ago
  68. 38d7bee cpuset: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  69. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 12 years ago
  70. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  71. a1cd2b1 cpusets: Remove/update outdated comments by Srivatsa S. Bhat · 12 years ago
  72. 7ddf96b cpusets, hotplug: Restructure functions that are invoked during hotplug by Srivatsa S. Bhat · 12 years ago
  73. 80d1fa6 cpusets, hotplug: Implement cpuset tree traversal in a helper function by Srivatsa S. Bhat · 12 years ago
  74. d35be8b CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume by Srivatsa S. Bhat · 12 years ago
  75. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  76. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  77. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 12 years ago
  78. 7fda041 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. 5f054e3 documentation: remove references to cpu_*_map. by Rusty Russell · 12 years ago
  80. 160594e cpusets: Remove an unused variable by Dan Carpenter · 12 years ago
  81. 2baab4e sched: Fix select_fallback_rq() vs cpu_active/cpu_online by Peter Zijlstra · 12 years ago
  82. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  83. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  84. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  85. b246272 cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask by David Rientjes · 12 years ago
  86. 94196f5 cgroup, cpuset: don't use ss->pre_attach() by Tejun Heo · 13 years ago
  87. bb9d97b cgroup: don't use subsys->can_attach_task() or ->attach_task() by Tejun Heo · 13 years ago
  88. 2f7ee56 cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach() by Tejun Heo · 13 years ago
  89. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  90. 89e8a24 cpusets: avoid looping when storing to mems_allowed if one node remains set by David Rientjes · 13 years ago
  91. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  92. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  93. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  94. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 13 years ago
  95. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 13 years ago
  96. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  97. 60495e7 sched: Dynamic sched_domain::level by Peter Zijlstra · 13 years ago
  98. 523fb48 cpuset: hold callback_mutex in cpuset_post_clone() by Li Zefan · 13 years ago
  99. ee24d37 cpuset: fix unchecked calls to NODEMASK_ALLOC() by Li Zefan · 13 years ago
  100. c8163ca cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach() by Li Zefan · 13 years ago