1. 2bba22c sched: Turn off child_runs_first by Mike Galbraith · 16 years ago
  2. b5d9d73 sched: Ensure that a child can't gain time over it's parent after fork() by Mike Galbraith · 16 years ago
  3. 71a29aa sched: Deal with low-load in wake_affine() by Peter Zijlstra · 16 years ago
  4. cdd2ab3 sched: Remove short cut from select_task_rq_fair() by Peter Zijlstra · 16 years ago
  5. d7ea17a sched: Fix dynamic power-balancing crash by Ingo Molnar · 16 years ago
  6. 18a3885 sched: Remove reciprocal for cpu_power by Peter Zijlstra · 17 years ago
  7. d899a78 sched: Try to deal with low capacity, fix update_sd_power_savings_stats() by Gautham R Shenoy · 16 years ago
  8. bdb94aa sched: Try to deal with low capacity by Peter Zijlstra · 17 years ago
  9. e9e9250 sched: Scale down cpu_power due to RT tasks by Peter Zijlstra · 17 years ago
  10. ab29230 sched: Implement dynamic cpu_power by Peter Zijlstra · 17 years ago
  11. a52bfd73 sched: Add smt_gain by Peter Zijlstra · 17 years ago
  12. cc9fba7 sched: Update the cpu_power sum during load-balance by Peter Zijlstra · 17 years ago
  13. b5d978e sched: Add SD_PREFER_SIBLING by Peter Zijlstra · 17 years ago
  14. f93e65c sched: Restore __cpu_power to a straight sum of power by Peter Zijlstra · 17 years ago
  15. 9aa55fb Merge branches 'sched/domains' and 'sched/clock' into sched/core by Ingo Molnar · 16 years ago
  16. 768d0c2 sched: Add wait, sleep and iowait accounting tracepoints by Peter Zijlstra · 17 years ago
  17. 8f0dfc3 sched: Provide iowait counters by Arjan van de Ven · 17 years ago
  18. f14eff1 Merge commit 'v2.6.31-rc8' into sched/core by Ingo Molnar · 17 years ago
  19. 84e9dab sched: Rename init_cfs_rq => init_tg_cfs_rq by Anirban Sinha · 17 years ago
  20. 34d76c4 sched: Fix division by zero - really by Peter Zijlstra · 17 years ago
  21. 1b364bf module: workaround duplicate section names by James Bottomley · 17 years ago
  22. 7d1d16e module: fix BUG_ON() for powerpc (and other function descriptor archs) by Rusty Russell · 17 years ago
  23. 4ab6c08 clone(): fix race between copy_process() and de_thread() by Oleg Nesterov · 17 years ago
  24. 9c93768 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
  25. 44afa9a Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  26. 7d63e63 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  27. 4464fca perf_counter: Fix typo in read() output generation by Peter Zijlstra · 17 years ago
  28. a8af724 sched: Avoid division by zero by Peter Zijlstra · 17 years ago
  29. cde7e5ca sched: Use for_each_class macro in move_one_task() by Hiroshi Shimamoto · 17 years ago
  30. d46c7d9 Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  31. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 17 years ago
  32. eda1e32 tracing: handle broken names in ftrace filter by Jiri Olsa · 17 years ago
  33. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 17 years ago
  34. dcd94db Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  35. 294b0c9 sched: Consolidate definition of variable sd in __build_sched_domains by Andreas Herrmann · 17 years ago
  36. 0601a88 sched: Separate out build of NUMA sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  37. de616e3 sched: Separate out build of ALLNODES sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  38. 8654809 sched: Separate out build of CPU sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  39. a2af04c sched: Separate out build of MC sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  40. 0e8e85c sched: Separate out build of SMT sched groups from __build_sched_domains by Andreas Herrmann · 17 years ago
  41. d817353 sched: Separate out build of SMT sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  42. 410c408 sched: Separate out build of MC sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  43. 87cce66 sched: Separate out build of CPU sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  44. 7f4588f sched: Separate out build of NUMA sched domain from __build_sched_domains by Andreas Herrmann · 17 years ago
  45. 2109b99 sched: Separate out allocation/free/goto-hell from __build_sched_domains by Andreas Herrmann · 17 years ago
  46. 49a02c5 sched: Use structure to store local data in __build_sched_domains by Andreas Herrmann · 17 years ago
  47. 69ab849 genirq: Wake up irq thread after action has been installed by Thomas Gleixner · 17 years ago
  48. f738eb1 perf_counter: Fix the PARISC build by Ingo Molnar · 17 years ago
  49. f2d84b6 ftrace: Unify effect of writing to trace_options and option/* by Zhaolei · 17 years ago
  50. de80934 timers: Drop write permission on /proc/timer_list by Amerigo Wang · 17 years ago
  51. e1ac361 perf_counter: Check task on counter read IPI by Paul Mackerras · 17 years ago
  52. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 17 years ago
  53. 2d860ad genirq: prevent wakeup of freed irq thread by Linus Torvalds · 17 years ago
  54. 3493e84 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
  55. 919aa96 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  56. 94d5d1b perf_counter: Report the cloning task as parent on perf_counter_fork() by Peter Zijlstra · 17 years ago
  57. 970892a perf_counter: Fix an ipi-deadlock by Peter Zijlstra · 17 years ago
  58. 3dab77f perf: Rework/fix the whole read vs group stuff by Peter Zijlstra · 17 years ago
  59. bcfc260 perf_counter: Fix swcounter context invariance by Peter Zijlstra · 17 years ago
  60. 2840297 perf_counter: Provide hw_perf_counter_setup_online() APIs by Ingo Molnar · 17 years ago
  61. 39cbb60 Remove double removal of blktrace directory by Alan D. Brunelle · 17 years ago
  62. d00aa66 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
  63. 392741e futex: Fix handling of bad requeue syscall pairing by Darren Hart · 17 years ago
  64. cec3691 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  65. 4dc8802 futex: Fix compat_futex to be same as futex for REQUEUE_PI by Dinakar Guniguntala · 17 years ago
  66. 2fc3911 locking, sched: Give waitqueue spinlocks their own lockdep classes by Peter Zijlstra · 17 years ago
  67. a4e95fc perf_counter: Require CAP_SYS_ADMIN for raw tracepoint data by Peter Zijlstra · 17 years ago
  68. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 17 years ago
  69. beda2c7 futex: Update futex_q lock_ptr on requeue proxy lock by Darren Hart · 17 years ago
  70. 2e9b11a Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  71. 95d0ad0 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  72. 713e3e1 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  73. 3a80b4a perf_counter: Fix a race on perf_counter_ctx by Peter Zijlstra · 17 years ago
  74. 3a43ce6 perf_counter: Fix tracepoint sampling to be part of generic sampling by Frederic Weisbecker · 17 years ago
  75. 10b8e30 perf_counter: Work around gcc warning by initializing tracepoint record unconditionally by Frederic Weisbecker · 17 years ago
  76. 7b4b665 perf_counter: Fix software counters for fast moving event sources by Peter Zijlstra · 17 years ago
  77. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 17 years ago
  78. 3a65930 perf_counter, ftrace: Fix perf_counter integration by Peter Zijlstra · 17 years ago
  79. e356033 Merge branch 'linus' into tracing/urgent by Ingo Molnar · 17 years ago
  80. 17d42c1 posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() by Stanislaw Gruszka · 17 years ago
  81. 26528e7 tracing/filters: Always free pred on filter_add_subsystem_pred() failure by Tom Zanussi · 17 years ago
  82. 96b2de3 tracing/filters: Don't use pred on alloc failure by Tom Zanussi · 17 years ago
  83. ad7d6c7 x86/irq: Fix move_irq_desc() for nodes without ram by Yinghai Lu · 17 years ago
  84. da758dd 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
  85. 9c8a822 execve: must clear current->clear_child_tid by Eric Dumazet · 17 years ago
  86. 69dd647 generic-ipi: fix hotplug_cfd() by Xiao Guangrong · 17 years ago
  87. bd3f022 ring-buffer: Fix memleak in ring_buffer_free() by Eric Dumazet · 17 years ago
  88. 9795447 lockdep: Fix file mode of lock_stat by Li Zefan · 17 years ago
  89. 1054598 perf_counter: Fix double list iteration in per task precise stats by Peter Zijlstra · 17 years ago
  90. 469535a ring-buffer: Fix advance of reader in rb_buffer_peek() by Robert Richter · 17 years ago
  91. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 17 years ago
  92. 1bbf208 rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock() by Darren Hart · 17 years ago
  93. 464e85e ring-buffer: do not disable ring buffer on oops_in_progress by Steven Rostedt · 17 years ago
  94. 0f2541d ring-buffer: fix check of try_to_discard result by Steven Rostedt · 17 years ago
  95. a40694a 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
  96. ea56342 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
  97. 7193675 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  98. 9c66812 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  99. e16852c Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 17 years ago
  100. 70d715f posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW by Hiroshi Shimamoto · 17 years ago