1. d243769 fix bogus hotplug cpu warning by Hugh Dickins · 17 years ago
  2. 50c4663 sched: s/sched_latency/sched_min_granularity by Ingo Molnar · 17 years ago
  3. 172ac3d sched: cleanup, sched_granularity -> sched_min_granularity by Ingo Molnar · 17 years ago
  4. 2180508 sched: adaptive scheduler granularity by Peter Zijlstra · 17 years ago
  5. 1fc84aa sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctls by Peter Zijlstra · 17 years ago
  6. 095e56c sched: fix startup penalty calculation by Ingo Molnar · 17 years ago
  7. ea0aa3b sched: simplify bonus calculation #2 by Peter Zijlstra · 17 years ago
  8. a6f2994 sched: simplify bonus calculation #1 by Peter Zijlstra · 17 years ago
  9. b2133c8 sched: tidy up and simplify the bonus balance by Ingo Molnar · 17 years ago
  10. 98fbc79 sched: optimize task_tick_rt() a bit by Dmitry Adamushko · 17 years ago
  11. deac4ee sched: simplify can_migrate_task() by Sven-Thorsten Dietrich · 17 years ago
  12. 71fd371 sched: remove HZ dependency from the granularity default by Ingo Molnar · 17 years ago
  13. 7c6c16f sched: CONFIG_SCHED_GROUP_FAIR=y fixlet by Bruce Ashfield · 17 years ago
  14. d0797b3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  15. de80af4 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  16. 505c0ef sched: tweak the sched_runtime_limit tunable by Ingo Molnar · 17 years ago
  17. f549da8 sched: skip updating rq's next_balance under null SD by Suresh Siddha · 17 years ago
  18. f8700df sched: fix broken SMT/MC optimizations by Suresh Siddha · 17 years ago
  19. c57baf1 sched: fix sysctl directory permissions by Eric W. Biederman · 17 years ago
  20. 2aa44d0 sched: sched_clock_idle_[sleep|wakeup]_event() by Ingo Molnar · 17 years ago
  21. 834d216 signalfd: fix interaction with posix-timers by Oleg Nesterov · 17 years ago
  22. d02479b posix-timers: fix creation race by Oleg Nesterov · 17 years ago
  23. 179394a posix-timers: fix deletion race by Thomas Gleixner · 17 years ago
  24. 8b7f071 free_irq(): fix DEBUG_SHIRQ handling by Andrew Morton · 17 years ago
  25. 187226f futex_unlock_pi() hurts my brain and may cause application deadlock by john stultz · 17 years ago
  26. 88ae704 kernel/auditsc.c: fix an off-by-one by Adrian Bunk · 17 years ago
  27. 256e2fd Fix Off-by-one in /sys/module/*/refcnt by Alexey Dobriyan · 17 years ago
  28. cb00e99 fix - ensure we don't use bootconsoles after init has been released by Robin Getz · 17 years ago
  29. 0c5564b ensure we don't use bootconsoles after init has been released by Robin Getz · 17 years ago
  30. e598fba Remove double inclusion of linux/capability.h by Christian Heim · 17 years ago
  31. 738ddd3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  32. 2464286 genirq: suppress resend of level interrupts by Thomas Gleixner · 17 years ago
  33. 4966342 genirq: cleanup mismerge artifact by Thomas Gleixner · 17 years ago
  34. de0cf89 sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/ by Oleg Nesterov · 17 years ago
  35. 5d2b3d3 sched: fix sleeper bonus by Ingo Molnar · 17 years ago
  36. 6707de00 sched: make global code static by Adrian Bunk · 17 years ago
  37. d291676 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  38. cd5bfea fix compilation with gcc 4.2 by Peter Chubb · 17 years ago
  39. 6ddfca9 timer: remove clockevents_unregister_notifier by Miao Xie · 17 years ago
  40. c5a69ad Hibernation: do not try to mark invalid PFNs as nosave by Rafael J. Wysocki · 17 years ago
  41. 8daec96 Fix missing numa_zonelist_order sysctl by Lee Schermerhorn · 17 years ago
  42. 5167e75 sched debug: dont print kernel address in /proc/sched_debug by Ingo Molnar · 17 years ago
  43. e56f31a sched: fix typo in the FAIR_GROUP_SCHED branch by Ingo Molnar · 17 years ago
  44. 529c772 sched: improve rq-clock overflow logic by Ingo Molnar · 17 years ago
  45. be12014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  46. 88ffc35 Revert "genirq: temporary fix for level-triggered IRQ resend" by Linus Torvalds · 17 years ago
  47. 7cff8cf sched: refine negative nice level granularity by Ingo Molnar · 17 years ago
  48. a69edb5 sched: fix update_stats_enqueue() reniced codepath by Ingo Molnar · 17 years ago
  49. 194081e sched: round a bit better by Ingo Molnar · 17 years ago
  50. 254753d sched: make the multiplication table more accurate by Ingo Molnar · 17 years ago
  51. 6e82a3b sched: optimize update_rq_clock() calls in the load-balancer by Ingo Molnar · 17 years ago
  52. 2daa357 sched: optimize activate_task() by Ingo Molnar · 17 years ago
  53. c3b64f1 sched: clean up set_curr_task_fair() by Ingo Molnar · 17 years ago
  54. d9e0e6aa sched: remove __update_rq_clock() call from entity_tick() by Ingo Molnar · 17 years ago
  55. 546fe3c sched: move the __update_rq_clock() call to scheduler_tick() by Ingo Molnar · 17 years ago
  56. a48da48 sched debug: remove the 'u64 now' parameter from print_task()/_rq() by Ingo Molnar · 17 years ago
  57. bdd4dfa sched: remove the 'u64 now' local variables by Ingo Molnar · 17 years ago
  58. 2e1cb74 sched: remove the 'u64 now' parameter from deactivate_task() by Ingo Molnar · 17 years ago
  59. 69be72c sched: remove the 'u64 now' parameter from dequeue_task() by Ingo Molnar · 17 years ago
  60. 8159f87 sched: remove the 'u64 now' parameter from enqueue_task() by Ingo Molnar · 17 years ago
  61. db53181 sched: remove the 'u64 now' parameter from dec_nr_running() by Ingo Molnar · 17 years ago
  62. e5fa223 sched: remove the 'u64 now' parameter from inc_nr_running() by Ingo Molnar · 17 years ago
  63. 79b5ddd sched: remove the 'u64 now' parameter from dec_load() by Ingo Molnar · 17 years ago
  64. 29b4b62 sched: remove the 'u64 now' parameter from inc_load() by Ingo Molnar · 17 years ago
  65. 84a1d7a sched: remove the 'u64 now' parameter from update_curr_load() by Ingo Molnar · 17 years ago
  66. ee0827d sched: remove the 'u64 now' parameter from ->task_new() by Ingo Molnar · 17 years ago
  67. 31ee529 sched: remove the 'u64 now' parameter from ->put_prev_task() by Ingo Molnar · 17 years ago
  68. ff95f3d sched: remove the 'u64 now' parameter from pick_next_task() by Ingo Molnar · 17 years ago
  69. fb8d472 sched: remove the 'u64 now' parameter from ->pick_next_task() by Ingo Molnar · 17 years ago
  70. f02231e sched: remove the 'u64 now' parameter from ->dequeue_task() by Ingo Molnar · 17 years ago
  71. fd390f6 sched: remove the 'u64 now' parameter from ->enqueue_task() by Ingo Molnar · 17 years ago
  72. f1e14ef sched: remove the 'u64 now' parameter from update_curr_rt() by Ingo Molnar · 17 years ago
  73. ab6cde2 sched: remove the 'u64 now' parameter from put_prev_entity() by Ingo Molnar · 17 years ago
  74. 9948f4b sched: remove the 'u64 now' parameter from pick_next_entity() by Ingo Molnar · 17 years ago
  75. 8494f41 sched: remove the 'u64 now' parameter from set_next_entity() by Ingo Molnar · 17 years ago
  76. 525c271 sched: remove the 'u64 now' parameter from dequeue_entity() by Ingo Molnar · 17 years ago
  77. 668031c sched: remove the 'u64 now' parameter from enqueue_entity() by Ingo Molnar · 17 years ago
  78. 2396af6 sched: remove the 'u64 now' parameter from enqueue_sleeper() by Ingo Molnar · 17 years ago
  79. dfdc119 sched: remove the 'u64 now' parameter from __enqueue_sleeper() by Ingo Molnar · 17 years ago
  80. c7e9b5b sched: remove the 'u64 now' parameter from update_stats_curr_end() by Ingo Molnar · 17 years ago
  81. 19b6a2e sched: remove the 'u64 now' parameter from update_stats_dequeue() by Ingo Molnar · 17 years ago
  82. 79303e9 sched: remove the 'u64 now' parameter from update_stats_curr_start() by Ingo Molnar · 17 years ago
  83. 9ef0a96 sched: remove the 'u64 now' parameter from update_stats_wait_end() by Ingo Molnar · 17 years ago
  84. eac55ea sched: remove the 'u64 now' parameter from __update_stats_wait_end() by Ingo Molnar · 17 years ago
  85. d2417e5 sched: remove the 'u64 now' parameter from update_stats_enqueue() by Ingo Molnar · 17 years ago
  86. 5870db5 sched: remove the 'u64 now' parameter from update_stats_wait_start() by Ingo Molnar · 17 years ago
  87. b7cc089 sched: remove the 'u64 now' parameter from update_curr() by Ingo Molnar · 17 years ago
  88. 5cef9ec sched: remove the 'u64 now' parameter from print_cfs_rq() by Ingo Molnar · 17 years ago
  89. d281918 sched: remove 'now' use from assignments by Ingo Molnar · 17 years ago
  90. eb59449 sched: remove __rq_clock() by Ingo Molnar · 17 years ago
  91. c1b3da3 sched: eliminate __rq_clock() use by Ingo Molnar · 17 years ago
  92. 2ab8115 sched: remove rq_clock() by Ingo Molnar · 17 years ago
  93. a8e504d sched: eliminate rq_clock() use by Ingo Molnar · 17 years ago
  94. b04a0f4 sched: add [__]update_rq_clock(rq) by Ingo Molnar · 17 years ago
  95. a4ac01c sched: fix bug in balance_tasks() by Peter Williams · 17 years ago
  96. e036185 sched: remove binary sysctls from kernel.sched_domain by Alexey Dobriyan · 17 years ago
  97. fd8bb43 sched: delta_exec accounting fix by Ingo Molnar · 17 years ago
  98. c5dcfe7 sched: clean up delta_mine by Ingo Molnar · 17 years ago
  99. 8e717b1 sched: schedule() speedup by Ingo Molnar · 17 years ago
  100. 7bfd048 sched: uninline rq_clock() by Ingo Molnar · 17 years ago