1. 774a694 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  2. eee2775 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  3. d7ea17a sched: Fix dynamic power-balancing crash by Ingo Molnar · 17 years ago
  4. 18a3885 sched: Remove reciprocal for cpu_power by Peter Zijlstra · 17 years ago
  5. d899a78 sched: Try to deal with low capacity, fix update_sd_power_savings_stats() by Gautham R Shenoy · 17 years ago
  6. bdb94aa sched: Try to deal with low capacity by Peter Zijlstra · 17 years ago
  7. e9e9250 sched: Scale down cpu_power due to RT tasks by Peter Zijlstra · 17 years ago
  8. ab29230 sched: Implement dynamic cpu_power by Peter Zijlstra · 17 years ago
  9. a52bfd7 sched: Add smt_gain by Peter Zijlstra · 17 years ago
  10. cc9fba7 sched: Update the cpu_power sum during load-balance by Peter Zijlstra · 17 years ago
  11. b5d978e sched: Add SD_PREFER_SIBLING by Peter Zijlstra · 17 years ago
  12. f93e65c sched: Restore __cpu_power to a straight sum of power by Peter Zijlstra · 17 years ago
  13. 9aa55fb Merge branches 'sched/domains' and 'sched/clock' into sched/core by Ingo Molnar · 17 years ago
  14. 8f0dfc3 sched: Provide iowait counters by Arjan van de Ven · 17 years ago
  15. 84e9dab sched: Rename init_cfs_rq => init_tg_cfs_rq by Anirban Sinha · 17 years ago
  16. 34d76c4 sched: Fix division by zero - really by Peter Zijlstra · 17 years ago
  17. d6714c2 rcu: Renamings to increase RCU clarity by Paul E. McKenney · 17 years ago
  18. a8af724 sched: Avoid division by zero by Peter Zijlstra · 17 years ago
  19. cde7e5ca sched: Use for_each_class macro in move_one_task() by Hiroshi Shimamoto · 17 years ago
  20. 294b0c9 sched: Consolidate definition of variable sd in __build_sched_domains by Andreas Herrmann · 17 years ago
  21. 0601a88 sched: Separate out build of NUMA sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  22. de616e3 sched: Separate out build of ALLNODES sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  23. 8654809 sched: Separate out build of CPU sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  24. a2af04c sched: Separate out build of MC sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  25. 0e8e85c sched: Separate out build of SMT sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  26. d817353 sched: Separate out build of SMT sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  27. 410c408 sched: Separate out build of MC sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  28. 87cce66 sched: Separate out build of CPU sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  29. 7f4588f sched: Separate out build of NUMA sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  30. 2109b99 sched: Separate out allocation/free/goto-hell from __build_sched_domains by Andreas Herrmann · 17 years ago
  31. 49a02c5 sched: Use structure to store local data in __build_sched_domains by Andreas Herrmann · 17 years ago
  32. fa08661 Merge commit 'v2.6.31-rc6' into core/rcu by Ingo Molnar · 17 years ago
  33. f607c66 lockdep: Introduce lockdep_assert_held() by Peter Zijlstra · 17 years ago
  34. 693525e sched: Ensure the migration task doesn't go away during use by Peter Zijlstra · 17 years ago
  35. 00aec93 sched: Fully integrate cpus_active_map and root-domain code by Gregory Haskins · 17 years ago
  36. 3f029d3 sched: Enhance the pre/post scheduling logic by Gregory Haskins · 17 years ago
  37. da19ab5 sched: Check for pushing rt tasks after all scheduling by Steven Rostedt · 17 years ago
  38. e709715 sched: Optimize unused cgroup configuration by Peter Zijlstra · 17 years ago
  39. a500427 sched: Fix cgroup smp fairness by Peter Zijlstra · 17 years ago
  40. 8e9ed8b Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 17 years ago
  41. a004cd4 sched: Fix return value of migration_init() by Thomas Gleixner · 17 years ago
  42. 613afbf sched: Pull up the might_sleep() check into cond_resched() by Frederic Weisbecker · 17 years ago
  43. e4aafea sched: Add a preempt count base offset to __might_sleep() by Frederic Weisbecker · 17 years ago
  44. e09758f sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep() by Frederic Weisbecker · 17 years ago
  45. 4b21556 sched: Remove obsolete comment in __cond_resched() by Frederic Weisbecker · 17 years ago
  46. e7aaaa6 sched: Drop the need_resched() loop from cond_resched() by Frederic Weisbecker · 17 years ago
  47. 5304d5f Merge branch 'linus' into sched/core by Ingo Molnar · 17 years ago
  48. a468d38 sched: fix load average accounting vs. cpu hotplug by Thomas Gleixner · 17 years ago
  49. 4b0a840 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-sched by Linus Torvalds · 17 years ago
  50. d86ee48 sched: optimize cond_resched() by Peter Zijlstra · 17 years ago
  51. c20b08e sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() by Fabio Checconi · 17 years ago
  52. 7793527 sched: Reset sched stats on fork() by Lucas De Marchi · 17 years ago
  53. a1ba4d8 sched_rt: Fix overload bug on rt group scheduling by Peter Zijlstra · 17 years ago
  54. 03b042b rcu: Add synchronize_sched_expedited() primitive by Paul E. McKenney · 17 years ago
  55. 54d35f2 sched: Hide runqueues from direct reference at source code level for __raw_get_cpu_var() by Hitoshi Mitake · 17 years ago
  56. 348b346 Merge branch 'linus' into sched/core by Ingo Molnar · 17 years ago
  57. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  58. 1eb51c33 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  59. e5289d4 perf_counter: Simplify and fix task migration counting by Peter Zijlstra · 17 years ago
  60. 371cbb3 kthreads: simplify migration_thread() exit path by Oleg Nesterov · 17 years ago
  61. 6c697bd sched: Add SCHED_RESET_ON_FORK functionality for nice < 0 tasks by Mike Galbraith · 17 years ago
  62. b9dc29e sched: Clean up SCHED_RESET_ON_FORK by Mike Galbraith · 17 years ago
  63. fd5e1b5 sched: Remove unneeded __ref tag by Li Zefan · 17 years ago
  64. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  65. ca94c44 sched: Introduce SCHED_RESET_ON_FORK scheduling policy flag by Lennart Poettering · 17 years ago
  66. b43e352 sched: export kick_process by Rusty Russell · 17 years ago
  67. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  68. 0fb5302 sched: use slab in cpupri_init() by Pekka Enberg · 17 years ago
  69. 4bdddf8 sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() by Pekka Enberg · 17 years ago
  70. 36b7b6d sched: use kzalloc() instead of the bootmem allocator by Pekka Enberg · 17 years ago
  71. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 17 years ago
  72. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  73. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  74. 082b63a Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  75. 3f731ca perf_counter: Fix cpu migration counter by Paul Mackerras · 17 years ago
  76. f38b082 perf_counter: Initialize per-cpu context earlier on cpu up by Paul Mackerras · 17 years ago
  77. e220d2d perf_counter: Fix dynamic irq_period logging by Peter Zijlstra · 17 years ago
  78. 564c2b2 perf_counter: Optimize context switch between identical inherited contexts by Paul Mackerras · 17 years ago
  79. 4200efd sched: properly define the sched_group::cpumask and sched_domain::span fields by Ingo Molnar · 17 years ago
  80. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 17 years ago
  81. 2d02494 sched, timers: cleanup avenrun users by Thomas Gleixner · 17 years ago
  82. dce48a8 sched, timers: move calc_load() to scheduler by Thomas Gleixner · 17 years ago
  83. eea08f3 timers: Logic to move non pinned timers by Arun R Bharadwaj · 17 years ago
  84. cd1bb94 timers: /proc/sys sysctl hook to enable timer migration by Arun R Bharadwaj · 17 years ago
  85. 5c33386 timers: Identifying the existing pinned timers by Arun R Bharadwaj · 17 years ago
  86. 7961386 Merge commit 'v2.6.30-rc5' into sched/core by Ingo Molnar · 17 years ago
  87. f066a15 Merge branch 'x86/urgent' into x86/xen by Ingo Molnar · 17 years ago
  88. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 17 years ago
  89. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  90. aa47b7e sched: emit thread info flags with stack trace by David Rientjes · 17 years ago
  91. de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 17 years ago
  92. 60aa605 sched: rt: document the risk of small values in the bandwidth settings by Peter Zijlstra · 17 years ago
  93. 0d905bc perf_counter: initialize the per-cpu context earlier by Ingo Molnar · 17 years ago
  94. f5f293a sched: account system time properly by Eric Dumazet · 17 years ago
  95. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 17 years ago
  96. 50fa610 sched: Document memory barriers implied by sleep/wake-up primitives by David Howells · 17 years ago
  97. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 17 years ago
  98. 6e29ec5 sched: Replace first_cpu() with cpumask_first() in ILB nomination code by Gautham R Shenoy · 17 years ago
  99. ff74334 sched: remove extra call overhead for schedule() by Peter Zijlstra · 17 years ago
  100. f1f9b3b perfcounters, sched: remove __task_delta_exec() by Ingo Molnar · 17 years ago