1. 60495e7 sched: Dynamic sched_domain::level by Peter Zijlstra · 13 years ago
  2. 523fb48 cpuset: hold callback_mutex in cpuset_post_clone() by Li Zefan · 13 years ago
  3. ee24d37 cpuset: fix unchecked calls to NODEMASK_ALLOC() by Li Zefan · 13 years ago
  4. c8163ca cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach() by Li Zefan · 13 years ago
  5. 9303e0c cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist() by Li Zefan · 13 years ago
  6. b75f38d cpuset: add a missing unlock in cpuset_write_resmask() by Li Zefan · 13 years ago
  7. f7e8357 convert cgroup and cpuset by Al Viro · 14 years ago
  8. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  9. 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
  10. 0b2e918 sched, cpuset: Drop __cpuexit from cpu hotplug callbacks by Tejun Heo · 14 years ago
  11. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  12. 732bee7 fix typos concerning "hierarchy" by Uwe Kleine-König · 14 years ago
  13. 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 14 years ago
  14. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  15. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  16. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  17. 9084bb8 sched: Make select_fallback_rq() cpuset friendly by Oleg Nesterov · 14 years ago
  18. 897f0b3 sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked code by Oleg Nesterov · 14 years ago
  19. 53feb29 cpuset: alloc nodemask_t on the heap rather than the stack by Miao Xie · 14 years ago
  20. 5ab116c cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node by Miao Xie · 14 years ago
  21. 6ad4c18 sched: Fix balance vs hotplug race by Peter Zijlstra · 15 years ago
  22. e1b8090 cpumask: Fix generate_sched_domains() for UP by Geert Uytterhoeven · 15 years ago
  23. acc3f5d cpumask: Partition_sched_domains takes array of cpumask_var_t by Rusty Russell · 15 years ago
  24. 0b9e31e Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  25. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  26. d01d482 sched: Always show Cpus_allowed field in /proc/<pid>/status by Heiko Carstens · 15 years ago
  27. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  28. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 15 years ago
  29. f3b39d4 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 15 years ago
  30. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  31. 6d7b2f5 cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets by David Rientjes · 15 years ago
  32. db7f47c cpusets: allow cpusets to be configured/built on non-SMP systems by Paul Menage · 15 years ago
  33. a1bc5a4 cpusets: replace zone allowed functions with node allowed by David Rientjes · 15 years ago
  34. 7f81b1a cpuset: remove struct cpuset_hotplug_scanner by Li Zefan · 15 years ago
  35. 010cfac cpuset: avoid changing cpuset's mems when errno returned by Li Zefan · 15 years ago
  36. 3b6766f cpuset: rewrite update_tasks_nodemask() by Li Zefan · 15 years ago
  37. 0b4217b cpuset: fix possible races in cpu/memory hotplug by Li Zefan · 15 years ago
  38. 099fca3 cgroups: show correct file mode by Li Zefan · 15 years ago
  39. f90d411 cpuset: fix possible deadlock in async_rebuild_sched_domains by Miao Xie · 15 years ago
  40. 45ce80f cgroups: consolidate cgroup documents by Li Zefan · 15 years ago
  41. 6af866a cpuset: remove remaining pointers to cpumask_t by Li Zefan · 15 years ago
  42. 300ed6c cpuset: convert cpuset->cpus_allowed to cpumask_var_t by Li Zefan · 15 years ago
  43. 645fcc9 cpuset: don't allocate trial cpuset on stack by Li Zefan · 15 years ago
  44. 2341d1b cpuset: convert cpuset_attach() to use cpumask_var_t by Li Zefan · 15 years ago
  45. 5771f0a cpuset: remove on stack cpumask_t in cpuset_can_attach() by Li Zefan · 15 years ago
  46. 5a7625d cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist() by Li Zefan · 15 years ago
  47. f5813d9 cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into top cpuset by Miao Xie · 15 years ago
  48. 1333771 cpuset: rcu_read_lock() to protect task_cs() by Lai Jiangshan · 15 years ago
  49. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 15 years ago
  50. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  51. 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 16 years ago
  52. f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 16 years ago
  53. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 16 years ago
  54. 30e8e13 cpuset: use seq_*mask_* to print masks by Lai Jiangshan · 16 years ago
  55. 40b6a76 cpuset.c: remove extra variable by Rakib Mullick · 16 years ago
  56. d294eb8 cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const by Frederic Weisbecker · 16 years ago
  57. 4e74339 cpuset: avoid changing cpuset's cpus when -errno returned by Li Zefan · 16 years ago
  58. cf41714 sched, cpuset: rework sched domains and CPU hotplug handling (v4) by Max Krasnyansky · 16 years ago
  59. aeed682 cpuset: clean up cpuset hierarchy traversal code by Li Zefan · 16 years ago
  60. 93a6557 cpuset: fix wrong calculation of relax domain level by Li Zefan · 16 years ago
  61. f539369 cpuset: speed up sched domain partition by Lai Jiangshan · 16 years ago
  62. 8d1e626 cpuset: a bit cleanup for scan_for_empty_cpusets() by Li Zefan · 16 years ago
  63. da5ef6b cpuset: two minor code-cleanups by Lai Jiangshan · 16 years ago
  64. 0241248 cpuset: code-cleanup for started_after by Lai Jiangshan · 16 years ago
  65. 489a539 cpuset: don't pass empty cpumasks to partition_sched_domains() by Lai Jiangshan · 16 years ago
  66. c372e81 cpuset: avoid unnecessary sched domains rebuilding by Li Zefan · 16 years ago
  67. f9b4fb8 cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online by Miao Xie · 16 years ago
  68. 0b2f630 cpusets: restructure the function update_cpumask() and update_nodemask() by Miao Xie · 16 years ago
  69. e371239 cgroup files: remove cpuset_common_file_write() by Paul Menage · 16 years ago
  70. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 91cd4d6 cpusets: fix wrong domain attr updates by Miao Xie · 16 years ago
  72. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  73. 873a6ed Merge commit 'v2.6.26' into sched/devel by Ingo Molnar · 16 years ago
  74. 3e84050 cpusets, hotplug, scheduler: fix scheduler domain breakage by Dmitry Adamushko · 16 years ago
  75. 1de8644 Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  76. 1f1e2ce Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  77. 30e0e17 cpuset: limit the input of cpuset.sched_relax_domain_level by Li Zefan · 16 years ago
  78. f18f982 sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 16 years ago
  79. f9e8e07 Merge branch 'linus' into sched-devel by Ingo Molnar · 16 years ago
  80. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 16 years ago
  81. 3734074 cpusets: fix bug when adding nonexistent cpu or mem by Lai Jiangshan · 16 years ago
  82. 5c8e1ed sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 16 years ago
  83. 5be7a47 Fix cpuset sched_relax_domain_level control file by Paul Menage · 16 years ago
  84. 7860836 Cpuset hardwall flag: add a mem_hardwall flag to cpusets by Paul Menage · 16 years ago
  85. addf2c7 Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API by Paul Menage · 16 years ago
  86. 9e0c914 kernel/cpuset.c: make 3 functions static by Adrian Bunk · 16 years ago
  87. 700fe1a CGroup API files: update cpusets to use cgroup structured file API by Paul Menage · 16 years ago
  88. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  89. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  90. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  91. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  92. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 16 years ago
  93. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  94. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 16 years ago
  95. 41f7f60 cpusets: fix obsolete comment by David Rientjes · 16 years ago
  96. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  97. b450129 hotplug cpu move tasks in empty cpusets - refinements by Paul Jackson · 16 years ago
  98. c8d9c90 hotplug cpu: move tasks in empty cpusets to parent various other fixes by Paul Jackson · 16 years ago
  99. 2df167a cgroups: update comments in cpuset.c by Paul Menage · 16 years ago
  100. 58f4790 cpusets: update_cpumask revision by Cliff Wickman · 16 years ago