1. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  3. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  4. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
  6. 0b271ef4 Merge commit 'v2.6.28' into core/core by Ingo Molnar · 16 years ago
  7. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
  8. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  9. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  10. c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
  11. 9c2c480 schedstat: consolidate per-task cpu runtime stats by Ken Chen · 16 years ago
  12. e9515c3 sched, cpuacct: export percpu cpuacct cgroup stats by Ken Chen · 16 years ago
  13. 720f549 sched, cpuacct: refactoring cpuusage_read / cpuusage_write by Ken Chen · 16 years ago
  14. 03e89e4 sched: fix wakeup preemption clock by Mike Galbraith · 16 years ago
  15. d65bd5e sched: add missing arch_update_cpu_topology() call by Heiko Carstens · 16 years ago
  16. ee79d1b sched: let arch_update_cpu_topology indicate if topology changed by Heiko Carstens · 16 years ago
  17. cbc34ed sched: fix tracepoints in scheduler by Peter Zijlstra · 16 years ago
  18. c1dfdc7 Merge commit 'v2.6.28-rc8' into sched/core by Ingo Molnar · 16 years ago
  19. 9a2bd24 sched: CPU remove deadlock fix by Brian King · 16 years ago
  20. efbe027 sched: idle_balance() does not call load_balance_newidle() by Vaidyanathan Srinivasan · 16 years ago
  21. 5436499 sched: fix sd_parent_degenerate on non-numa smp machine by Ken Chen · 16 years ago
  22. 4d117c5 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  23. b8307db Merge commit 'v2.6.28-rc7' into tracing/core by Ingo Molnar · 16 years ago
  24. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  25. 6c415b9 sched: add uid information to sched_debug for CONFIG_USER_SCHED by Arun R Bharadwaj · 16 years ago
  26. af6d596 sched: prevent divide by zero error in cpu_avg_load_per_task, update by Ingo Molnar · 16 years ago
  27. 70574a9 sched: move double_unlock_balance() higher by Alexey Dobriyan · 16 years ago
  28. f1860c3 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  29. 4cd4262 sched: prevent divide by zero error in cpu_avg_load_per_task by Steven Rostedt · 16 years ago
  30. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  31. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  32. b19b3c7 Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/core by Ingo Molnar · 16 years ago
  33. 64b7482 Merge branch 'sched/rt' into sched/core by Ingo Molnar · 16 years ago
  34. 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
  35. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  36. 957ad01 sched: update comment for move_task_off_dead_cpu by Vegard Nossum · 16 years ago
  37. ec4e0e2 sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares by Ken Chen · 16 years ago
  38. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  39. 3ac3ba0 Merge branch 'linus' into sched/core by Ingo Molnar · 16 years ago
  40. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 16 years ago
  41. 74fcd52 account_steal_time: kill the unneeded account_group_system_time() by Oleg Nesterov · 16 years ago
  42. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  43. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  44. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  45. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  46. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  47. 5cbd54e sched: fix init_idle()'s use of sched_clock() by Ingo Molnar · 16 years ago
  48. 708b8ea Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
  49. a2d4777 sched: fix stale value in average load per task by Balbir Singh · 16 years ago
  50. 934352f sched: add hierarchical accounting to cpu accounting controller by Bharata B Rao · 16 years ago
  51. ad474ca fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lock by Oleg Nesterov · 16 years ago
  52. 5ac5c4d sched: clean up debug info by Peter Zijlstra · 16 years ago
  53. 6d21cd6 sched: clean up SCHED_CPUMASK_ALLOC by Li Zefan · 16 years ago
  54. 258594a Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  55. ca3273f9 sched: fix memory leak in a failure path by Li Zefan · 16 years ago
  56. f29c9b1 sched: fix a bug in sched domain degenerate by Li Zefan · 16 years ago
  57. cf7f869 sched, lockdep: inline double_unlock_balance() by Sripathi Kodi · 16 years ago
  58. 4793241 sched: backward looking buddy by Peter Zijlstra · 16 years ago
  59. faa2f98 sched: add sanity check in partition_sched_domains() by Li Zefan · 16 years ago
  60. a17e226 sched: remove redundant call to unregister_sched_domain_sysctl() by Li Zefan · 16 years ago
  61. eefd796 sched debug: remove sd_level_to_string() by Li Zefan · 16 years ago
  62. 34f3a81 sched: switch sched_features to seqfile by Li Zefan · 16 years ago
  63. eab1722 sched: cleanup for alloc_rt/fair_sched_group() by Li Zefan · 16 years ago
  64. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  65. 3f3a490 sched: virtual time buddy preemption by Peter Zijlstra · 16 years ago
  66. 01c8c57 sched: fix a find_busiest_group buglet by Peter Zijlstra · 16 years ago
  67. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  68. 1f6d6e8e Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  69. 133e887 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
  70. b5aadf7 proc: move /proc/schedstat boilerplate to kernel/sched_stats.h by Alexey Dobriyan · 16 years ago
  71. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  72. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. ffda12a sched: optimize group load balancer by Peter Zijlstra · 16 years ago
  74. 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
  75. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  76. 8cd162c sched: only update rq->clock while holding rq->lock by Peter Zijlstra · 16 years ago
  77. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago
  78. a5d8c34 sched debug: add name to sched_domain sysctl entries by Ingo Molnar · 16 years ago
  79. 34b3ede sched: remove redundant code in cpu_cgroup_create() by Li Zefan · 16 years ago
  80. 2c10c22 Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  81. 7317d7b sched: improve preempt debugging by Nick Piggin · 16 years ago
  82. 1508487 timers: fix itimer/many thread hang, fix by Ingo Molnar · 16 years ago
  83. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  84. 7086efe timers: fix itimer/many thread hang, v3 by Frank Mayhar · 16 years ago
  85. 4653f80 sched: more sanity checks on the bandwidth settings by Peter Zijlstra · 16 years ago
  86. 63e5c39 Merge branches 'sched/urgent' and 'sched/rt' into sched/devel by Ingo Molnar · 16 years ago
  87. bb34d92 timers: fix itimer/many thread hang, v2 by Frank Mayhar · 16 years ago
  88. 006c75f sched: clarify ifdef tangle by Andrew Morton · 16 years ago
  89. fa74820 sched: fix init_hrtick() section mismatch warning by Rakib Mullick · 16 years ago
  90. 15afe09 sched: wakeup preempt when small overlap by Peter Zijlstra · 16 years ago
  91. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  92. 09b22a2 Merge commit 'v2.6.27-rc6' into sched/devel by Ingo Molnar · 16 years ago
  93. ec5d498 sched: fix deadlock in setting scheduler parameter to zero by Hiroshi Shimamoto · 16 years ago
  94. 291c54f Merge branch 'sched/cpuset' into sched/urgent by Ingo Molnar · 16 years ago
  95. dfb512e sched: arch_reinit_sched_domains() must destroy domains to force rebuild by Max Krasnyansky · 16 years ago
  96. 7f79d85 Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  97. c8bfff6 sched: compilation fix with gcc 3.4.6 by Krzysztof Helt · 16 years ago
  98. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 16 years ago
  99. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  100. 7940ca3 sched: extract walk_tg_tree(), fix by Ingo Molnar · 16 years ago