1. a841696 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. 6671de3 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. 831576f Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  4. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  5. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  6. 7c526e1 Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/core by Ingo Molnar · 15 years ago
  7. a5ebc0b Merge commit 'v2.6.29' into timers/core by Ingo Molnar · 15 years ago
  8. b7bb4c9 sched: Add comments to find_busiest_group() function by Gautham R Shenoy · 15 years ago
  9. c071df1 sched: Refactor the power savings balance code by Gautham R Shenoy · 15 years ago
  10. a021dc0 sched: Optimize the !power_savings_balance during fbg() by Gautham R Shenoy · 15 years ago
  11. dbc523a sched: Create a helper function to calculate imbalance by Gautham R Shenoy · 15 years ago
  12. 2e6f44a sched: Create helper to calculate small_imbalance in fbg() by Gautham R Shenoy · 15 years ago
  13. 37abe19 sched: Create a helper function to calculate sched_domain stats for fbg() by Gautham R Shenoy · 15 years ago
  14. 222d656 sched: Define structure to store the sched_domain statistics for fbg() by Gautham R Shenoy · 15 years ago
  15. 1f8c553 sched: Create a helper function to calculate sched_group stats for fbg() by Gautham R Shenoy · 15 years ago
  16. 381be78 sched: Define structure to store the sched_group statistics for fbg() by Gautham R Shenoy · 15 years ago
  17. 6dfdb06 sched: Fix indentations in find_busiest_group() using gotos by Gautham R Shenoy · 15 years ago
  18. 67bb6c0 sched: Simple helper functions for find_busiest_group() by Gautham R Shenoy · 15 years ago
  19. b6d9842 Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/core by Ingo Molnar · 15 years ago
  20. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 15 years ago
  21. 67aa0f7 sched: remove unused fields from struct rq by Luis Henriques · 15 years ago
  22. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  23. 37bebc70 posix timers: fix RLIMIT_CPU && fork() by Oleg Nesterov · 15 years ago
  24. 53da1d9 fix ptrace slowness by Miklos Szeredi · 15 years ago
  25. efd247fa Merge branches 'sched/debug' and 'linus' into sched/core by Ingo Molnar · 15 years ago
  26. b3e3b30 Merge branches 'irq/sparseirq' and 'linus' into irq/core by Ingo Molnar · 15 years ago
  27. af66df5 sched: jiffies not printed per CPU by Luis Henriques · 15 years ago
  28. 6e2b757 module: fix refptr allocation and release order by Masami Hiramatsu · 15 years ago
  29. 708dc51 sched: small optimisation of can_migrate_task() by Luis Henriques · 15 years ago
  30. 80dd99b sched: fix typos in documentation by Luis Henriques · 15 years ago
  31. edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 15 years ago
  32. 0e57aa1 genirq: deprecate __do_IRQ by Thomas Gleixner · 15 years ago
  33. 4553573 genirq: use kzalloc instead of explicit zero initialization by Thomas Gleixner · 15 years ago
  34. c8e2aee genirq: remove redundant if condition by Thomas Gleixner · 15 years ago
  35. f6411fe Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 15 years ago
  36. eb53b4e irq: export remove_irq() and setup_irq() symbols by Magnus Damm · 15 years ago
  37. cbf94f0 irq: match remove_irq() args with setup_irq() by Magnus Damm · 15 years ago
  38. f21cfb2 irq: add remove_irq() for freeing of setup_irq() irqs by Magnus Damm · 15 years ago
  39. f8cb22c Merge branch 'linus' into irq/genirq by Ingo Molnar · 15 years ago
  40. df1c99d sched: add avg_overlap decay by Mike Galbraith · 15 years ago
  41. be50b834 kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users by Dhaval Giani · 15 years ago
  42. 57310a9 sched: optimize ttwu vs group scheduling by Peter Zijlstra · 15 years ago
  43. 8c54436 Merge branches 'sched/cleanups' and 'linus' into sched/core by Ingo Molnar · 15 years ago
  44. 2d5516c copy_process: fix CLONE_PARENT && parent_exec_id interaction by Oleg Nesterov · 15 years ago
  45. 6d5b5ac Fix fixpoint divide exception in acct_update_integrals by Heiko Carstens · 15 years ago
  46. 5ed0cec sched: TIF_NEED_RESCHED -> need_reshed() cleanup by Lai Jiangshan · 15 years ago
  47. 7fc07d8 Merge branch 'sched/core' into sched/cleanups by Ingo Molnar · 15 years ago
  48. 8a0be9e sched: don't rebalance if attached on NULL domain by Frederic Weisbecker · 15 years ago
  49. 49d2d26 Merge commit 'v2.6.29-rc7' into sched/core by Ingo Molnar · 15 years ago
  50. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  51. 64ca5ab9 rcu: increment quiescent state counter in ksoftirqd() by Eric Dumazet · 15 years ago
  52. 219f170 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
  53. b24746c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  54. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 15 years ago
  55. 044d408 genirq: assert that irq handlers are indeed running in hardirq context by Peter Zijlstra · 15 years ago
  56. c02368a9 Merge branch 'linus' into irq/genirq by Ingo Molnar · 15 years ago
  57. b67802e sched: kill unused parameter of pick_next_task() by Wang Chen · 15 years ago
  58. 5512b3e Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 15 years ago
  59. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  60. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 15 years ago
  61. 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 15 years ago
  62. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 15 years ago
  63. 8325d9c sched_clock: cleanups by Peter Zijlstra · 15 years ago
  64. b342501 sched: allow architectures to specify sched_clock_stable by Ingo Molnar · 15 years ago
  65. a2a5ac8 time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix by John Stultz · 15 years ago
  66. cac64d0 sched_rt: don't start timer when rt bandwidth disabled by Hiroshi Shimamoto · 15 years ago
  67. c40c6f8 cpuacct: add a branch prediction by Li Zefan · 15 years ago
  68. 4434e51 Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 15 years ago
  69. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 15 years ago
  70. 39854fe time: ntp: clean up second_overflow() by Ingo Molnar · 15 years ago
  71. 069569e time: ntp: simplify ntp_tick_adj calculations by Ingo Molnar · 15 years ago
  72. 2b9d149 time: ntp: make 64-bit constants more robust by Ingo Molnar · 15 years ago
  73. e962916 time: ntp: refactor do_adjtimex() some more by Ingo Molnar · 15 years ago
  74. 80f2257 time: ntp: refactor do_adjtimex() by Ingo Molnar · 15 years ago
  75. 10dd31a time: ntp: fix bug in ntp_update_offset() & do_adjtimex() by Ingo Molnar · 15 years ago
  76. c7986ac time: ntp: micro-optimize ntp_update_offset() by Ingo Molnar · 15 years ago
  77. 478b7aa time: ntp: simplify ntp_update_offset_fll() by Ingo Molnar · 15 years ago
  78. f939890 time: ntp: refactor and clean up ntp_update_offset() by Ingo Molnar · 15 years ago
  79. bc26c31 time: ntp: refactor up ntp_update_frequency() by Ingo Molnar · 15 years ago
  80. 9ce616a time: ntp: clean up ntp_update_frequency() by Ingo Molnar · 15 years ago
  81. bbd1267 time: ntp: simplify the MAX_TICKADJ_SCALED definition by Ingo Molnar · 15 years ago
  82. 3c972c2 time: ntp: simplify the second_overflow() code flow by Ingo Molnar · 15 years ago
  83. 53bbfa9 time: ntp: clean up kernel/time/ntp.c by Ingo Molnar · 16 years ago
  84. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  85. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 15 years ago
  86. adfafef Merge branch 'hibernate' by Linus Torvalds · 15 years ago
  87. 403f307 PM: Fix suspend_console and resume_console to use only one semaphore by Arve Hjønnevåg · 15 years ago
  88. b090f9f PM: Wait for console in resume by Arve Hjønnevåg · 15 years ago
  89. ebae260 PM: Fix pm_notifiers during user mode hibernation by Andrey Borzenkov · 15 years ago
  90. 09664fd PM: fix build for CONFIG_PM unset by Rafael J. Wysocki · 15 years ago
  91. eed3ee0 PM/resume: wait for device probing to finish by Arjan van de Ven · 15 years ago
  92. f54b2fe Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. fdcedf7 time: apply NTP frequency/tick changes immediately by john stultz · 15 years ago
  94. 4b3e3d2 tracing: limit the number of loops the ring buffer self test can make by Steven Rostedt · 15 years ago
  95. 4d7a077 tracing: have function trace select kallsyms by Steven Rostedt · 15 years ago
  96. 0c5119c tracing: disable tracing while testing ring buffer by Steven Rostedt · 15 years ago
  97. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  98. 42f5e03 pm: fix build for CONFIG_PM unset by Rafael J. Wysocki · 15 years ago
  99. 67e055d cgroups: fix possible use after free by Li Zefan · 15 years ago
  100. 7401922 timers: add mod_timer_pending() by Ingo Molnar · 15 years ago