1. 6323469f sched: domain sysctl fixes: add terminator comment by Milton Miller · 17 years ago
  2. ad1cdc1 sched: domain sysctl fixes: do not crash on allocation failure by Milton Miller · 17 years ago
  3. 6382bc9 sched: domain sysctl fixes: unregister the sysctl table before domains by Milton Miller · 17 years ago
  4. 97b6ea7 sched: domain sysctl fixes: use for_each_online_cpu() by Milton Miller · 17 years ago
  5. 5cf9f06 sched: domain sysctl fixes: use kcalloc() by Milton Miller · 17 years ago
  6. 0dbee3a Make scheduler debug file operations const by Arjan van de Ven · 17 years ago
  7. 7a6c6bc sched: enable wake-idle on CONFIG_SCHED_MC=y by Ingo Molnar · 17 years ago
  8. 95dbb42 sched: reintroduce topology.h tunings by Ingo Molnar · 17 years ago
  9. 6bc1665 sched: allow the immediate migration of cache-cold tasks by Ingo Molnar · 17 years ago
  10. cc36773 sched: debug, improve migration statistics by Ingo Molnar · 17 years ago
  11. 2d92f22 sched: debug: increase width of debug line by Ingo Molnar · 17 years ago
  12. ff56b2f sched: activate task_hot() only on fair-scheduled tasks by Peter Zijlstra · 17 years ago
  13. da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 17 years ago
  14. e5f32a3 sched: speed up context-switches a bit by Ingo Molnar · 17 years ago
  15. 91c234b sched: do not wakeup-preempt with SCHED_BATCH tasks by Ingo Molnar · 17 years ago
  16. fb7dde3 sched: generate uevents for user creation/destruction by Srivatsa Vaddagiri · 17 years ago
  17. 178be79 sched: do not normalize kernel threads via SysRq-N by Ingo Molnar · 17 years ago
  18. 1666703 sched: remove stale comment from sched_group_set_shares() by Andi Kleen · 17 years ago
  19. d5036e8 sched: clean up is_migration_thread() by Ingo Molnar · 17 years ago
  20. 3a5e4dc sched: cleanup: refactor normalize_rt_tasks by Andi Kleen · 17 years ago
  21. 8cbbe86 sched: cleanup: refactor common code of sleep_on / wait_for_completion by Andi Kleen · 17 years ago
  22. 3a5c359 sched: cleanup: remove unnecessary gotos by Andi Kleen · 17 years ago
  23. d274a4c sched: update comment by Ingo Molnar · 17 years ago
  24. 95938a3 sched: prevent wakeup over-scheduling by Mike Galbraith · 17 years ago
  25. ce6c131 sched: disable forced preemption by default by Peter Zijlstra · 17 years ago
  26. e62dd02 sched: fix group scheduling for SCHED_BATCH by Dmitry Adamushko · 17 years ago
  27. ace8b3d sched: some proc entries are missed in sched_domain sys_ctl debug code by Zou Nan hai · 17 years ago
  28. 638e13a sched: fix rt ptracer monopolizing CPU by Gautham R Shenoy · 17 years ago
  29. 5cb350b sched: group scheduling, sysfs tunables by Dhaval Giani · 17 years ago
  30. 8ca0e14 sched: disable sleeper_fairness on SCHED_BATCH by Peter Zijlstra · 17 years ago
  31. 810e95c sched: another wakeup_granularity fix by Peter Zijlstra · 17 years ago
  32. a58f6f2 sched: export cpu_clock() by Paul E. McKenney · 17 years ago
  33. 00bf7bf sched: fix: move the CPU check into ->task_new_fair() by Ingo Molnar · 17 years ago
  34. 0702e3e sched: cleanup: function prototype cleanups by Ingo Molnar · 17 years ago
  35. 4cf86d7 sched: cleanup: rename task_grp to task_group by Ingo Molnar · 17 years ago
  36. 06877c3 sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG by Ingo Molnar · 17 years ago
  37. a65914b sched: kfree(NULL) is valid by Ingo Molnar · 17 years ago
  38. 8927f49 sched: style cleanup by Ingo Molnar · 17 years ago
  39. 26797a3 sched: break out if printing a warning in sched_domain_debug() by Ingo Molnar · 17 years ago
  40. 3e9830d sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=y by Ingo Molnar · 17 years ago
  41. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 17 years ago
  42. a2a2d68 sched: cleanup, make dequeue_entity() and update_stats_wait_end() similar by Dmitry Adamushko · 17 years ago
  43. a03c906 sched: cleanup, remove calc_weighted() by Dmitry Adamushko · 17 years ago
  44. a4ec24b sched: tidy up SCHED_RR by Dmitry Adamushko · 17 years ago
  45. a995744 sched: uninline scheduler by Alexey Dobriyan · 17 years ago
  46. 155bb29 sched: tweak wakeup granularity by Ingo Molnar · 17 years ago
  47. 1e81995 sched: optimize schedule() a bit on SMP by Ingo Molnar · 17 years ago
  48. 08ec3df sched: fix __pick_next_entity() by Dmitry Adamushko · 17 years ago
  49. 647e7ca sched: vslice fixups for non-0 nice levels by Ingo Molnar · 17 years ago
  50. 3a25201 sched: whitespace cleanups by Ingo Molnar · 17 years ago
  51. 5522d5d sched: mark scheduling classes as const by Ingo Molnar · 17 years ago
  52. b9fa3df sched: group scheduler, fix latency by Srivatsa Vaddagiri · 17 years ago
  53. fad095a sched: group scheduler, fix bloat by Srivatsa Vaddagiri · 17 years ago
  54. fb61558 sched: group scheduler, fix coding style issues by Srivatsa Vaddagiri · 17 years ago
  55. b39c5dd sched: cleanup, remove stale comment by Ingo Molnar · 17 years ago
  56. 5f6d858e sched: speed up and simplify vslice calculations by Peter Zijlstra · 17 years ago
  57. b0ffd24 sched: clean up min_vruntime use by Peter Zijlstra · 17 years ago
  58. 2830cf8 sched: group scheduler SMP migration fix by Srivatsa Vaddagiri · 17 years ago
  59. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  60. 2b1e315 sched: yield fix by Dmitry Adamushko · 17 years ago
  61. 8651a86 sched: group scheduler wakeup latency fix by Srivatsa Vaddagiri · 17 years ago
  62. 57cb499 sched: remove set_leftmost() by Ingo Molnar · 17 years ago
  63. 2ddbf95 sched: clean up sched_fork() by Hiroshi Shimamoto · 17 years ago
  64. 368059a sched: max_vruntime() simplification by Peter Zijlstra · 17 years ago
  65. 02e4bac sched: fix sched_fork() by Ingo Molnar · 17 years ago
  66. b8487b9 sched: fix sign check error in place_entity() by Ingo Molnar · 17 years ago
  67. 94359f0 sched: undo some of the recent changes by Ingo Molnar · 17 years ago
  68. dc1f31c sched: remove last_min_vruntime effect by Ingo Molnar · 17 years ago
  69. 785c29e sched: remove condition from set_task_cpu() by Ingo Molnar · 17 years ago
  70. 8465e79 sched: entity_key() fix by Ingo Molnar · 17 years ago
  71. ddc9729 sched debug: check spread by Peter Zijlstra · 17 years ago
  72. d822cec sched debug: more width for parameter printouts by Ingo Molnar · 17 years ago
  73. 67e9fb2 sched: add vslice by Peter Zijlstra · 17 years ago
  74. 1aa4731 sched debug: print settings by Ingo Molnar · 17 years ago
  75. c18b8a7 sched: remove unneeded tunables by Ingo Molnar · 17 years ago
  76. fdd71d1 sched debug: BKL usage statistics, fix by S.Caglar Onur · 17 years ago
  77. b8efb56 sched debug: BKL usage statistics by Ingo Molnar · 17 years ago
  78. de8d585 sched: enable CONFIG_FAIR_GROUP_SCHED=y by default by Ingo Molnar · 17 years ago
  79. 7ed2be4 sched: fair-group sched, cleanups by Ingo Molnar · 17 years ago
  80. 24e377a sched: add fair-user scheduler by Srivatsa Vaddagiri · 17 years ago
  81. 9b5b775 sched: clean up code under CONFIG_FAIR_GROUP_SCHED by Srivatsa Vaddagiri · 17 years ago
  82. 75c28ac sched: print &rq->cfs stats by Srivatsa Vaddagiri · 17 years ago
  83. 545f3b1 sched: print nr_running and load in /proc/sched_debug by Srivatsa Vaddagiri · 17 years ago
  84. 72ea22f sched: fix minor bug in yield by Srivatsa Vaddagiri · 17 years ago
  85. 83b699e sched: revert recent removal of set_curr_task() by Srivatsa Vaddagiri · 17 years ago
  86. edcb60a sched: kernel/sched_fair.c whitespace cleanups by Ingo Molnar · 17 years ago
  87. c86da3a sched: fix formatting of /proc/sched_debug by Mike Galbraith · 17 years ago
  88. ef83a57 sched: enhance debug output by Ingo Molnar · 17 years ago
  89. 1a75b94 sched: prettify /proc/sched_debug output by Ingo Molnar · 17 years ago
  90. f6b5320 sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() by Dmitry Adamushko · 17 years ago
  91. 4530d7a sched: simplify sched_class::yield_task() by Dmitry Adamushko · 17 years ago
  92. 87fefa3 sched: optimize task_new_fair() by Dmitry Adamushko · 17 years ago
  93. 75d4ef1 sched: fix delay accounting performance regression by Ingo Molnar · 17 years ago
  94. 30cfdcf sched: do not keep current in the tree and get rid of sched_entity::fair_key by Dmitry Adamushko · 17 years ago
  95. 7074bad sched: add set_curr_task() calls by Dmitry Adamushko · 17 years ago
  96. d02e5ed sched: sched_setscheduler() fix by Dmitry Adamushko · 17 years ago
  97. 29f59db sched: group-scheduler core by Srivatsa Vaddagiri · 17 years ago
  98. 119fe5e sched: fix SMP migration latencies by Mike Galbraith · 17 years ago
  99. 02e0431 sched: better min_vruntime tracking by Peter Zijlstra · 17 years ago
  100. 35a6ff5 sched: x86: allow single-depth wchan output by Ingo Molnar · 17 years ago