1. 645fcc9 cpuset: don't allocate trial cpuset on stack by Li Zefan · 15 years ago
  2. 2341d1b cpuset: convert cpuset_attach() to use cpumask_var_t by Li Zefan · 15 years ago
  3. 5771f0a cpuset: remove on stack cpumask_t in cpuset_can_attach() by Li Zefan · 15 years ago
  4. 5a7625d cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist() by Li Zefan · 15 years ago
  5. f5813d9 cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into top cpuset by Miao Xie · 15 years ago
  6. 1333771 cpuset: rcu_read_lock() to protect task_cs() by Lai Jiangshan · 15 years ago
  7. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 15 years ago
  8. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  9. 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 16 years ago
  10. f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 16 years ago
  11. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 16 years ago
  12. 30e8e13 cpuset: use seq_*mask_* to print masks by Lai Jiangshan · 16 years ago
  13. 40b6a76 cpuset.c: remove extra variable by Rakib Mullick · 16 years ago
  14. d294eb8 cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const by Frederic Weisbecker · 16 years ago
  15. 4e74339 cpuset: avoid changing cpuset's cpus when -errno returned by Li Zefan · 16 years ago
  16. cf41714 sched, cpuset: rework sched domains and CPU hotplug handling (v4) by Max Krasnyansky · 16 years ago
  17. aeed682 cpuset: clean up cpuset hierarchy traversal code by Li Zefan · 16 years ago
  18. 93a6557 cpuset: fix wrong calculation of relax domain level by Li Zefan · 16 years ago
  19. f539369 cpuset: speed up sched domain partition by Lai Jiangshan · 16 years ago
  20. 8d1e626 cpuset: a bit cleanup for scan_for_empty_cpusets() by Li Zefan · 16 years ago
  21. da5ef6b cpuset: two minor code-cleanups by Lai Jiangshan · 16 years ago
  22. 0241248 cpuset: code-cleanup for started_after by Lai Jiangshan · 16 years ago
  23. 489a539 cpuset: don't pass empty cpumasks to partition_sched_domains() by Lai Jiangshan · 16 years ago
  24. c372e81 cpuset: avoid unnecessary sched domains rebuilding by Li Zefan · 16 years ago
  25. f9b4fb8 cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online by Miao Xie · 16 years ago
  26. 0b2f630 cpusets: restructure the function update_cpumask() and update_nodemask() by Miao Xie · 16 years ago
  27. e371239 cgroup files: remove cpuset_common_file_write() by Paul Menage · 16 years ago
  28. 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
  29. 91cd4d6 cpusets: fix wrong domain attr updates by Miao Xie · 16 years ago
  30. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  31. 873a6ed Merge commit 'v2.6.26' into sched/devel by Ingo Molnar · 16 years ago
  32. 3e84050 cpusets, hotplug, scheduler: fix scheduler domain breakage by Dmitry Adamushko · 16 years ago
  33. 1de8644 Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  34. 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
  35. 30e0e17 cpuset: limit the input of cpuset.sched_relax_domain_level by Li Zefan · 16 years ago
  36. f18f982 sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 16 years ago
  37. f9e8e07 Merge branch 'linus' into sched-devel by Ingo Molnar · 16 years ago
  38. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 16 years ago
  39. 3734074 cpusets: fix bug when adding nonexistent cpu or mem by Lai Jiangshan · 16 years ago
  40. 5c8e1ed sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 16 years ago
  41. 5be7a47 Fix cpuset sched_relax_domain_level control file by Paul Menage · 16 years ago
  42. 7860836 Cpuset hardwall flag: add a mem_hardwall flag to cpusets by Paul Menage · 16 years ago
  43. addf2c7 Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API by Paul Menage · 16 years ago
  44. 9e0c914 kernel/cpuset.c: make 3 functions static by Adrian Bunk · 16 years ago
  45. 700fe1a CGroup API files: update cpusets to use cgroup structured file API by Paul Menage · 16 years ago
  46. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  47. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  48. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  49. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  50. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 16 years ago
  51. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  52. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 16 years ago
  53. 41f7f60 cpusets: fix obsolete comment by David Rientjes · 16 years ago
  54. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  55. b450129 hotplug cpu move tasks in empty cpusets - refinements by Paul Jackson · 16 years ago
  56. c8d9c90 hotplug cpu: move tasks in empty cpusets to parent various other fixes by Paul Jackson · 16 years ago
  57. 2df167a cgroups: update comments in cpuset.c by Paul Menage · 16 years ago
  58. 58f4790 cpusets: update_cpumask revision by Cliff Wickman · 16 years ago
  59. 956db3c hotplug cpu: move tasks in empty cpusets to parent by Cliff Wickman · 16 years ago
  60. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 16 years ago
  61. 470fd64 hotplug cpu: migrate a task within its cpuset by Cliff Wickman · 17 years ago
  62. 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
  63. 020958b cpusets: decrustify cpuset mask update code by Paul Jackson · 17 years ago
  64. 029190c cpuset sched_load_balance flag by Paul Jackson · 17 years ago
  65. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  66. 55a230a cpuset: zero malloc - revert the old cpuset fix by Paul Jackson · 17 years ago
  67. dedf8b7 whitespace fixes: cpuset by Daniel Walker · 17 years ago
  68. bbe373f oom: compare cpuset mems_allowed instead of exclusive ancestors by David Rientjes · 17 years ago
  69. 607717a cpuset: remove sched domain hooks from cpusets by Paul Jackson · 17 years ago
  70. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  71. 0e1e7c7 Memoryless nodes: Use N_HIGH_MEMORY for cpusets by Christoph Lameter · 17 years ago
  72. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  73. 49c13b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  74. c2aef33 Reduce cpuset.c write_lock_irq() to read_lock() by Paul Menage · 17 years ago
  75. ac07675 HOTPLUG: Adapt cpuset hotplug callback to CPU_DYING by Avi Kivity · 17 years ago
  76. 3e903e7 cpuset: zero malloc - fix for old cpusets by Paul Jackson · 17 years ago
  77. 85badbd use simple_read_from_buffer in kernel/ by Akinobu Mita · 17 years ago
  78. 6f7f02e cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpuset by David Rientjes · 17 years ago
  79. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  80. dd9037a Fix race between attach_task and cpuset_exit by Srivatsa Vaddagiri · 17 years ago
  81. c596d9f cpusets: allow TIF_MEMDIE threads to allocate anywhere by David Rientjes · 17 years ago
  82. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  83. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  84. 089e34b [PATCH] cpuset procfs warning fix by Andrew Morton · 17 years ago
  85. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
  86. a7a005f [PATCH] struct path: convert kernel by Josef Sipek · 18 years ago
  87. d3ed11c [PATCH] cpuset: allow a larger buffer for writes to cpuset files by Paul Menage · 18 years ago
  88. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  89. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  90. 6960406 [PATCH] cpuset: minor code refinements by Paul Jackson · 18 years ago
  91. 1af9892 [PATCH] cpuset ANSI prototype by Al Viro · 18 years ago
  92. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  93. 181b648 [PATCH] cpuset: fix obscure attach_task vs exiting race by Paul Jackson · 18 years ago
  94. b1aac8b [PATCH] cpuset: hotunplug cpus and mems in all cpusets by Paul Jackson · 18 years ago
  95. 38837fc [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_map by Paul Jackson · 18 years ago
  96. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  97. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  98. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  99. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  100. 0d673a5 [PATCH] cpuset: oom panic fix by Nick Piggin · 18 years ago