1. cc1e0f4 kgdb: call touch_softlockup_watchdog on resume by Jason Wessel · 16 years ago
  2. 07454bf clockevents: check broadcast tick device not the clock events device by Thomas Gleixner · 16 years ago
  3. aa94fbd fix error-path NULL deref in alloc_posix_timer() by Dan Carpenter · 16 years ago
  4. cf4b0b2 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. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  6. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  7. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 16 years ago
  8. 41e1022 hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers by Thomas Gleixner · 16 years ago
  9. 7659e34 hrtimer: migrate pending list on cpu offline by Thomas Gleixner · 16 years ago
  10. d7161a6 kgdb, x86, arm, mips, powerpc: ignore user space single stepping by Jason Wessel · 16 years ago
  11. 18d6522 kgdb: could not write to the last of valid memory with kgdb by Atsuo Igarashi · 16 years ago
  12. 8553f32 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
  13. be3be89 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
  14. f9092f3 kexec: fix segmentation fault in kimage_add_entry by Jonathan Steel · 16 years ago
  15. f8e256c timers: fix build error in !oneshot case by Ingo Molnar · 16 years ago
  16. 27ce4cb clockevents: prevent mode mismatch on cpu online by Thomas Gleixner · 16 years ago
  17. 3027456 clockevents: check broadcast device not tick device by Thomas Gleixner · 16 years ago
  18. 49d670f clockevents: prevent stale tick_next_period for onlining CPUs by Thomas Gleixner · 16 years ago
  19. 6441402 clockevents: prevent cpu online to interfere with nohz by Thomas Gleixner · 16 years ago
  20. fa74820 sched: fix init_hrtick() section mismatch warning by Rakib Mullick · 16 years ago
  21. b4df9d8 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
  22. 902f2ac 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
  23. 2344abb clockevents: make device shutdown robust by Thomas Gleixner · 16 years ago
  24. 4e74339 cpuset: avoid changing cpuset's cpus when -errno returned by Li Zefan · 16 years ago
  25. ec5d498 sched: fix deadlock in setting scheduler parameter to zero by Hiroshi Shimamoto · 16 years ago
  26. baf2573 sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly by Zhang, Yanmin · 16 years ago
  27. 61c22c3 clockevents: remove WARN_ON which was used to gather information by Thomas Gleixner · 16 years ago
  28. 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
  29. 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
  30. 291c54f Merge branch 'sched/cpuset' into sched/urgent by Ingo Molnar · 16 years ago
  31. dfb512e sched: arch_reinit_sched_domains() must destroy domains to force rebuild by Max Krasnyansky · 16 years ago
  32. 4ff4b9e ntp: fix calculation of the next jiffie to trigger RTC sync by Maciej W. Rozycki · 16 years ago
  33. 7300711 clockevents: broadcast fixup possible waiters by Thomas Gleixner · 16 years ago
  34. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  35. 56c7426 sched_clock: fix NOHZ interaction by Peter Zijlstra · 16 years ago
  36. 1fb9b7d clockevents: prevent endless loop lockup by Thomas Gleixner · 16 years ago
  37. 9c17bcd clockevents: prevent multiple init/shutdown by Thomas Gleixner · 16 years ago
  38. 7205656 clockevents: enforce reprogram in oneshot setup by Thomas Gleixner · 16 years ago
  39. d4496b3 clockevents: prevent endless loop in periodic broadcast handler by Thomas Gleixner · 16 years ago
  40. 7c1e768 clockevents: prevent clockevent event_handler ending up handler_noop by Venkatesh Pallipadi · 16 years ago
  41. b380b0d forgotten refcount on sysctl root table by Al Viro · 16 years ago
  42. 9d35935 pm_qos_requirement might sleep by John Kacur · 16 years ago
  43. 950bbab pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits by Oleg Nesterov · 16 years ago
  44. add0d4d pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing by Oleg Nesterov · 16 years ago
  45. 99039e1 Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  46. cbaed69 softlockup: minor cleanup, don't check task->state twice by Oleg Nesterov · 16 years ago
  47. 6781f4a kernel/resource.c: fix new kernel-doc warning by Randy Dunlap · 16 years ago
  48. c4bacef [PATCH] audit: Moved variable declaration to beginning of function by Cordelia · 16 years ago
  49. bef69ea Resource handling: add 'insert_resource_expand_to_fit()' function by Linus Torvalds · 16 years ago
  50. 316d967 Don't trigger softlockup detector on network fs blocked tasks by Andi Kleen · 16 years ago
  51. 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
  52. 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
  53. 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
  54. 41108eb ftrace: disable tracing for hibernation by Rafael J. Wysocki · 16 years ago
  55. cc2991c sched: rt-bandwidth accounting fix by Peter Zijlstra · 16 years ago
  56. f3ade83 sched: fix sched_rt_rq_enqueue() resched idle by John Blackwood · 16 years ago
  57. f42ac38 ftrace: disable tracing for suspend to ram by Steven Rostedt · 16 years ago
  58. 2633f0e exit signals: use of uninitialized field notify_count by Steve VanDeBogart · 16 years ago
  59. 7487017 lockdep: fix invalid list_del_rcu in zap_class by Zhu Yi · 16 years ago
  60. 04148b7 lockstat: repair erronous contention statistics by Joe Korty · 16 years ago
  61. 2189459 lockstat: fix numerical output rounding error by Joe Korty · 16 years ago
  62. f73be6d smp: have smp_call_function_single() detect invalid CPUs by H. Peter Anvin · 16 years ago
  63. 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
  64. ffb4ba7 [module] Don't let gcc inline load_module() by Linus Torvalds · 16 years ago
  65. 354879b sched_clock: fix cpu_clock() by Peter Zijlstra · 16 years ago
  66. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  67. 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
  68. 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
  69. 3c4fbe5 nohz: fix wrong event handler after online an offlined cpu by Miao Xie · 16 years ago
  70. 01dcb04 rcu: fix synchronize_rcu() so that kernel-doc works by Randy Dunlap · 16 years ago
  71. efc2dea sched: enable LB_BIAS by default by Peter Zijlstra · 16 years ago
  72. 2d70b68 fix setpriority(PRIO_PGRP) thread iterator breakage by Ken Chen · 16 years ago
  73. 1b04624 tracehook: fix SA_NOCLDWAIT by Roland McGrath · 16 years ago
  74. 6951b12 lockdep: fix spurious 'inconsistent lock state' warning by Dmitry Baryshkov · 16 years ago
  75. 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
  76. 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
  77. 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
  78. df60a84 lockdep: fix build if CONFIG_PROVE_LOCKING not defined by Stephen Hemminger · 16 years ago
  79. 55cd534 sched: scale sysctl_sched_shares_ratelimit with nr_cpus by Peter Zijlstra · 16 years ago
  80. be4de35 completions: uninline try_wait_for_completion and completion_done by Dave Chinner · 16 years ago
  81. 8c5a1cf kexec: use a mutex for locking rather than xchg() by Andrew Morton · 16 years ago
  82. 3122c33 kexec jump: fix for ftrace by Huang Ying · 16 years ago
  83. 73bd9c7 kexec jump: in sync with hibernation implementation by Huang Ying · 16 years ago
  84. ca195b7 kexec jump: remove duplication of kexec_restart_prepare() by Huang Ying · 16 years ago
  85. 163f687 kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE by Huang Ying · 16 years ago
  86. 7ade3fc kexec jump: clean up #ifdef and comments by Huang Ying · 16 years ago
  87. 4cd69b9 kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec() by Huang Ying · 16 years ago
  88. f1679d0 sched: fix rt-bandwidth hotplug race by Peter Zijlstra · 16 years ago
  89. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  90. cf41714 sched, cpuset: rework sched domains and CPU hotplug handling (v4) by Max Krasnyansky · 16 years ago
  91. 09f2724 sched: fix the race between walk_tg_tree and sched_create_group by Zhang, Yanmin · in the future
  92. 2df8b1d lockdep: use WARN() in kernel/lockdep.c by Arjan van de Ven · 16 years ago
  93. c72f457 lockdep: spin_lock_nest_lock(), checkpatch fixes by Andrew Morton · 16 years ago
  94. 73909f7 Merge commit 'v2.6.27-rc3' into core/urgent by Ingo Molnar · 16 years ago
  95. d6672c5 lockdep: build fix by Ingo Molnar · 16 years ago
  96. f18e439 genirq: switch /proc/irq/*/smp_affinity et al to seqfiles by Alexey Dobriyan · 16 years ago
  97. 3ee1062 cpu hotplug: s390 doesn't support additional_cpus anymore. by Heiko Carstens · 16 years ago
  98. 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
  99. 1c89ac5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  100. c2fc119 generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fix by Nick Piggin · 16 years ago