1. 2b17fa5 cpumask: use set_cpu_active in init/main.c by Rusty Russell · 17 years ago
  2. 1a2142a cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL by Rusty Russell · 17 years ago
  3. d5ac537 sched: fix errors in struct & function comments by Randy Dunlap · 17 years ago
  4. c31f403 Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  5. d00ab2f Merge branch 'linus' into core/futexes by Ingo Molnar · 17 years ago
  6. eedf2c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 by Linus Torvalds · 17 years ago
  7. 9710794 async: remove the temporary (2.6.29) "async is off by default" code by Arjan van de Ven · 17 years ago
  8. 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 17 years ago
  9. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  10. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 17 years ago
  11. 3ba13d1 constify dentry_operations: rest by Al Viro · 17 years ago
  12. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 17 years ago
  13. a841696 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  14. 6671de3 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  15. 831576f Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  16. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 17 years ago
  17. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 17 years ago
  18. 7c526e1 Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/core by Ingo Molnar · 17 years ago
  19. a5ebc0b Merge commit 'v2.6.29' into timers/core by Ingo Molnar · 17 years ago
  20. b7bb4c9 sched: Add comments to find_busiest_group() function by Gautham R Shenoy · 17 years ago
  21. c071df1 sched: Refactor the power savings balance code by Gautham R Shenoy · 17 years ago
  22. a021dc0 sched: Optimize the !power_savings_balance during fbg() by Gautham R Shenoy · 17 years ago
  23. dbc523a sched: Create a helper function to calculate imbalance by Gautham R Shenoy · 17 years ago
  24. 2e6f44a sched: Create helper to calculate small_imbalance in fbg() by Gautham R Shenoy · 17 years ago
  25. 37abe19 sched: Create a helper function to calculate sched_domain stats for fbg() by Gautham R Shenoy · 17 years ago
  26. 222d656 sched: Define structure to store the sched_domain statistics for fbg() by Gautham R Shenoy · 17 years ago
  27. 1f8c553 sched: Create a helper function to calculate sched_group stats for fbg() by Gautham R Shenoy · 17 years ago
  28. 381be78 sched: Define structure to store the sched_group statistics for fbg() by Gautham R Shenoy · 17 years ago
  29. 6dfdb06 sched: Fix indentations in find_busiest_group() using gotos by Gautham R Shenoy · 17 years ago
  30. 67bb6c0 sched: Simple helper functions for find_busiest_group() by Gautham R Shenoy · 17 years ago
  31. b6d9842 Merge branch 'sched/cleanups'; commit 'v2.6.29' into sched/core by Ingo Molnar · 17 years ago
  32. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 17 years ago
  33. 67aa0f7 sched: remove unused fields from struct rq by Luis Henriques · 17 years ago
  34. 703a3cd Merge branch 'master' into next by James Morris · 17 years ago
  35. 37bebc7 posix timers: fix RLIMIT_CPU && fork() by Oleg Nesterov · 17 years ago
  36. 53da1d9 fix ptrace slowness by Miklos Szeredi · 17 years ago
  37. efd247fa Merge branches 'sched/debug' and 'linus' into sched/core by Ingo Molnar · 17 years ago
  38. b3e3b30 Merge branches 'irq/sparseirq' and 'linus' into irq/core by Ingo Molnar · 17 years ago
  39. af66df5 sched: jiffies not printed per CPU by Luis Henriques · 17 years ago
  40. 6e2b757 module: fix refptr allocation and release order by Masami Hiramatsu · 17 years ago
  41. 708dc51 sched: small optimisation of can_migrate_task() by Luis Henriques · 17 years ago
  42. 80dd99b sched: fix typos in documentation by Luis Henriques · 17 years ago
  43. edb3502 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 17 years ago
  44. 0e57aa1 genirq: deprecate __do_IRQ by Thomas Gleixner · 17 years ago
  45. 4553573 genirq: use kzalloc instead of explicit zero initialization by Thomas Gleixner · 17 years ago
  46. c8e2aee genirq: remove redundant if condition by Thomas Gleixner · 17 years ago
  47. 88f502f futex: remove the pointer math from double_unlock_hb, fix by Ingo Molnar · 17 years ago
  48. f6411fe Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 17 years ago
  49. f061d35 futex: remove the pointer math from double_unlock_hb by Darren Hart · 17 years ago
  50. eb53b4e irq: export remove_irq() and setup_irq() symbols by Magnus Damm · 17 years ago
  51. cbf94f0 irq: match remove_irq() args with setup_irq() by Magnus Damm · 17 years ago
  52. f21cfb2 irq: add remove_irq() for freeing of setup_irq() irqs by Magnus Damm · 17 years ago
  53. f8cb22c Merge branch 'linus' into irq/genirq by Ingo Molnar · 17 years ago
  54. e4dc5b7 futex: clean up fault logic by Darren Hart · 17 years ago
  55. e8f6386 futex: unlock before returning -EFAULT by Darren Hart · 17 years ago
  56. 16f4993 futex: use current->time_slack_ns for rt tasks too by Darren Hart · 17 years ago
  57. 5eb3dc6 futex: add double_unlock_hb() by Darren Hart · 17 years ago
  58. de87fcc futex: additional (get|put)_futex_key() fixes by Darren Hart · 17 years ago
  59. b2d0994 futex: update futex commentary by Darren Hart · 17 years ago
  60. df1c99d sched: add avg_overlap decay by Mike Galbraith · 17 years ago
  61. be50b83 kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users by Dhaval Giani · 17 years ago
  62. 57310a9 sched: optimize ttwu vs group scheduling by Peter Zijlstra · 17 years ago
  63. 8c54436 Merge branches 'sched/cleanups' and 'linus' into sched/core by Ingo Molnar · 17 years ago
  64. 2d5516c copy_process: fix CLONE_PARENT && parent_exec_id interaction by Oleg Nesterov · 17 years ago
  65. 6d5b5ac Fix fixpoint divide exception in acct_update_integrals by Heiko Carstens · 17 years ago
  66. 5ed0cec sched: TIF_NEED_RESCHED -> need_reshed() cleanup by Lai Jiangshan · 17 years ago
  67. 7fc07d8 Merge branch 'sched/core' into sched/cleanups by Ingo Molnar · 17 years ago
  68. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 17 years ago
  69. 8a0be9e sched: don't rebalance if attached on NULL domain by Frederic Weisbecker · 17 years ago
  70. 49d2d26 Merge commit 'v2.6.29-rc7' into sched/core by Ingo Molnar · 17 years ago
  71. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  72. 64ca5ab rcu: increment quiescent state counter in ksoftirqd() by Eric Dumazet · 17 years ago
  73. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 17 years ago
  74. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 17 years ago
  75. 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 · 17 years ago
  76. 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 · 17 years ago
  77. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 17 years ago
  78. 044d408 genirq: assert that irq handlers are indeed running in hardirq context by Peter Zijlstra · 17 years ago
  79. c02368a Merge branch 'linus' into irq/genirq by Ingo Molnar · 17 years ago
  80. b67802e sched: kill unused parameter of pick_next_task() by Wang Chen · 17 years ago
  81. 5512b3e Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 17 years ago
  82. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  83. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 17 years ago
  84. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 17 years ago
  85. 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 17 years ago
  86. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 17 years ago
  87. 8325d9c sched_clock: cleanups by Peter Zijlstra · 17 years ago
  88. b342501 sched: allow architectures to specify sched_clock_stable by Ingo Molnar · 17 years ago
  89. a2a5ac8 time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix by John Stultz · 17 years ago
  90. cac64d0 sched_rt: don't start timer when rt bandwidth disabled by Hiroshi Shimamoto · 17 years ago
  91. c40c6f8 cpuacct: add a branch prediction by Li Zefan · 17 years ago
  92. 4434e51 Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 17 years ago
  93. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 17 years ago
  94. 39854fe time: ntp: clean up second_overflow() by Ingo Molnar · 17 years ago
  95. 069569e time: ntp: simplify ntp_tick_adj calculations by Ingo Molnar · 17 years ago
  96. 2b9d149 time: ntp: make 64-bit constants more robust by Ingo Molnar · 17 years ago
  97. e962916 time: ntp: refactor do_adjtimex() some more by Ingo Molnar · 17 years ago
  98. 80f2257 time: ntp: refactor do_adjtimex() by Ingo Molnar · 17 years ago
  99. 10dd31a time: ntp: fix bug in ntp_update_offset() & do_adjtimex() by Ingo Molnar · 17 years ago
  100. c7986ac time: ntp: micro-optimize ntp_update_offset() by Ingo Molnar · 17 years ago