1. 311e800 sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task() by Hillf Danton · 14 years ago
  2. 67d9553 sched: Remove noop in next_prio() by Hillf Danton · 14 years ago
  3. 1c09ab0 sched: Skip autogroup when looking for all rt sched groups by Yong Zhang · 13 years ago
  4. 36b2e92 Merge commit 'v3.0-rc5' into sched/core by Ingo Molnar · 13 years ago
  5. 0da938c sched: Check if lowest_mask is initialized in find_lowest_rq() by Steven Rostedt · 14 years ago
  6. 8dd0de8b sched: Fix need_resched() when checking peempt by Hillf Danton · 14 years ago
  7. e197f09 Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into sched/urgent by Ingo Molnar · 14 years ago
  8. cd4ae6a sched: More sched_domain iterations fixes by Xiaotian Feng · 14 years ago
  9. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  10. 61eadef sched, rt: Update rq clock when unthrottling of an otherwise idle CPU by Mike Galbraith · 14 years ago
  11. ec514c4 sched: Fix rt_rq runtime leakage bug by Cheng Xu · 14 years ago
  12. 7608dec sched: Drop the rq argument to sched_class::select_task_rq() by Peter Zijlstra · 14 years ago
  13. fd2f441 sched: Provide p->on_rq by Peter Zijlstra · 14 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  15. e0a92c1 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 14 years ago
  16. 0c3b916 sched: Fix sched rt group scheduling when hierachy is enabled by Balbir Singh · 14 years ago
  17. 48fa4b8 Merge commit 'v2.6.38-rc5' into sched/core by Ingo Molnar · 14 years ago
  18. 06c3bc6 sched: Fix update_curr_rt() by Peter Zijlstra · 14 years ago
  19. da7a735 sched: Fix switch_from_fair() by Peter Zijlstra · 14 years ago
  20. 8e54a2c sched: Change pick_next_task_rt from unlikely to likely by Steven Rostedt · 14 years ago
  21. 33c3d6c sched: Cleanup pre_schedule_rt by Yong Zhang · 15 years ago
  22. 3d4b47b sched: Implement on-demand (active) cfs_rq list by Peter Zijlstra · 14 years ago
  23. 305e683 sched: Do not account irq time to current task by Venkatesh Pallipadi · 14 years ago
  24. 4924627 sched: Unindent labels by Peter Zijlstra · 14 years ago
  25. b3bc211 sched: Give CPU bound RT tasks preference by Steven Rostedt · 14 years ago
  26. 43fa546 sched: Try not to migrate higher priority RT tasks by Steven Rostedt · 14 years ago
  27. c32b4fc sched: task_tick_rt: Remove the obsolete ->signal != NULL check by Oleg Nesterov · 15 years ago
  28. 371fd7e sched: Add enqueue/dequeue flags by Peter Zijlstra · 15 years ago
  29. 0017d73 sched: Fix TASK_WAKING vs fork deadlock by Peter Zijlstra · 15 years ago
  30. c949472 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  31. 80a1860 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. 41acab8 sched: Implement group scheduler statistics in one struct by Lucas De Marchi · 15 years ago
  33. 3d07467 sched: Fix pick_next_highest_task_rt() for cgroups by Peter Zijlstra · 15 years ago
  34. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 15 years ago
  35. 74b7eb5 sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu] by Yong Zhang · 15 years ago
  36. 37dad3f sched: Implement head queueing for sched_rt by Thomas Gleixner · 15 years ago
  37. ea87bb7 sched: Extend enqueue_task to allow head queueing by Thomas Gleixner · 15 years ago
  38. 3d45fd8 sched: Remove the sched_class load_balance methods by Peter Zijlstra · 15 years ago
  39. 6d686f4 sched: Don't expose local functions by H Hartley Sweeten · 15 years ago
  40. efbbd05 sched: Add pre and post wakeup hooks by Peter Zijlstra · 15 years ago
  41. 0986b11 sched: Convert rt_runtime_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  42. 05fa785 sched: Convert rq->lock to raw_spinlock by Thomas Gleixner · 15 years ago
  43. dba091b sched: Protect sched_rr_get_param() access to task->sched_class by Thomas Gleixner · 15 years ago
  44. e2c8806 cpumask: Simplify sched_rt.c by Rusty Russell · 15 years ago
  45. 0d721ce sched: Simplify sys_sched_rr_get_interval() system call by Peter Williams · 15 years ago
  46. 7d47872 sched: Rename sync arguments by Peter Zijlstra · 15 years ago
  47. 0763a66 sched: Rename select_task_rq() argument by Peter Zijlstra · 15 years ago
  48. 5f3edc1 sched: Hook sched_balance_self() into sched_class::select_task_rq() by Peter Zijlstra · 15 years ago
  49. e9e9250 sched: Scale down cpu_power due to RT tasks by Peter Zijlstra · 15 years ago
  50. bcf08df sched: Fix cpupri build on !CONFIG_SMP by Ingo Molnar · 17 years ago
  51. 8f48894 sched: Add debug check to task_of() by Peter Zijlstra · 15 years ago
  52. 00aec93 sched: Fully integrate cpus_active_map and root-domain code by Gregory Haskins · 15 years ago
  53. 3f029d3 sched: Enhance the pre/post scheduling logic by Gregory Haskins · 15 years ago
  54. a1ba4d8 sched_rt: Fix overload bug on rt group scheduling by Peter Zijlstra · 16 years ago
  55. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 16 years ago
  56. 5af8c4e Merge commit 'v2.6.30-rc1' into sched/urgent by Ingo Molnar · 16 years ago
  57. 13b8bd0 sched_rt: don't allocate cpumask in fastpath by Rusty Russell · 16 years ago
  58. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  59. 140573d Merge branches 'sched/rt' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  60. 3d39870 sched_rt: don't use first_cpu on cpumask created with cpumask_and by Rusty Russell · 16 years ago
  61. ceacc2c sched: make plist a library facility by Peter Zijlstra · 16 years ago
  62. 398a153 sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMP by Gregory Haskins · 16 years ago
  63. b07430a sched: de CPP-ify the scheduler code by Gregory Haskins · 16 years ago
  64. d38b223 cpumask: reduce stack usage in find_lowest_rq by Mike Travis · 16 years ago
  65. 0a6d4e1 Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks into sched/rt by Ingo Molnar · 16 years ago
  66. 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 16 years ago
  67. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
  68. 1563513 RT: fix push_rt_task() to handle dequeue_pushable properly by Gregory Haskins · 16 years ago
  69. 917b627 sched: create "pushable_tasks" list to limit pushing to one attempt by Gregory Haskins · 16 years ago
  70. 967fc04 sched: add sched_class->needs_post_schedule() member by Gregory Haskins · 16 years ago
  71. 777c2f3 sched: only try to push a task on wakeup if it is migratable by Gregory Haskins · 16 years ago
  72. 74ab8e4 sched: use highest_prio.next to optimize pull operations by Gregory Haskins · 16 years ago
  73. a872894 sched: use highest_prio.curr for pull threshold by Gregory Haskins · 16 years ago
  74. e864c49 sched: track the next-highest priority on each runqueue by Gregory Haskins · 16 years ago
  75. 4d98427 sched: cleanup inc/dec_rt_tasks by Gregory Haskins · 16 years ago
  76. 4e20228 Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core by Ingo Molnar · 16 years ago
  77. 80f40ee sched: use RCU variant of list traversal in for_each_leaf_rt_rq() by Bharata B Rao · 16 years ago
  78. 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 16 years ago
  79. 70574a9 sched: move double_unlock_balance() higher by Alexey Dobriyan · 16 years ago
  80. 3d8cbdf sched: convert local_cpu_mask to cpumask_var_t, fix by Rusty Russell · 16 years ago
  81. 96f874e2 sched: convert remaining old-style cpumask operators by Rusty Russell · 16 years ago
  82. 0e3900e sched: convert local_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
  83. 24600ce sched: convert check_preempt_equal_prio to cpumask_var_t. by Rusty Russell · 16 years ago
  84. c6c4927 sched: convert struct root_domain to cpumask_var_t. by Rusty Russell · 16 years ago
  85. 758b2cd sched: wrap sched_group and sched_domain cpumask accesses. by Rusty Russell · 16 years ago
  86. cf7f869 sched, lockdep: inline double_unlock_balance() by Sripathi Kodi · 16 years ago
  87. e113a74 sched/rt: small optimization to update_curr_rt() by Dimitri Sivanich · 16 years ago
  88. 8c82a17 Merge commit 'v2.6.28-rc1' into sched/urgent by Ingo Molnar · 16 years ago
  89. 4ce72a2 sched: add CONFIG_SMP consistency by Li Zefan · 16 years ago
  90. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  91. f6121f4 sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq by Dario Faggioli · 16 years ago
  92. 78333cd sched: add some comments to the bandwidth code by Peter Zijlstra · 16 years ago
  93. 63e5c39 Merge branches 'sched/urgent' and 'sched/rt' into sched/devel by Ingo Molnar · 16 years ago
  94. 15afe09 sched: wakeup preempt when small overlap by Peter Zijlstra · 16 years ago
  95. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  96. baf2573 sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly by Zhang, Yanmin · 16 years ago
  97. cc2991c sched: rt-bandwidth accounting fix by Peter Zijlstra · 16 years ago
  98. f3ade83 sched: fix sched_rt_rq_enqueue() resched idle by John Blackwood · 16 years ago
  99. 0b148fa sched: rt-bandwidth group disable fixes by Peter Zijlstra · 16 years ago
  100. 6f0d5c3 sched: rt-bandwidth accounting fix by Peter Zijlstra · 16 years ago