1. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  2. 74b7eb5 sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu] by Yong Zhang · 14 years ago
  3. 37dad3f sched: Implement head queueing for sched_rt by Thomas Gleixner · 14 years ago
  4. ea87bb7 sched: Extend enqueue_task to allow head queueing by Thomas Gleixner · 14 years ago
  5. 3d45fd8 sched: Remove the sched_class load_balance methods by Peter Zijlstra · 15 years ago
  6. 6d686f4 sched: Don't expose local functions by H Hartley Sweeten · 14 years ago
  7. efbbd05 sched: Add pre and post wakeup hooks by Peter Zijlstra · 15 years ago
  8. 0986b11 sched: Convert rt_runtime_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  9. 05fa785 sched: Convert rq->lock to raw_spinlock by Thomas Gleixner · 15 years ago
  10. dba091b sched: Protect sched_rr_get_param() access to task->sched_class by Thomas Gleixner · 15 years ago
  11. e2c8806 cpumask: Simplify sched_rt.c by Rusty Russell · 15 years ago
  12. 0d721ce sched: Simplify sys_sched_rr_get_interval() system call by Peter Williams · 15 years ago
  13. 7d47872 sched: Rename sync arguments by Peter Zijlstra · 15 years ago
  14. 0763a66 sched: Rename select_task_rq() argument by Peter Zijlstra · 15 years ago
  15. 5f3edc1 sched: Hook sched_balance_self() into sched_class::select_task_rq() by Peter Zijlstra · 15 years ago
  16. e9e9250 sched: Scale down cpu_power due to RT tasks by Peter Zijlstra · 15 years ago
  17. bcf08df sched: Fix cpupri build on !CONFIG_SMP by Ingo Molnar · 16 years ago
  18. 8f48894 sched: Add debug check to task_of() by Peter Zijlstra · 15 years ago
  19. 00aec93 sched: Fully integrate cpus_active_map and root-domain code by Gregory Haskins · 15 years ago
  20. 3f029d3 sched: Enhance the pre/post scheduling logic by Gregory Haskins · 15 years ago
  21. a1ba4d8 sched_rt: Fix overload bug on rt group scheduling by Peter Zijlstra · 15 years ago
  22. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  23. 5af8c4e Merge commit 'v2.6.30-rc1' into sched/urgent by Ingo Molnar · 15 years ago
  24. 13b8bd0 sched_rt: don't allocate cpumask in fastpath by Rusty Russell · 15 years ago
  25. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  26. 140573d Merge branches 'sched/rt' and 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  27. 3d39870 sched_rt: don't use first_cpu on cpumask created with cpumask_and by Rusty Russell · 15 years ago
  28. ceacc2c sched: make plist a library facility by Peter Zijlstra · 15 years ago
  29. 398a153 sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMP by Gregory Haskins · 15 years ago
  30. b07430a sched: de CPP-ify the scheduler code by Gregory Haskins · 15 years ago
  31. d38b223 cpumask: reduce stack usage in find_lowest_rq by Mike Travis · 15 years ago
  32. 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 · 15 years ago
  33. 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 16 years ago
  34. 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
  35. 1563513 RT: fix push_rt_task() to handle dequeue_pushable properly by Gregory Haskins · 16 years ago
  36. 917b627 sched: create "pushable_tasks" list to limit pushing to one attempt by Gregory Haskins · 16 years ago
  37. 967fc04 sched: add sched_class->needs_post_schedule() member by Gregory Haskins · 16 years ago
  38. 777c2f3 sched: only try to push a task on wakeup if it is migratable by Gregory Haskins · 16 years ago
  39. 74ab8e4 sched: use highest_prio.next to optimize pull operations by Gregory Haskins · 16 years ago
  40. a872894 sched: use highest_prio.curr for pull threshold by Gregory Haskins · 16 years ago
  41. e864c49 sched: track the next-highest priority on each runqueue by Gregory Haskins · 16 years ago
  42. 4d98427 sched: cleanup inc/dec_rt_tasks by Gregory Haskins · 16 years ago
  43. 4e20228 Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core by Ingo Molnar · 16 years ago
  44. 80f40ee sched: use RCU variant of list traversal in for_each_leaf_rt_rq() by Bharata B Rao · 16 years ago
  45. 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 16 years ago
  46. 70574a9 sched: move double_unlock_balance() higher by Alexey Dobriyan · 16 years ago
  47. 3d8cbdf sched: convert local_cpu_mask to cpumask_var_t, fix by Rusty Russell · 16 years ago
  48. 96f874e2 sched: convert remaining old-style cpumask operators by Rusty Russell · 16 years ago
  49. 0e3900e sched: convert local_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
  50. 24600ce sched: convert check_preempt_equal_prio to cpumask_var_t. by Rusty Russell · 16 years ago
  51. c6c4927 sched: convert struct root_domain to cpumask_var_t. by Rusty Russell · 16 years ago
  52. 758b2cd sched: wrap sched_group and sched_domain cpumask accesses. by Rusty Russell · 16 years ago
  53. cf7f869 sched, lockdep: inline double_unlock_balance() by Sripathi Kodi · 16 years ago
  54. e113a74 sched/rt: small optimization to update_curr_rt() by Dimitri Sivanich · 16 years ago
  55. 8c82a17e Merge commit 'v2.6.28-rc1' into sched/urgent by Ingo Molnar · 16 years ago
  56. 4ce72a2 sched: add CONFIG_SMP consistency by Li Zefan · 16 years ago
  57. 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
  58. f6121f4 sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq by Dario Faggioli · 16 years ago
  59. 78333cd sched: add some comments to the bandwidth code by Peter Zijlstra · 16 years ago
  60. 63e5c39 Merge branches 'sched/urgent' and 'sched/rt' into sched/devel by Ingo Molnar · 16 years ago
  61. 15afe09 sched: wakeup preempt when small overlap by Peter Zijlstra · 16 years ago
  62. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  63. baf2573 sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly by Zhang, Yanmin · 16 years ago
  64. cc2991c sched: rt-bandwidth accounting fix by Peter Zijlstra · 16 years ago
  65. f3ade83 sched: fix sched_rt_rq_enqueue() resched idle by John Blackwood · 16 years ago
  66. 0b148fa sched: rt-bandwidth group disable fixes by Peter Zijlstra · 16 years ago
  67. 6f0d5c3 sched: rt-bandwidth accounting fix by Peter Zijlstra · 16 years ago
  68. f1679d0 sched: fix rt-bandwidth hotplug race by Peter Zijlstra · 16 years ago
  69. 1b12bbc lockdep: re-annotate scheduler runqueues by Peter Zijlstra · 16 years ago
  70. 8ffa5b6 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 58838cf sched: clean up compiler warning by Peter Zijlstra · 16 years ago
  72. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. d986434 Merge branch 'sched/urgent' into sched/devel by Ingo Molnar · 16 years ago
  74. 577b4a5 sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not needed by David Howells · 16 years ago
  75. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  76. 7ebefa8 sched: rework of "prioritize non-migratable tasks over migratable ones" by Dmitry Adamushko · 16 years ago
  77. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  78. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  79. 55e12e5 sched: make sched_{rt,fair}.c ifdefs more readable by Dhaval Giani · 16 years ago
  80. c09595f sched: revert revert of: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 16 years ago
  81. bf647b6 sched: clean up some unused variables by Peter Zijlstra · 16 years ago
  82. 8a8cde1 sched: rt: dont stop the period timer when there are tasks wanting to run by Peter Zijlstra · 16 years ago
  83. 6c3df25 sched: rt: dont stop the period timer when there are tasks wanting to run by Peter Zijlstra · 16 years ago
  84. eff6549 sched: rt: move some code around by Peter Zijlstra · 16 years ago
  85. b79f383 sched: rt: fix SMP bandwidth balancing for throttled groups by Peter Zijlstra · 16 years ago
  86. ada18de sched: debug: add some rt debug output by Peter Zijlstra · 16 years ago
  87. 1cdad71 Merge branch 'sched' into sched-devel by Ingo Molnar · 16 years ago
  88. 15a8641 sched: rt-group: fix RR buglet by Peter Zijlstra · 16 years ago
  89. ad2a3f1 sched: rt-group: heirarchy aware throttle by Peter Zijlstra · 16 years ago
  90. 20b6331 sched: rework of "prioritize non-migratable tasks over migratable ones" by Dmitry Adamushko · 16 years ago
  91. 7def2be sched: fix hotplug cpus on ia64 by Peter Zijlstra · 16 years ago
  92. 1100ac9 sched: fix cpuprio build bug by Ingo Molnar · 16 years ago
  93. 1f11eb6a sched: fix cpupri hotplug support by Gregory Haskins · 16 years ago
  94. 6e0534f sched: use a 2-d bitmap for searching lowest-pri CPU by Gregory Haskins · 16 years ago
  95. 45c01e8 sched: prioritize non-migratable tasks over migratable ones by Gregory Haskins · 16 years ago
  96. 6363ca5 revert ("sched: fair-group: SMP-nice for group scheduling") by Ingo Molnar · 16 years ago
  97. 363ab6f core: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  98. 8ae121a sched: fix RT task-wakeup logic by Gregory Haskins · 16 years ago
  99. 2abdad0 sched: make rt_sched_class, idle_sched_class static by Harvey Harrison · 16 years ago
  100. 58d6c2d sched: rt-group: optimize dequeue_rt_stack by Peter Zijlstra · 16 years ago