1. 1799e35 sched: add /proc/sys/kernel/sched_compat_yield by Ingo Molnar · 17 years ago
  2. cf2ab46 sched: fix xtensa build warning by Ingo Molnar · 17 years ago
  3. a206c07 sched: debug: fix cfs_rq->wait_runtime accounting by Ingo Molnar · 17 years ago
  4. 7fd0d2d sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic. by Suresh Siddha · 17 years ago
  5. f6cf891 sched: make the scheduler converge to the ideal latency by Ingo Molnar · 17 years ago
  6. 50c4663 sched: s/sched_latency/sched_min_granularity by Ingo Molnar · 17 years ago
  7. 172ac3d sched: cleanup, sched_granularity -> sched_min_granularity by Ingo Molnar · 17 years ago
  8. 2180508 sched: adaptive scheduler granularity by Peter Zijlstra · 17 years ago
  9. deac4ee sched: simplify can_migrate_task() by Sven-Thorsten Dietrich · 17 years ago
  10. 71fd371 sched: remove HZ dependency from the granularity default by Ingo Molnar · 17 years ago
  11. 505c0ef sched: tweak the sched_runtime_limit tunable by Ingo Molnar · 17 years ago
  12. f549da8 sched: skip updating rq's next_balance under null SD by Suresh Siddha · 17 years ago
  13. f8700df sched: fix broken SMT/MC optimizations by Suresh Siddha · 17 years ago
  14. c57baf1 sched: fix sysctl directory permissions by Eric W. Biederman · 17 years ago
  15. 2aa44d0 sched: sched_clock_idle_[sleep|wakeup]_event() by Ingo Molnar · 17 years ago
  16. de0cf89 sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/ by Oleg Nesterov · 17 years ago
  17. 6707de00 sched: make global code static by Adrian Bunk · 17 years ago
  18. 529c772 sched: improve rq-clock overflow logic by Ingo Molnar · 17 years ago
  19. 194081e sched: round a bit better by Ingo Molnar · 17 years ago
  20. 254753d sched: make the multiplication table more accurate by Ingo Molnar · 17 years ago
  21. 6e82a3b sched: optimize update_rq_clock() calls in the load-balancer by Ingo Molnar · 17 years ago
  22. 2daa357 sched: optimize activate_task() by Ingo Molnar · 17 years ago
  23. 546fe3c sched: move the __update_rq_clock() call to scheduler_tick() by Ingo Molnar · 17 years ago
  24. bdd4dfa sched: remove the 'u64 now' local variables by Ingo Molnar · 17 years ago
  25. 2e1cb74 sched: remove the 'u64 now' parameter from deactivate_task() by Ingo Molnar · 17 years ago
  26. 69be72c sched: remove the 'u64 now' parameter from dequeue_task() by Ingo Molnar · 17 years ago
  27. 8159f87 sched: remove the 'u64 now' parameter from enqueue_task() by Ingo Molnar · 17 years ago
  28. db53181 sched: remove the 'u64 now' parameter from dec_nr_running() by Ingo Molnar · 17 years ago
  29. e5fa223 sched: remove the 'u64 now' parameter from inc_nr_running() by Ingo Molnar · 17 years ago
  30. 79b5ddd sched: remove the 'u64 now' parameter from dec_load() by Ingo Molnar · 17 years ago
  31. 29b4b62 sched: remove the 'u64 now' parameter from inc_load() by Ingo Molnar · 17 years ago
  32. 84a1d7a sched: remove the 'u64 now' parameter from update_curr_load() by Ingo Molnar · 17 years ago
  33. ee0827d sched: remove the 'u64 now' parameter from ->task_new() by Ingo Molnar · 17 years ago
  34. 31ee529 sched: remove the 'u64 now' parameter from ->put_prev_task() by Ingo Molnar · 17 years ago
  35. ff95f3d sched: remove the 'u64 now' parameter from pick_next_task() by Ingo Molnar · 17 years ago
  36. fb8d472 sched: remove the 'u64 now' parameter from ->pick_next_task() by Ingo Molnar · 17 years ago
  37. f02231e sched: remove the 'u64 now' parameter from ->dequeue_task() by Ingo Molnar · 17 years ago
  38. fd390f6 sched: remove the 'u64 now' parameter from ->enqueue_task() by Ingo Molnar · 17 years ago
  39. d281918 sched: remove 'now' use from assignments by Ingo Molnar · 17 years ago
  40. eb59449 sched: remove __rq_clock() by Ingo Molnar · 17 years ago
  41. c1b3da3 sched: eliminate __rq_clock() use by Ingo Molnar · 17 years ago
  42. 2ab8115 sched: remove rq_clock() by Ingo Molnar · 17 years ago
  43. a8e504d sched: eliminate rq_clock() use by Ingo Molnar · 17 years ago
  44. b04a0f4 sched: add [__]update_rq_clock(rq) by Ingo Molnar · 17 years ago
  45. a4ac01c sched: fix bug in balance_tasks() by Peter Williams · 17 years ago
  46. e036185 sched: remove binary sysctls from kernel.sched_domain by Alexey Dobriyan · 17 years ago
  47. 8e717b1 sched: schedule() speedup by Ingo Molnar · 17 years ago
  48. 7bfd048 sched: uninline rq_clock() by Ingo Molnar · 17 years ago
  49. 9531b62 sched: clean up sched_getaffinity() by Ulrich Drepper · 17 years ago
  50. 4301065 sched: simplify move_tasks() by Peter Williams · 17 years ago
  51. f1a438d sched: reorder update_cpu_load(rq) with the ->task_tick() call by Ingo Molnar · 17 years ago
  52. 6cfb0d5 [PATCH] sched: reduce debug code by Ingo Molnar · 17 years ago
  53. 9c21724 [PATCH] sched: move load-calculation functions by Ingo Molnar · 17 years ago
  54. cad60d9 [PATCH] sched: ->task_new cleanup by Ingo Molnar · 17 years ago
  55. 4e6f96f [PATCH] sched: uninline inc/dec_nr_running() by Ingo Molnar · 17 years ago
  56. cb1c4fc [PATCH] sched: uninline calc_delta_mine() by Ingo Molnar · 17 years ago
  57. ecf691d [PATCH] sched: calc_delta_mine(): use fixed limit by Ingo Molnar · 17 years ago
  58. 5a4f3ea [PATCH] sched: tidy up left over smpnice code by Peter Williams · 17 years ago
  59. 362a701 [PATCH] sched: remove cache_hot_time by Ingo Molnar · 17 years ago
  60. 421cee2 sched: fix kernel-doc warnings by Randy Dunlap · 17 years ago
  61. e692ab5 [PATCH] sched: debug feature - make the sched-domains tree runtime-tweakable by Nick Piggin · 17 years ago
  62. 2cd4d0e [PATCH] sched: make cpu_clock() not use the rq clock by Ingo Molnar · 17 years ago
  63. 018a221 [PATCH] sched: remove unused rq->load_balance_class by Satoru Takeuchi · 17 years ago
  64. e107be3 [PATCH] sched: arch preempt notifier mechanism by Avi Kivity · 17 years ago
  65. e436d80 [PATCH] sched: implement cpu_clock(cpu) high-speed time source by Ingo Molnar · 17 years ago
  66. 969bb4e [PATCH] sched: fix the all pinned logic in load_balance_newidle() by Suresh Siddha · 17 years ago
  67. 9439aab [PATCH] sched: fix newly idle load balance in case of SMT by Suresh Siddha · 17 years ago
  68. f34e3b6 use the new percpu interface for shared data by Fenghua Yu · 17 years ago
  69. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  70. e4af30b [PATCH] sched: prettify prio_to_wmult[] by Ingo Molnar · 17 years ago
  71. 5714d2d [PATCH] sched: document prio_to_wmult[] by Ingo Molnar · 17 years ago
  72. f9153ee [PATCH] sched: improve weight-array comments by Ingo Molnar · 17 years ago
  73. 4fd8851 CFS: Fix missing digit off in wmult table by Thomas Gleixner · 17 years ago
  74. 4bd7732 [PATCH] sched: fix show_task()/show_tasks() output by Ingo Molnar · 18 years ago
  75. a5968df [PATCH] sched: allow larger granularity by Ingo Molnar · 18 years ago
  76. e127031 [PATCH] sched: fix prio_to_wmult[] for nice 1 by Mike Galbraith · 18 years ago
  77. c31f2e8 sched: add CFS credits by Ingo Molnar · 18 years ago
  78. 0fec171 sched: clean up sleep_on() APIs by Ingo Molnar · 18 years ago
  79. 9761eea sched: style cleanups by Ingo Molnar · 18 years ago
  80. b2cfba19 sched: remove unused rq types from sched.c by Ingo Molnar · 18 years ago
  81. 634fa8c sched: remove interactivity types by Ingo Molnar · 18 years ago
  82. dff06c1 sched: clean up include files in sched.c by Ingo Molnar · 18 years ago
  83. 1b9f19c sched: turn on the use of unstable events by Ingo Molnar · 18 years ago
  84. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 18 years ago
  85. dd41f59 sched: cfs core code by Ingo Molnar · 18 years ago
  86. f3479f1 sched: remove the sleep-bonus interactivity code by Ingo Molnar · 18 years ago
  87. c18a173 sched: remove expired_starving() by Ingo Molnar · 18 years ago
  88. f2ac58e sched: remove sleep_type by Ingo Molnar · 18 years ago
  89. 45bf76d sched: cfs, add load-calculation methods by Ingo Molnar · 18 years ago
  90. 1453118 sched: clean up __normal_prio() position by Ingo Molnar · 18 years ago
  91. 71f8bd4 sched: cleanup: move dequeue/enqueue_task() by Ingo Molnar · 18 years ago
  92. c24d20d sched: move around resched_task() by Ingo Molnar · 18 years ago
  93. e05606d sched: clean up the rt priority macros by Ingo Molnar · 18 years ago
  94. 138a8ae sched: add cfs_rq ops by Ingo Molnar · 18 years ago
  95. 41b86e9 sched: make posix-cpu-timers use CFS's accounting information by Ingo Molnar · 18 years ago
  96. 20d315d sched: add rq_clock()/__rq_clock() by Ingo Molnar · 18 years ago
  97. 6aa645e sched: cfs rq data types by Ingo Molnar · 18 years ago
  98. 425e096 sched: move code into kernel/sched_stats.h by Ingo Molnar · 18 years ago
  99. 1df2105 sched: add init_idle_bootup_task() by Ingo Molnar · 18 years ago
  100. f64f611 sched: remove sched_exit() by Ingo Molnar · 18 years ago