1. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  2. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  3. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 15 years ago
  4. f3b39d4 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 15 years ago
  5. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  6. 6d7b2f5 cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets by David Rientjes · 15 years ago
  7. db7f47c cpusets: allow cpusets to be configured/built on non-SMP systems by Paul Menage · 15 years ago
  8. a1bc5a4 cpusets: replace zone allowed functions with node allowed by David Rientjes · 15 years ago
  9. 7f81b1a cpuset: remove struct cpuset_hotplug_scanner by Li Zefan · 15 years ago
  10. 010cfac cpuset: avoid changing cpuset's mems when errno returned by Li Zefan · 15 years ago
  11. 3b6766f cpuset: rewrite update_tasks_nodemask() by Li Zefan · 15 years ago
  12. 0b4217b cpuset: fix possible races in cpu/memory hotplug by Li Zefan · 15 years ago
  13. 099fca3 cgroups: show correct file mode by Li Zefan · 15 years ago
  14. f90d411 cpuset: fix possible deadlock in async_rebuild_sched_domains by Miao Xie · 15 years ago
  15. 45ce80f cgroups: consolidate cgroup documents by Li Zefan · 15 years ago
  16. 6af866a cpuset: remove remaining pointers to cpumask_t by Li Zefan · 15 years ago
  17. 300ed6c cpuset: convert cpuset->cpus_allowed to cpumask_var_t by Li Zefan · 15 years ago
  18. 645fcc9 cpuset: don't allocate trial cpuset on stack by Li Zefan · 15 years ago
  19. 2341d1b cpuset: convert cpuset_attach() to use cpumask_var_t by Li Zefan · 15 years ago
  20. 5771f0a cpuset: remove on stack cpumask_t in cpuset_can_attach() by Li Zefan · 15 years ago
  21. 5a7625d cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist() by Li Zefan · 15 years ago
  22. f5813d9 cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into top cpuset by Miao Xie · 15 years ago
  23. 1333771 cpuset: rcu_read_lock() to protect task_cs() by Lai Jiangshan · 15 years ago
  24. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 15 years ago
  25. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 15 years ago
  26. 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 16 years ago
  27. f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 16 years ago
  28. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 16 years ago
  29. 30e8e13 cpuset: use seq_*mask_* to print masks by Lai Jiangshan · 16 years ago
  30. 40b6a76 cpuset.c: remove extra variable by Rakib Mullick · 16 years ago
  31. d294eb8 cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const by Frederic Weisbecker · 16 years ago
  32. 4e74339 cpuset: avoid changing cpuset's cpus when -errno returned by Li Zefan · 16 years ago
  33. cf41714 sched, cpuset: rework sched domains and CPU hotplug handling (v4) by Max Krasnyansky · 16 years ago
  34. aeed682 cpuset: clean up cpuset hierarchy traversal code by Li Zefan · 16 years ago
  35. 93a6557 cpuset: fix wrong calculation of relax domain level by Li Zefan · 16 years ago
  36. f539369 cpuset: speed up sched domain partition by Lai Jiangshan · 16 years ago
  37. 8d1e626 cpuset: a bit cleanup for scan_for_empty_cpusets() by Li Zefan · 16 years ago
  38. da5ef6b cpuset: two minor code-cleanups by Lai Jiangshan · 16 years ago
  39. 0241248 cpuset: code-cleanup for started_after by Lai Jiangshan · 16 years ago
  40. 489a539 cpuset: don't pass empty cpumasks to partition_sched_domains() by Lai Jiangshan · 16 years ago
  41. c372e81 cpuset: avoid unnecessary sched domains rebuilding by Li Zefan · 16 years ago
  42. f9b4fb8 cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online by Miao Xie · 16 years ago
  43. 0b2f630 cpusets: restructure the function update_cpumask() and update_nodemask() by Miao Xie · 16 years ago
  44. e371239 cgroup files: remove cpuset_common_file_write() by Paul Menage · 16 years ago
  45. 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
  46. 91cd4d6 cpusets: fix wrong domain attr updates by Miao Xie · 16 years ago
  47. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  48. 873a6ed Merge commit 'v2.6.26' into sched/devel by Ingo Molnar · 16 years ago
  49. 3e84050 cpusets, hotplug, scheduler: fix scheduler domain breakage by Dmitry Adamushko · 16 years ago
  50. 1de8644 Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  51. 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
  52. 30e0e17 cpuset: limit the input of cpuset.sched_relax_domain_level by Li Zefan · 16 years ago
  53. f18f982 sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 16 years ago
  54. f9e8e07 Merge branch 'linus' into sched-devel by Ingo Molnar · 16 years ago
  55. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 16 years ago
  56. 3734074 cpusets: fix bug when adding nonexistent cpu or mem by Lai Jiangshan · 16 years ago
  57. 5c8e1ed sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 16 years ago
  58. 5be7a47 Fix cpuset sched_relax_domain_level control file by Paul Menage · 16 years ago
  59. 7860836 Cpuset hardwall flag: add a mem_hardwall flag to cpusets by Paul Menage · 16 years ago
  60. addf2c7 Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API by Paul Menage · 16 years ago
  61. 9e0c914 kernel/cpuset.c: make 3 functions static by Adrian Bunk · 16 years ago
  62. 700fe1a CGroup API files: update cpusets to use cgroup structured file API by Paul Menage · 16 years ago
  63. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  64. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  65. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  66. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  67. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 16 years ago
  68. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  69. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 16 years ago
  70. 41f7f60 cpusets: fix obsolete comment by David Rientjes · 16 years ago
  71. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  72. b450129 hotplug cpu move tasks in empty cpusets - refinements by Paul Jackson · 16 years ago
  73. c8d9c90 hotplug cpu: move tasks in empty cpusets to parent various other fixes by Paul Jackson · 16 years ago
  74. 2df167a cgroups: update comments in cpuset.c by Paul Menage · 16 years ago
  75. 58f4790 cpusets: update_cpumask revision by Cliff Wickman · 16 years ago
  76. 956db3c hotplug cpu: move tasks in empty cpusets to parent by Cliff Wickman · 16 years ago
  77. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 16 years ago
  78. 470fd64 hotplug cpu: migrate a task within its cpuset by Cliff Wickman · 17 years ago
  79. 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
  80. 020958b cpusets: decrustify cpuset mask update code by Paul Jackson · 17 years ago
  81. 029190c cpuset sched_load_balance flag by Paul Jackson · 17 years ago
  82. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  83. 55a230a cpuset: zero malloc - revert the old cpuset fix by Paul Jackson · 17 years ago
  84. dedf8b7 whitespace fixes: cpuset by Daniel Walker · 17 years ago
  85. bbe373f oom: compare cpuset mems_allowed instead of exclusive ancestors by David Rientjes · 17 years ago
  86. 607717a cpuset: remove sched domain hooks from cpusets by Paul Jackson · 17 years ago
  87. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  88. 0e1e7c7 Memoryless nodes: Use N_HIGH_MEMORY for cpusets by Christoph Lameter · 17 years ago
  89. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  90. 49c13b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  91. c2aef33 Reduce cpuset.c write_lock_irq() to read_lock() by Paul Menage · 17 years ago
  92. ac07675 HOTPLUG: Adapt cpuset hotplug callback to CPU_DYING by Avi Kivity · 17 years ago
  93. 3e903e7 cpuset: zero malloc - fix for old cpusets by Paul Jackson · 17 years ago
  94. 85badbd use simple_read_from_buffer in kernel/ by Akinobu Mita · 17 years ago
  95. 6f7f02e cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpuset by David Rientjes · 17 years ago
  96. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  97. dd9037a Fix race between attach_task and cpuset_exit by Srivatsa Vaddagiri · 17 years ago
  98. c596d9f cpusets: allow TIF_MEMDIE threads to allocate anywhere by David Rientjes · 17 years ago
  99. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  100. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago