1. 6888c1e kernel/sched.c: remove bogus comment from account_user_time by Michael Neuling · 17 years ago
  2. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  3. 68318b8 Hook up group scheduler with control groups by Srivatsa Vaddagiri · 17 years ago
  4. 470fd64 hotplug cpu: migrate a task within its cpuset by Cliff Wickman · 17 years ago
  5. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  6. 270f722 Fix tsk->exit_state usage by Eugene Teo · 17 years ago
  7. 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
  8. 029190c cpuset sched_load_balance flag by Paul Jackson · 17 years ago
  9. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  10. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  11. 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 17 years ago
  12. 54e840d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  13. c66f08b Add scaled time to taskstats based process accounting by Michael Neuling · 17 years ago
  14. 480b943 sched: reduce schedstat variable overhead a bit by Ken Chen · 17 years ago
  15. cc4ea79 sched: add KERN_CONT annotation by Ingo Molnar · 17 years ago
  16. d801649 sched: cleanup, make struct rq comments more consistent by Ingo Molnar · 17 years ago
  17. 8401f77 sched: cleanup, fix spacing by Ingo Molnar · 17 years ago
  18. 51e9799 sched: fix return value of wait_for_completion_interruptible() by Andi Kleen · 17 years ago
  19. e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  20. d2da272 migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock() by Oleg Nesterov · 17 years ago
  21. f7b4cdd do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist) by Oleg Nesterov · 17 years ago
  22. b9dca1e sched: fix new task startup crash by Srivatsa Vaddagiri · 17 years ago
  23. 908a7c1 sched: fix improper load balance across sched domain by Ken Chen · 17 years ago
  24. cd790076 sched: more robust sd-sysctl entry freeing by Milton Miller · 17 years ago
  25. 607717a cpuset: remove sched domain hooks from cpusets by Paul Jackson · 17 years ago
  26. d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 17 years ago
  27. 9c63d9c sched: sync wakeups preempt too by Ingo Molnar · 17 years ago
  28. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  29. 94886b8 sched: guest CPU accounting: maintain stats in account_system_time() by Laurent Vivier · 17 years ago
  30. 6323469f sched: domain sysctl fixes: add terminator comment by Milton Miller · 17 years ago
  31. ad1cdc1 sched: domain sysctl fixes: do not crash on allocation failure by Milton Miller · 17 years ago
  32. 6382bc9 sched: domain sysctl fixes: unregister the sysctl table before domains by Milton Miller · 17 years ago
  33. 97b6ea7 sched: domain sysctl fixes: use for_each_online_cpu() by Milton Miller · 17 years ago
  34. 5cf9f06 sched: domain sysctl fixes: use kcalloc() by Milton Miller · 17 years ago
  35. 6bc1665 sched: allow the immediate migration of cache-cold tasks by Ingo Molnar · 17 years ago
  36. cc36773 sched: debug, improve migration statistics by Ingo Molnar · 17 years ago
  37. ff56b2f sched: activate task_hot() only on fair-scheduled tasks by Peter Zijlstra · 17 years ago
  38. da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 17 years ago
  39. 178be79 sched: do not normalize kernel threads via SysRq-N by Ingo Molnar · 17 years ago
  40. 1666703 sched: remove stale comment from sched_group_set_shares() by Andi Kleen · 17 years ago
  41. d5036e8 sched: clean up is_migration_thread() by Ingo Molnar · 17 years ago
  42. 3a5e4dc sched: cleanup: refactor normalize_rt_tasks by Andi Kleen · 17 years ago
  43. 8cbbe86 sched: cleanup: refactor common code of sleep_on / wait_for_completion by Andi Kleen · 17 years ago
  44. 3a5c359 sched: cleanup: remove unnecessary gotos by Andi Kleen · 17 years ago
  45. 95938a3 sched: prevent wakeup over-scheduling by Mike Galbraith · 17 years ago
  46. ce6c131 sched: disable forced preemption by default by Peter Zijlstra · 17 years ago
  47. ace8b3d sched: some proc entries are missed in sched_domain sys_ctl debug code by Zou Nan hai · 17 years ago
  48. 638e13a sched: fix rt ptracer monopolizing CPU by Gautham R Shenoy · 17 years ago
  49. 5cb350b sched: group scheduling, sysfs tunables by Dhaval Giani · 17 years ago
  50. a58f6f2 sched: export cpu_clock() by Paul E. McKenney · 17 years ago
  51. 00bf7bf sched: fix: move the CPU check into ->task_new_fair() by Ingo Molnar · 17 years ago
  52. 4cf86d7 sched: cleanup: rename task_grp to task_group by Ingo Molnar · 17 years ago
  53. 06877c3 sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG by Ingo Molnar · 17 years ago
  54. a65914b sched: kfree(NULL) is valid by Ingo Molnar · 17 years ago
  55. 8927f49 sched: style cleanup by Ingo Molnar · 17 years ago
  56. 26797a3 sched: break out if printing a warning in sched_domain_debug() by Ingo Molnar · 17 years ago
  57. 3e9830d sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=y by Ingo Molnar · 17 years ago
  58. a4ec24b sched: tidy up SCHED_RR by Dmitry Adamushko · 17 years ago
  59. a995744 sched: uninline scheduler by Alexey Dobriyan · 17 years ago
  60. 1e81995 sched: optimize schedule() a bit on SMP by Ingo Molnar · 17 years ago
  61. 3a25201 sched: whitespace cleanups by Ingo Molnar · 17 years ago
  62. 5522d5d sched: mark scheduling classes as const by Ingo Molnar · 17 years ago
  63. 2830cf8 sched: group scheduler SMP migration fix by Srivatsa Vaddagiri · 17 years ago
  64. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  65. 2ddbf95 sched: clean up sched_fork() by Hiroshi Shimamoto · 17 years ago
  66. 02e4bac sched: fix sched_fork() by Ingo Molnar · 17 years ago
  67. 94359f0 sched: undo some of the recent changes by Ingo Molnar · 17 years ago
  68. 785c29e sched: remove condition from set_task_cpu() by Ingo Molnar · 17 years ago
  69. ddc9729 sched debug: check spread by Peter Zijlstra · 17 years ago
  70. 67e9fb2 sched: add vslice by Peter Zijlstra · 17 years ago
  71. b8efb56 sched debug: BKL usage statistics by Ingo Molnar · 17 years ago
  72. 24e377a sched: add fair-user scheduler by Srivatsa Vaddagiri · 17 years ago
  73. 9b5b775 sched: clean up code under CONFIG_FAIR_GROUP_SCHED by Srivatsa Vaddagiri · 17 years ago
  74. 83b699e sched: revert recent removal of set_curr_task() by Srivatsa Vaddagiri · 17 years ago
  75. f6b5320 sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() by Dmitry Adamushko · 17 years ago
  76. 4530d7a sched: simplify sched_class::yield_task() by Dmitry Adamushko · 17 years ago
  77. 30cfdcf sched: do not keep current in the tree and get rid of sched_entity::fair_key by Dmitry Adamushko · 17 years ago
  78. 7074bad sched: add set_curr_task() calls by Dmitry Adamushko · 17 years ago
  79. 29f59db sched: group-scheduler core by Srivatsa Vaddagiri · 17 years ago
  80. 119fe5e sched: fix SMP migration latencies by Mike Galbraith · 17 years ago
  81. bbdba7c sched: remove wait_runtime fields and features by Ingo Molnar · 17 years ago
  82. e22f5bb sched: remove wait_runtime limit by Ingo Molnar · 17 years ago
  83. 495eca4 sched: clean up struct load_stat by Dmitry Adamushko · 17 years ago
  84. 94dfb5e sched: add tree based averages by Peter Zijlstra · 17 years ago
  85. 28a1f6f sched: remove SCHED_FEAT_SKIP_INITIAL by Ingo Molnar · 17 years ago
  86. 6cb5819 sched: optimize vruntime based scheduling by Ingo Molnar · 17 years ago
  87. bf5c91b sched: move sched_feat() definitions by Ingo Molnar · 17 years ago
  88. e9acbff sched: introduce se->vruntime by Ingo Molnar · 17 years ago
  89. 1091985 sched: speed up update_load_add/_sub() by Ingo Molnar · 17 years ago
  90. 62160e3f sched: track cfs_rq->curr on !group-scheduling too by Ingo Molnar · 17 years ago
  91. 53df556 sched: remove precise CPU load calculations #2 by Ingo Molnar · 17 years ago
  92. a25707f sched: remove precise CPU load by Ingo Molnar · 17 years ago
  93. 8ebc91d sched: remove stat_gran by Ingo Molnar · 17 years ago
  94. 2bd8e6d sched: use constants if !CONFIG_SCHED_DEBUG by Ingo Molnar · 17 years ago
  95. 38ad464 sched: uniform tunings by Ingo Molnar · 17 years ago
  96. eba1ed4 sched: debug: track maximum 'slice' by Ingo Molnar · 17 years ago
  97. 2e45874 sched: use list_for_each_entry_safe() in __wake_up_common() by Matthias Kaehlcke · 17 years ago
  98. 44142fa sched: fix sysctl_sched_child_runs_first flag by Ingo Molnar · 17 years ago
  99. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  100. 9c95e73 sched: fix invalid sched_class use by Hiroshi Shimamoto · 17 years ago