1. 30084fb sched: fix profile=sleep by Ingo Molnar · 17 years ago
  2. 1799e35 sched: add /proc/sys/kernel/sched_compat_yield by Ingo Molnar · 17 years ago
  3. 1169783 sched: fix ideal_runtime calculations for reniced tasks by Peter Zijlstra · 17 years ago
  4. 4a55b45 sched: improve prev_sum_exec_runtime setting by Peter Zijlstra · 17 years ago
  5. 7c92e54 sched: simplify __check_preempt_curr_fair() by Peter Zijlstra · 17 years ago
  6. a206c07 sched: debug: fix cfs_rq->wait_runtime accounting by Ingo Molnar · 17 years ago
  7. a0dc726 sched: fix niced_granularity() shift by Ingo Molnar · 17 years ago
  8. 9f508f8 sched: clean up task_new_fair() by Ingo Molnar · 17 years ago
  9. 213c8af sched: small schedstat fix by Ingo Molnar · 17 years ago
  10. b77d69d sched: fix wait_start_fair condition in update_stats_wait_end() by Ingo Molnar · 17 years ago
  11. 7109c44 sched: call update_curr() in task_tick_fair() by Ting Yang · 17 years ago
  12. f6cf891 sched: make the scheduler converge to the ideal latency by Ingo Molnar · 17 years ago
  13. 5f01d51 sched: fix sleeper bonus limit by Mike Galbraith · 17 years ago
  14. 172ac3d sched: cleanup, sched_granularity -> sched_min_granularity by Ingo Molnar · 17 years ago
  15. 2180508 sched: adaptive scheduler granularity by Peter Zijlstra · 17 years ago
  16. 095e56c sched: fix startup penalty calculation by Ingo Molnar · 17 years ago
  17. ea0aa3b sched: simplify bonus calculation #2 by Peter Zijlstra · 17 years ago
  18. a6f2994 sched: simplify bonus calculation #1 by Peter Zijlstra · 17 years ago
  19. b2133c8 sched: tidy up and simplify the bonus balance by Ingo Molnar · 17 years ago
  20. 71fd371 sched: remove HZ dependency from the granularity default by Ingo Molnar · 17 years ago
  21. 7c6c16f sched: CONFIG_SCHED_GROUP_FAIR=y fixlet by Bruce Ashfield · 17 years ago
  22. 5d2b3d3 sched: fix sleeper bonus by Ingo Molnar · 17 years ago
  23. e56f31a sched: fix typo in the FAIR_GROUP_SCHED branch by Ingo Molnar · 17 years ago
  24. 7cff8cf sched: refine negative nice level granularity by Ingo Molnar · 17 years ago
  25. a69edb5 sched: fix update_stats_enqueue() reniced codepath by Ingo Molnar · 17 years ago
  26. c3b64f1 sched: clean up set_curr_task_fair() by Ingo Molnar · 17 years ago
  27. d9e0e6aa sched: remove __update_rq_clock() call from entity_tick() by Ingo Molnar · 17 years ago
  28. bdd4dfa sched: remove the 'u64 now' local variables by Ingo Molnar · 17 years ago
  29. ee0827d sched: remove the 'u64 now' parameter from ->task_new() by Ingo Molnar · 17 years ago
  30. 31ee529 sched: remove the 'u64 now' parameter from ->put_prev_task() by Ingo Molnar · 17 years ago
  31. fb8d472 sched: remove the 'u64 now' parameter from ->pick_next_task() by Ingo Molnar · 17 years ago
  32. f02231e sched: remove the 'u64 now' parameter from ->dequeue_task() by Ingo Molnar · 17 years ago
  33. fd390f6 sched: remove the 'u64 now' parameter from ->enqueue_task() by Ingo Molnar · 17 years ago
  34. ab6cde2 sched: remove the 'u64 now' parameter from put_prev_entity() by Ingo Molnar · 17 years ago
  35. 9948f4b sched: remove the 'u64 now' parameter from pick_next_entity() by Ingo Molnar · 17 years ago
  36. 8494f41 sched: remove the 'u64 now' parameter from set_next_entity() by Ingo Molnar · 17 years ago
  37. 525c271 sched: remove the 'u64 now' parameter from dequeue_entity() by Ingo Molnar · 17 years ago
  38. 668031c sched: remove the 'u64 now' parameter from enqueue_entity() by Ingo Molnar · 17 years ago
  39. 2396af6 sched: remove the 'u64 now' parameter from enqueue_sleeper() by Ingo Molnar · 17 years ago
  40. dfdc119 sched: remove the 'u64 now' parameter from __enqueue_sleeper() by Ingo Molnar · 17 years ago
  41. c7e9b5b sched: remove the 'u64 now' parameter from update_stats_curr_end() by Ingo Molnar · 17 years ago
  42. 19b6a2e sched: remove the 'u64 now' parameter from update_stats_dequeue() by Ingo Molnar · 17 years ago
  43. 79303e9 sched: remove the 'u64 now' parameter from update_stats_curr_start() by Ingo Molnar · 17 years ago
  44. 9ef0a96 sched: remove the 'u64 now' parameter from update_stats_wait_end() by Ingo Molnar · 17 years ago
  45. eac55ea sched: remove the 'u64 now' parameter from __update_stats_wait_end() by Ingo Molnar · 17 years ago
  46. d2417e5 sched: remove the 'u64 now' parameter from update_stats_enqueue() by Ingo Molnar · 17 years ago
  47. 5870db5 sched: remove the 'u64 now' parameter from update_stats_wait_start() by Ingo Molnar · 17 years ago
  48. b7cc089 sched: remove the 'u64 now' parameter from update_curr() by Ingo Molnar · 17 years ago
  49. 5cef9ec sched: remove the 'u64 now' parameter from print_cfs_rq() by Ingo Molnar · 17 years ago
  50. d281918 sched: remove 'now' use from assignments by Ingo Molnar · 17 years ago
  51. c1b3da3 sched: eliminate __rq_clock() use by Ingo Molnar · 17 years ago
  52. a8e504d sched: eliminate rq_clock() use by Ingo Molnar · 17 years ago
  53. a4ac01c sched: fix bug in balance_tasks() by Peter Williams · 17 years ago
  54. fd8bb43 sched: delta_exec accounting fix by Ingo Molnar · 17 years ago
  55. c5dcfe7 sched: clean up delta_mine by Ingo Molnar · 17 years ago
  56. 291ae5a sched: mark print_cfs_stats static by Josh Triplett · 17 years ago
  57. 4301065 sched: simplify move_tasks() by Peter Williams · 17 years ago
  58. 0915c4e sched: batch sleeper bonus by Ingo Molnar · 17 years ago
  59. 6cfb0d5 [PATCH] sched: reduce debug code by Ingo Molnar · 17 years ago
  60. 8179ca23 [PATCH] sched: use schedstat_set() API by Ingo Molnar · 17 years ago
  61. cad60d9 [PATCH] sched: ->task_new cleanup by Ingo Molnar · 17 years ago
  62. bf0f6f2 sched: cfs core, kernel/sched_fair.c by Ingo Molnar · 18 years ago