1. 4e74339 cpuset: avoid changing cpuset's cpus when -errno returned by Li Zefan · 16 years ago
  2. 61c22c3 clockevents: remove WARN_ON which was used to gather information by Thomas Gleixner · 16 years ago
  3. e1d7bf1 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
  4. f532522 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 291c54f Merge branch 'sched/cpuset' into sched/urgent by Ingo Molnar · 16 years ago
  6. dfb512e sched: arch_reinit_sched_domains() must destroy domains to force rebuild by Max Krasnyansky · 16 years ago
  7. 4ff4b9e ntp: fix calculation of the next jiffie to trigger RTC sync by Maciej W. Rozycki · 16 years ago
  8. 7300711 clockevents: broadcast fixup possible waiters by Thomas Gleixner · 16 years ago
  9. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  10. 56c7426 sched_clock: fix NOHZ interaction by Peter Zijlstra · 16 years ago
  11. 1fb9b7d clockevents: prevent endless loop lockup by Thomas Gleixner · 16 years ago
  12. 9c17bcd clockevents: prevent multiple init/shutdown by Thomas Gleixner · 16 years ago
  13. 7205656 clockevents: enforce reprogram in oneshot setup by Thomas Gleixner · 16 years ago
  14. d4496b3 clockevents: prevent endless loop in periodic broadcast handler by Thomas Gleixner · 16 years ago
  15. 7c1e768 clockevents: prevent clockevent event_handler ending up handler_noop by Venkatesh Pallipadi · 16 years ago
  16. b380b0d forgotten refcount on sysctl root table by Al Viro · 16 years ago
  17. 9d35935 pm_qos_requirement might sleep by John Kacur · 16 years ago
  18. 950bbab pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits by Oleg Nesterov · 16 years ago
  19. add0d4d pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing by Oleg Nesterov · 16 years ago
  20. 99039e1 Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  21. cbaed69 softlockup: minor cleanup, don't check task->state twice by Oleg Nesterov · 16 years ago
  22. 6781f4a kernel/resource.c: fix new kernel-doc warning by Randy Dunlap · 16 years ago
  23. c4bacef [PATCH] audit: Moved variable declaration to beginning of function by Cordelia · 16 years ago
  24. bef69ea Resource handling: add 'insert_resource_expand_to_fit()' function by Linus Torvalds · 16 years ago
  25. 316d967 Don't trigger softlockup detector on network fs blocked tasks by Andi Kleen · 16 years ago
  26. 66833d5 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 0234bf1 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
  28. e52c885 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  29. 41108eb ftrace: disable tracing for hibernation by Rafael J. Wysocki · 16 years ago
  30. cc2991c sched: rt-bandwidth accounting fix by Peter Zijlstra · 16 years ago
  31. f3ade83 sched: fix sched_rt_rq_enqueue() resched idle by John Blackwood · 16 years ago
  32. f42ac38 ftrace: disable tracing for suspend to ram by Steven Rostedt · 16 years ago
  33. 2633f0e exit signals: use of uninitialized field notify_count by Steve VanDeBogart · 16 years ago
  34. 7487017 lockdep: fix invalid list_del_rcu in zap_class by Zhu Yi · 16 years ago
  35. 04148b7 lockstat: repair erronous contention statistics by Joe Korty · 16 years ago
  36. 2189459 lockstat: fix numerical output rounding error by Joe Korty · 16 years ago
  37. f73be6d smp: have smp_call_function_single() detect invalid CPUs by H. Peter Anvin · 16 years ago
  38. cc556c5 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
  39. ffb4ba7 [module] Don't let gcc inline load_module() by Linus Torvalds · 16 years ago
  40. 354879b sched_clock: fix cpu_clock() by Peter Zijlstra · 16 years ago
  41. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  42. 43cc071 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
  43. 05f57f5 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  44. 3c4fbe5 nohz: fix wrong event handler after online an offlined cpu by Miao Xie · 16 years ago
  45. 01dcb04 rcu: fix synchronize_rcu() so that kernel-doc works by Randy Dunlap · 16 years ago
  46. efc2dea sched: enable LB_BIAS by default by Peter Zijlstra · 16 years ago
  47. 2d70b68 fix setpriority(PRIO_PGRP) thread iterator breakage by Ken Chen · 16 years ago
  48. 1b04624 tracehook: fix SA_NOCLDWAIT by Roland McGrath · 16 years ago
  49. 6951b12 lockdep: fix spurious 'inconsistent lock state' warning by Dmitry Baryshkov · 16 years ago
  50. 406703f Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. c100548 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
  52. 71ef2a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  53. df60a84 lockdep: fix build if CONFIG_PROVE_LOCKING not defined by Stephen Hemminger · 16 years ago
  54. 55cd534 sched: scale sysctl_sched_shares_ratelimit with nr_cpus by Peter Zijlstra · 16 years ago
  55. be4de35 completions: uninline try_wait_for_completion and completion_done by Dave Chinner · 16 years ago
  56. 8c5a1cf kexec: use a mutex for locking rather than xchg() by Andrew Morton · 16 years ago
  57. 3122c33 kexec jump: fix for ftrace by Huang Ying · 16 years ago
  58. 73bd9c7 kexec jump: in sync with hibernation implementation by Huang Ying · 16 years ago
  59. ca195b7 kexec jump: remove duplication of kexec_restart_prepare() by Huang Ying · 16 years ago
  60. 163f687 kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE by Huang Ying · 16 years ago
  61. 7ade3fc kexec jump: clean up #ifdef and comments by Huang Ying · 16 years ago
  62. 4cd69b9 kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec() by Huang Ying · 16 years ago
  63. f1679d0 sched: fix rt-bandwidth hotplug race by Peter Zijlstra · 16 years ago
  64. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  65. cf41714 sched, cpuset: rework sched domains and CPU hotplug handling (v4) by Max Krasnyansky · 16 years ago
  66. 09f2724 sched: fix the race between walk_tg_tree and sched_create_group by Zhang, Yanmin · in the future
  67. 2df8b1d lockdep: use WARN() in kernel/lockdep.c by Arjan van de Ven · 16 years ago
  68. c72f457 lockdep: spin_lock_nest_lock(), checkpatch fixes by Andrew Morton · 16 years ago
  69. 73909f7 Merge commit 'v2.6.27-rc3' into core/urgent by Ingo Molnar · 16 years ago
  70. d6672c5 lockdep: build fix by Ingo Molnar · 16 years ago
  71. f18e439 genirq: switch /proc/irq/*/smp_affinity et al to seqfiles by Alexey Dobriyan · 16 years ago
  72. 3ee1062 cpu hotplug: s390 doesn't support additional_cpus anymore. by Heiko Carstens · 16 years ago
  73. 9634885 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 · 16 years ago
  74. 1c89ac5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  75. c2fc119 generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fix by Nick Piggin · 16 years ago
  76. ed6d687 stop_machine: remove unused variable by Li Zefan · 16 years ago
  77. 59f9415 modules: extend initcall_debug functionality to the module loader by Arjan van de Ven · 16 years ago
  78. 1ea2950 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
  79. 67a077d Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. 9b4d0ba Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  82. e26b33e Merge branch 'sched/clock' into sched/urgent by Ingo Molnar · 16 years ago
  83. 0f2bc27 lockdep: fix debug_lock_alloc by Peter Zijlstra · 16 years ago
  84. 279ef6b sched, cpu hotplug: fix set_cpus_allowed() use in hotplug callbacks by Dmitry Adamushko · 16 years ago
  85. cc7a486c generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask() by Nick Piggin · 16 years ago
  86. 77ae651 sched: fix mysql+oltp regression by Mike Galbraith · 16 years ago
  87. 251a169 Merge branch 'linus' into sched/urgent by Ingo Molnar · 16 years ago
  88. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  89. 8bfe029 lockdep: handle chains involving classes defined in modules by Rabin Vincent · 16 years ago
  90. b7d39af lockdep: spin_lock_nest_lock() by Peter Zijlstra · 16 years ago
  91. 7531e2f lockdep: lock protection locks by Peter Zijlstra · 16 years ago
  92. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  93. f82b217 lockdep: shrink held_lock structure by Dave Jones · 16 years ago
  94. 1b12bbc lockdep: re-annotate scheduler runqueues by Peter Zijlstra · 16 years ago
  95. 64aa348 lockdep: lock_set_subclass - reset a held lock's subclass by Peter Zijlstra · 16 years ago
  96. cf206bf Merge branch 'linus' into sched/clock by Ingo Molnar · 16 years ago
  97. c1955a3 sched_clock: delay using sched_clock() by Peter Zijlstra · 16 years ago
  98. cb3952b DMA: make dma-coherent.c documentation kdoc-friendly by Dmitry Baryshkov · 16 years ago
  99. bf1db69 pm_qos: spelling fixes by Richard Hughes · 16 years ago
  100. d2dc1f4 dma: fix order calculation in dma_mark_declared_memory_occupied() by Jan Beulich · 16 years ago