1. 6d299f1 sched: fix SCHED_OTHER balance iterator to include all tasks by Gregory Haskins · 17 years ago
  2. b3137bc sched: stop wake_affine from causing serious imbalance by Mike Galbraith · 17 years ago
  3. 6363ca5 revert ("sched: fair-group: SMP-nice for group scheduling") by Ingo Molnar · 17 years ago
  4. f9305d4 revert ("sched: fair: weight calculations") by Ingo Molnar · 17 years ago
  5. 4615112 sched: fix weight calculations by Mike Galbraith · 17 years ago
  6. 3e51f33 sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by Peter Zijlstra · 17 years ago
  7. d7dcdc1 sched: fix debugging by Mike Galbraith · 17 years ago
  8. 104f645 sched: fix SCHED_FAIR wake-idle logic error by Gregory Haskins · 17 years ago
  9. 983ed7a sched: add statics, don't return void expressions by Harvey Harrison · 17 years ago
  10. a992241 sched: fix normalized sleeper by Peter Zijlstra · 17 years ago
  11. 7ba2e74 sched: debug: show a weight tree by Peter Zijlstra · 17 years ago
  12. 8f1bc385 sched: fair: weight calculations by Peter Zijlstra · 17 years ago
  13. 4a55bd5 sched: fair-group: de-couple load-balancing from the rb-trees by Peter Zijlstra · 17 years ago
  14. ac884de sched: fair-group scheduling vs latency by Peter Zijlstra · 17 years ago
  15. 18d95a2 sched: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 17 years ago
  16. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 17 years ago
  17. b758149 sched: prepatory code movement by Peter Zijlstra · 17 years ago
  18. 354d60c sched: mix tasks and groups by Dhaval Giani · 17 years ago
  19. 112f53f sched: old sleeper bonus by Peter Zijlstra · 17 years ago
  20. 79b3fef sched: fix regression with sched yield by Peter Zijlstra · 17 years ago
  21. 50df5d6 sched: remove sysctl_sched_batch_wakeup_granularity by Ingo Molnar · 17 years ago
  22. 0bbd333 sched: fix wakeup granularity for buddies by Peter Zijlstra · 17 years ago
  23. 018d6db sched: re-do "sched: fix fair sleepers" by Ingo Molnar · 17 years ago
  24. e2df9e0 revert "sched: fix fair sleepers" by Ingo Molnar · 17 years ago
  25. 2070ee0 sched: cleanup old and rarely used 'debug' features. by Peter Zijlstra · 17 years ago
  26. 74e3cd7 sched: retune wake granularity by Ingo Molnar · 17 years ago
  27. 4ae7d5c sched: improve affine wakeups by Ingo Molnar · 17 years ago
  28. f482738 sched: clean up wakeup balancing, code flow by Ingo Molnar · 17 years ago
  29. ac192d3 sched: clean up wakeup balancing, rename variables by Ingo Molnar · 17 years ago
  30. 098fb9d sched: clean up wakeup balancing, move wake_affine() by Ingo Molnar · 17 years ago
  31. 6a6029b sched: simplify sched_slice() by Ingo Molnar · 17 years ago
  32. e22ecef sched: fix fair sleepers by Ingo Molnar · 17 years ago
  33. aa2ac25 sched: fix overload performance: buddy wakeups by Peter Zijlstra · 17 years ago
  34. 3fe6974 sched: min_vruntime fix by Peter Zijlstra · 17 years ago
  35. 810b381 sched: retain vruntime by Peter Zijlstra · 17 years ago
  36. 62fb185 sched: revert load_balance_monitor() changes by Peter Zijlstra · 17 years ago
  37. 7eee3e6 sched: clean up __pick_last_entity() a bit by Ingo Molnar · 17 years ago
  38. 70eee74 sched: remove duplicate code from sched_fair.c by Balbir Singh · 17 years ago
  39. ef9884e sched: let +nice tasks have smaller impact by Peter Zijlstra · 17 years ago
  40. 296825c sched: fix high wake up latencies with FAIR_USER_SCHED by Srivatsa Vaddagiri · 17 years ago
  41. 6d08259 sched: keep total / count stats in addition to the max for by Arjan van de Ven · 17 years ago
  42. 5973e5b sched: fix: don't take a mutex from interrupt context by Peter Zijlstra · 17 years ago
  43. 9745512 sched: latencytop support by Arjan van de Ven · 17 years ago
  44. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 17 years ago
  45. cb46984 sched: RT-balance, add new methods to sched_class by Steven Rostedt · 17 years ago
  46. 4bf0b77 sched: remove do_div() from __sched_slice() by Peter Zijlstra · 17 years ago
  47. 9ec3b77 sched: no need for 'affine wakeup' balancing by Dmitry Adamushko · 17 years ago
  48. e7693a3 sched: de-SCHED_OTHER-ize the RT path by Gregory Haskins · 17 years ago
  49. 6b2d770 sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups by Srivatsa Vaddagiri · 17 years ago
  50. 58e2d4c sched: group scheduling, change how cpu load is calculated by Srivatsa Vaddagiri · 17 years ago
  51. ec2c507 sched: group scheduling, minor fixes by Srivatsa Vaddagiri · 17 years ago
  52. 6cbf1c1 sched: do not hurt SCHED_BATCH on wakeup by Ingo Molnar · 17 years ago
  53. db292ca sched: default to more agressive yield for SCHED_BATCH tasks by Ingo Molnar · 17 years ago
  54. d842de8 sched: cpu accounting controller (V2) by Srivatsa Vaddagiri · 17 years ago
  55. 722aab0 sched: fix minimum granularity tunings by Zou Nan hai · 17 years ago
  56. 518b22e sched: make sched_nr_latency static by Adrian Bunk · 17 years ago
  57. 3c90e6e sched: fix copy_namespace() <-> sched_fork() dependency in do_fork by Srivatsa Vaddagiri · 17 years ago
  58. 502d26b sched: clean up the wakeup preempt check, #2 by Ingo Molnar · 17 years ago
  59. 77d9cc4 sched: clean up the wakeup preempt check by Ingo Molnar · 17 years ago
  60. 8bc6767 sched: wakeup preemption fix by Ingo Molnar · 17 years ago
  61. 3e3e13f sched: remove PREEMPT_RESTRICT by Ingo Molnar · 17 years ago
  62. 19978ca sched: reintroduce SMP tunings again by Ingo Molnar · 17 years ago
  63. b2be5e9 sched: reintroduce the sched_min_granularity tunable by Peter Zijlstra · 17 years ago
  64. 2cb8600 sched: documentation: place_entity() comments by Peter Zijlstra · 17 years ago
  65. 10b7772 sched: fix vslice by Peter Zijlstra · 17 years ago
  66. 8eb172d sched: fix style of swap() macro in kernel/sched_fair.c by Ingo Molnar · 17 years ago
  67. 681f3e6 sched: isolate SMP balancing code a bit more by Peter Williams · 17 years ago
  68. e1d1484 sched: reduce balance-tasks overhead by Peter Williams · 17 years ago
  69. b9dca1e sched: fix new task startup crash by Srivatsa Vaddagiri · 17 years ago
  70. da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 17 years ago
  71. e5f32a3 sched: speed up context-switches a bit by Ingo Molnar · 17 years ago
  72. 91c234b sched: do not wakeup-preempt with SCHED_BATCH tasks by Ingo Molnar · 17 years ago
  73. d274a4c sched: update comment by Ingo Molnar · 17 years ago
  74. 95938a3 sched: prevent wakeup over-scheduling by Mike Galbraith · 17 years ago
  75. ce6c131 sched: disable forced preemption by default by Peter Zijlstra · 17 years ago
  76. e62dd02 sched: fix group scheduling for SCHED_BATCH by Dmitry Adamushko · 17 years ago
  77. 8ca0e14 sched: disable sleeper_fairness on SCHED_BATCH by Peter Zijlstra · 17 years ago
  78. 810e95c sched: another wakeup_granularity fix by Peter Zijlstra · 17 years ago
  79. 00bf7bf sched: fix: move the CPU check into ->task_new_fair() by Ingo Molnar · 17 years ago
  80. 0702e3e sched: cleanup: function prototype cleanups by Ingo Molnar · 17 years ago
  81. 06877c3 sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG by Ingo Molnar · 17 years ago
  82. a2a2d68 sched: cleanup, make dequeue_entity() and update_stats_wait_end() similar by Dmitry Adamushko · 17 years ago
  83. a03c906 sched: cleanup, remove calc_weighted() by Dmitry Adamushko · 17 years ago
  84. a995744 sched: uninline scheduler by Alexey Dobriyan · 17 years ago
  85. 155bb29 sched: tweak wakeup granularity by Ingo Molnar · 17 years ago
  86. 08ec3df sched: fix __pick_next_entity() by Dmitry Adamushko · 17 years ago
  87. 647e7ca sched: vslice fixups for non-0 nice levels by Ingo Molnar · 17 years ago
  88. 5522d5d sched: mark scheduling classes as const by Ingo Molnar · 17 years ago
  89. b9fa3df sched: group scheduler, fix latency by Srivatsa Vaddagiri · 17 years ago
  90. fad095a sched: group scheduler, fix bloat by Srivatsa Vaddagiri · 17 years ago
  91. b39c5dd sched: cleanup, remove stale comment by Ingo Molnar · 17 years ago
  92. 5f6d858e sched: speed up and simplify vslice calculations by Peter Zijlstra · 17 years ago
  93. b0ffd24 sched: clean up min_vruntime use by Peter Zijlstra · 17 years ago
  94. 2b1e315 sched: yield fix by Dmitry Adamushko · 17 years ago
  95. 8651a86 sched: group scheduler wakeup latency fix by Srivatsa Vaddagiri · 17 years ago
  96. 57cb499 sched: remove set_leftmost() by Ingo Molnar · 17 years ago
  97. 368059a sched: max_vruntime() simplification by Peter Zijlstra · 17 years ago
  98. b8487b92 sched: fix sign check error in place_entity() by Ingo Molnar · 17 years ago
  99. 94359f0 sched: undo some of the recent changes by Ingo Molnar · 17 years ago
  100. dc1f31c sched: remove last_min_vruntime effect by Ingo Molnar · 17 years ago