1. 9398180 workqueue: fix race condition in schedule_on_each_cpu() by Tejun Heo · 16 years ago
  2. 961767b 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
  3. 1fd18a8 Merge branch 'irq-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. e9036b3 sched: Use root_task_group_empty only with FAIR_GROUP_SCHED by Cyrill Gorcunov · 16 years ago
  5. 968c864 sched: Fix kernel-doc function parameter name by Randy Dunlap · 16 years ago
  6. e7e7e0c genirq: try_one_irq() must be called with irq disabled by Yong Zhang · 16 years ago
  7. 608221f 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
  8. 72cc129 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. ed146b25 ftrace: Fix unmatched locking in ftrace_regex_write() by Li Zefan · 16 years ago
  10. f711294 ring-buffer: Synchronize resizing buffer with reader lock by Lai Jiangshan · 16 years ago
  11. 38dc634 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  12. 1d51075 Correct nr_processes() when CPUs have been unplugged by Ian Campbell · 16 years ago
  13. bf9fd67 PM / Hibernate: Add newline to load_image() fail path by Jiri Slaby · 16 years ago
  14. 4ff277f PM / Hibernate: Fix error handling in save_image() by Jiri Slaby · 16 years ago
  15. 76b57e6 PM / Hibernate: Fix blkdev refleaks by Jiri Slaby · 16 years ago
  16. b84ff7d sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c by Mike Galbraith · 16 years ago
  17. 3fe866c 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
  18. bce8fc4 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  19. a5e3013 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  20. 83f5b01 rcu: Fix long-grace-period race between forcing and initialization by Paul E. McKenney · 16 years ago
  21. b00bc0b uids: Prevent tear down race by Thomas Gleixner · 16 years ago
  22. 49557e6 sched: Fix boot crash by zalloc()ing most of the cpu masks by Rusty Russell · 16 years ago
  23. 8633322 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  24. 9532fae Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixes by Linus Torvalds · 16 years ago
  25. 3242f98 Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 16 years ago
  26. fefcfd4 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. 37c2ca2 Merge branch 'perf-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. 6e958d7 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. 8c85dd8 sysctl: fix false positives when PROC_SYSCTL=n by Alexey Dobriyan · 16 years ago
  30. 478988d cgroup: fix strstrip() misuse by KOSAKI Motohiro · 16 years ago
  31. 0d0df59 connector: fix regression introduced by sid connector by Christian Borntraeger · 16 years ago
  32. 3c7d76e param: fix setting arrays of bool by Rusty Russell · 16 years ago
  33. d553ad8 param: fix NULL comparison on oom by Rusty Russell · 16 years ago
  34. 65afac7 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. by Rusty Russell · 16 years ago
  35. 11df6dd futex: Fix spurious wakeup for requeue_pi really by Thomas Gleixner · 16 years ago
  36. 4a6cc4b sched: move rq_weight data array out of .percpu by Jiri Kosina · 16 years ago
  37. 6d3f1e1 tracing: Remove cpu arg from the rb_time_stamp() function by Jiri Olsa · 16 years ago
  38. 67b394f tracing: Fix comment typo and documentation example by Jiri Olsa · 16 years ago
  39. 3e69533 tracing: Fix trace_seq_printf() return value by Jiri Olsa · 16 years ago
  40. cf8517c tracing: Update *ppos instead of filp->f_pos by Jiri Olsa · 16 years ago
  41. f685cea sched: Strengthen buddies and mitigate buddy induced latencies by Mike Galbraith · 16 years ago
  42. 54f4407 perf events: Don't generate events for the idle task when exclude_idle is set by Soeren Sandmann · 16 years ago
  43. 721a669 perf events: Fix swevent hrtimer sampling by keeping track of remaining time when enabling/disabling swevent hrtimers by Soeren Sandmann · 16 years ago
  44. 04bf753 PM: Make warning in suspend_test_finish() less likely to happen by Rafael J. Wysocki · 16 years ago
  45. 65a6446 HWPOISON: Allow schedule_on_each_cpu() from keventd by Andi Kleen · 16 years ago
  46. 89061d3 futex: Move drop_futex_key_refs out of spinlock'ed region by Darren Hart · 16 years ago
  47. bd07041 Merge the right tty-fixes branch by Linus Torvalds · 16 years ago
  48. 237c80c rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang by Paul E. McKenney · 16 years ago
  49. 019129d5 rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCU by Paul E. McKenney · 16 years ago
  50. 37c72e5 rcu: Prevent RCU IPI storms in presence of high call_rcu() load by Paul E. McKenney · 16 years ago
  51. d6047d7 Merge branch 'tty-fixes' by Linus Torvalds · 16 years ago
  52. ee67e6c 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
  53. f061d83 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
  54. e345fe1 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  55. 8c53e46 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 16 years ago
  56. 2bc8720 futex: Check for NULL keys in match_futex by Darren Hart · 16 years ago
  57. 43046b6 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 16 years ago
  58. 92f6a5e sched: Do less agressive buddy clearing by Peter Zijlstra · 16 years ago
  59. 03541f8 perf_event: Adjust frequency and unthrottle for non-group-leader events by Paul Mackerras · 16 years ago
  60. d58e657 futex: Handle spurious wake up by Thomas Gleixner · 16 years ago
  61. 80f5069 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  62. 8ad8073 tracing/filters: Fix memory leak when setting a filter by Li Zefan · 16 years ago
  63. e17b38b sched: Fix missing kernel-doc notation by Randy Dunlap · 16 years ago
  64. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 16 years ago
  65. f5dc375 sched: Update the clock of runqueue select_task_rq() selected by Mike Galbraith · 16 years ago
  66. 3365e779 lockdep: Use cpu_clock() for lockstat by Peter Zijlstra · 16 years ago
  67. d25105e writeback: account IO throttling wait as iowait by Wu Fengguang · 16 years ago
  68. a813a15 tracing: fix trace_vprintk call by Steven Rostedt · 16 years ago
  69. f579bbc 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
  70. e80fb7e5 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
  71. f17f36b Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. b924f95 Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. b9d40b7 Merge branch 'perf-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. 8f6e8a3 tracing: user local buffer variable for trace branch tracer by Steven Rostedt · 16 years ago
  75. c8647b2 tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c by Zhenwen Xu · 16 years ago
  76. 3279ba3 ftrace: check for failure for all conversions by Steven Rostedt · 16 years ago
  77. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 16 years ago
  78. da08568 futex: fix requeue_pi key imbalance by Darren Hart · 16 years ago
  79. 829b876 tracing: fix transposed numbers of lock_depth and preempt_count by Steven Rostedt · 16 years ago
  80. fdc6f19 NOHZ: update idle state also when NOHZ is inactive by Eero Nurkkala · 16 years ago
  81. 978c0b8 rcu: Place root rcu_node structure in separate lockdep class by Paul E. McKenney · 16 years ago
  82. e74f4c4 rcu: Make hot-unplugged CPU relinquish its own RCU callbacks by Paul E. McKenney · 16 years ago
  83. d0ec774 rcu: Move rcu_barrier() to rcutree by Paul E. McKenney · 16 years ago
  84. 322a2c1 futex: Move exit_pi_state() call to release_mm() by Thomas Gleixner · 16 years ago
  85. fc6b177 futex: Nullify robust lists after cleanup by Peter Zijlstra · 16 years ago
  86. b0f56f1 trace: Fix missing assignment in trace_ctxwake_* by Hiroshi Shimamoto · 16 years ago
  87. 906010b perf_event: Provide vmalloc() based mmap() backing by Peter Zijlstra · 16 years ago
  88. ee949a8 tracing/syscalls: Use long for syscall ret format and field definitions by Tom Zanussi · 16 years ago
  89. eaaea80 futex: Fix locking imbalance by Thomas Gleixner · 16 years ago
  90. d014e88 panic: Fix panic message visibility by calling bust_spinlocks(0) before dying by Aaro Koskinen · 16 years ago
  91. 41cb665 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  92. e69a9ac 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
  93. 0f26ec6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  94. 135c8ae rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function by Paul E. McKenney · 16 years ago
  95. a0b6c9a rcu: Clean up code based on review feedback from Josh Triplett, part 4 by Paul E. McKenney · 16 years ago
  96. 3d76c08 rcu: Clean up code based on review feedback from Josh Triplett, part 3 by Paul E. McKenney · 16 years ago
  97. 162cc27 rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y by Paul E. McKenney · 16 years ago
  98. f83f9ac sched: Set correct normal_prio and prio values in sched_fork() by Peter Williams · 16 years ago
  99. 75fb409 tracing: Use free_percpu instead of kfree by Frederic Weisbecker · 16 years ago
  100. fe8e5b5 tracing: Check total refcount before releasing bufs in profile_enable failure by Frederic Weisbecker · 16 years ago