1. 40df2de cpuset: cleanup guarantee_online_{cpus|mems}() by Li Zefan · 11 years ago
  2. 06d6b3c cpuset: remove redundant check in cpuset_cpus_allowed_fallback() by Li Zefan · 11 years ago
  3. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  5. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  6. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  7. d8f10cb kernel/cpuset.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  8. 2a0010a cpuset: fix compile warning when CONFIG_SMP=n by Li Zefan · 11 years ago
  9. 5b16c2a cpuset: fix cpu hotplug vs rebuild_sched_domains() race by Li Zefan · 11 years ago
  10. e0e80a0 cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn() by Li Zhong · 11 years ago
  11. 8cc9934 cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks() by Tejun Heo · 11 years ago
  12. 081aa45 cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() by Li Zefan · 11 years ago
  13. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 11 years ago
  14. cfb5966 cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed() by Li Zefan · 11 years ago
  15. f440d98 cpuset: use cgroup_name() in cpuset_print_task_mems_allowed() by Li Zefan · 11 years ago
  16. 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
  17. 63f43f5 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race by Li Zefan · 11 years ago
  18. d127027 cpuset: drop spurious retval assignment in proc_cpuset_show() by Li Zefan · 11 years ago
  19. 27e89ae cpuset: fix RCU lockdep splat by Li Zefan · 11 years ago
  20. c431069 cpuset: remove cpuset->parent by Tejun Heo · 11 years ago
  21. fc560a2 cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre() by Tejun Heo · 11 years ago
  22. 5d21cc2 cpuset: replace cgroup_mutex locking with cpuset internal locking by Tejun Heo · 11 years ago
  23. 02bb586 cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty by Tejun Heo · 11 years ago
  24. 452477f cpuset: pin down cpus and mems while a task is being attached by Tejun Heo · 11 years ago
  25. 8d03394 cpuset: make CPU / memory hotplug propagation asynchronous by Tejun Heo · 11 years ago
  26. 699140b cpuset: drop async_rebuild_sched_domains() by Tejun Heo · 11 years ago
  27. 3a5a6d0 cpuset: don't nest cgroup_mutex inside get_online_cpus() by Tejun Heo · 11 years ago
  28. deb7aa3 cpuset: reorganize CPU / memory hotplug handling by Tejun Heo · 11 years ago
  29. 4e4c9a1 cpuset: cleanup cpuset[_can]_attach() by Tejun Heo · 11 years ago
  30. ae8086c cpuset: introduce cpuset_for_each_child() by Tejun Heo · 11 years ago
  31. efeb77b cpuset: introduce CS_ONLINE by Tejun Heo · 11 years ago
  32. c8f699b cpuset: introduce ->css_on/offline() by Tejun Heo · 11 years ago
  33. 0772324 cpuset: remove fast exit path from remove_tasks_in_empty_cpuset() by Tejun Heo · 11 years ago
  34. 01c889c cpuset: remove unused cpuset_unlock() by Tejun Heo · 11 years ago
  35. 38d7bee cpuset: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  36. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 12 years ago
  37. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  38. a1cd2b1 cpusets: Remove/update outdated comments by Srivatsa S. Bhat · 12 years ago
  39. 7ddf96b cpusets, hotplug: Restructure functions that are invoked during hotplug by Srivatsa S. Bhat · 12 years ago
  40. 80d1fa6 cpusets, hotplug: Implement cpuset tree traversal in a helper function by Srivatsa S. Bhat · 12 years ago
  41. d35be8b CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume by Srivatsa S. Bhat · 12 years ago
  42. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  43. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  44. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 12 years ago
  45. 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
  46. 5f054e3 documentation: remove references to cpu_*_map. by Rusty Russell · 12 years ago
  47. 160594e cpusets: Remove an unused variable by Dan Carpenter · 12 years ago
  48. 2baab4e sched: Fix select_fallback_rq() vs cpu_active/cpu_online by Peter Zijlstra · 12 years ago
  49. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  50. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  51. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  52. b246272 cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask by David Rientjes · 12 years ago
  53. 94196f5 cgroup, cpuset: don't use ss->pre_attach() by Tejun Heo · 12 years ago
  54. bb9d97b cgroup: don't use subsys->can_attach_task() or ->attach_task() by Tejun Heo · 12 years ago
  55. 2f7ee56 cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach() by Tejun Heo · 12 years ago
  56. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  57. 89e8a24 cpusets: avoid looping when storing to mems_allowed if one node remains set by David Rientjes · 13 years ago
  58. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  59. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  60. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  61. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 13 years ago
  62. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 13 years ago
  63. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  64. 60495e7 sched: Dynamic sched_domain::level by Peter Zijlstra · 13 years ago
  65. 523fb48 cpuset: hold callback_mutex in cpuset_post_clone() by Li Zefan · 13 years ago
  66. ee24d37 cpuset: fix unchecked calls to NODEMASK_ALLOC() by Li Zefan · 13 years ago
  67. c8163ca cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach() by Li Zefan · 13 years ago
  68. 9303e0c cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist() by Li Zefan · 13 years ago
  69. b75f38d cpuset: add a missing unlock in cpuset_write_resmask() by Li Zefan · 13 years ago
  70. f7e8357 convert cgroup and cpuset by Al Viro · 14 years ago
  71. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  72. c4efd6b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 0b2e918 sched, cpuset: Drop __cpuexit from cpu hotplug callbacks by Tejun Heo · 14 years ago
  74. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  75. 732bee7 fix typos concerning "hierarchy" by Uwe Kleine-König · 14 years ago
  76. 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 14 years ago
  77. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  78. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  79. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  80. 9084bb8 sched: Make select_fallback_rq() cpuset friendly by Oleg Nesterov · 14 years ago
  81. 897f0b3 sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked code by Oleg Nesterov · 14 years ago
  82. 53feb29 cpuset: alloc nodemask_t on the heap rather than the stack by Miao Xie · 14 years ago
  83. 5ab116c cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node by Miao Xie · 14 years ago
  84. 6ad4c18 sched: Fix balance vs hotplug race by Peter Zijlstra · 15 years ago
  85. e1b8090 cpumask: Fix generate_sched_domains() for UP by Geert Uytterhoeven · 14 years ago
  86. acc3f5d cpumask: Partition_sched_domains takes array of cpumask_var_t by Rusty Russell · 15 years ago
  87. 0b9e31e Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  88. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  89. d01d482 sched: Always show Cpus_allowed field in /proc/<pid>/status by Heiko Carstens · 15 years ago
  90. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  91. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 15 years ago
  92. f3b39d4 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 15 years ago
  93. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  94. 6d7b2f5 cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets by David Rientjes · 15 years ago
  95. db7f47c cpusets: allow cpusets to be configured/built on non-SMP systems by Paul Menage · 15 years ago
  96. a1bc5a4 cpusets: replace zone allowed functions with node allowed by David Rientjes · 15 years ago
  97. 7f81b1a cpuset: remove struct cpuset_hotplug_scanner by Li Zefan · 15 years ago
  98. 010cfac cpuset: avoid changing cpuset's mems when errno returned by Li Zefan · 15 years ago
  99. 3b6766f cpuset: rewrite update_tasks_nodemask() by Li Zefan · 15 years ago
  100. 0b4217b cpuset: fix possible races in cpu/memory hotplug by Li Zefan · 15 years ago