1. 3c235a3 tracing: Fix off-by-one in trace_get_user() by Li Zefan · 16 years ago
  2. b8c7f1d 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. 8e4bc3d 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. bd4c3a3 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
  5. 0d721ce sched: Simplify sys_sched_rr_get_interval() system call by Peter Williams · 16 years ago
  6. ebc79c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 by Linus Torvalds · 16 years ago
  7. e11c675 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 16 years ago
  8. 467f995 Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. cb5fd13 sched: Fix potential NULL derference of doms_cur by Yong Zhang · 16 years ago
  10. 583a22e kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file by Alexey Dobriyan · 16 years ago
  11. 89f19f0 sched: Fix raciness in runqueue_is_locked() by Andrew Morton · 16 years ago
  12. 05bafda tracing: Export trace_profile_buf symbols by Peter Zijlstra · 16 years ago
  13. a0f320f includecheck fix: kernel/trace, ring_buffer.c by Jaswinder Singh Rajput · 16 years ago
  14. 8d23355 vt: remove power stuff from kernel/power by Alan Cox · 16 years ago
  15. f8a7c1a kfifo: Use "const" definitions by Alan Cox · 16 years ago
  16. cdf8073 perf_counter: Fix perf_copy_attr() pointer arithmetic by Ian Schram · 16 years ago
  17. 2df2881 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
  18. 30bd39c tracing/events: use list_for_entry_continue by Li Zefan · 16 years ago
  19. ee6c2c1 tracing: remove max_tracer_type_len by Li Zefan · 16 years ago
  20. a4ec5e0 function-graph: use ftrace_graph_funcs directly by Li Zefan · 16 years ago
  21. 3f04e8c sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair() by Mike Galbraith · 16 years ago
  22. be4bdbf Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 16 years ago
  23. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 16 years ago
  24. 393b2ad perf: Add a timestamp to fork events by Arjan van de Ven · 16 years ago
  25. 929bf0d Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  26. a71fca5 rcu: Fix whitespace inconsistencies by Paul E. McKenney · 16 years ago
  27. 49e2912 rcu: Fix thinko, actually initialize full tree by Paul E. McKenney · 16 years ago
  28. e7d8842 rcu: Apply results of code inspection of kernel/rcutree_plugin.h by Paul E. McKenney · 16 years ago
  29. 28ecd58 rcu: Add WARN_ON_ONCE() consistency checks covering state transitions by Paul E. McKenney · 16 years ago
  30. fc53776 tracing: Remove markers by Christoph Hellwig · 16 years ago
  31. def0a9b sched_clock: Make it NMI safe by Peter Zijlstra · 16 years ago
  32. cf450a7 perf_counter: Fix up swcounter throttling by Peter Zijlstra · 16 years ago
  33. 5622f29 x86, perf_counter, bts: Optimize BTS overflow handling by Markus Metzger · 16 years ago
  34. 6952b61 headers: taskstats_kern.h trim by Alexey Dobriyan · 16 years ago
  35. a03fdb7 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  36. a2e7a7e sched: Remove unneeded indentation in sched_fair.c::place_entity() by Mike Galbraith · 16 years ago
  37. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 16 years ago
  38. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 16 years ago
  39. dcbf77b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  40. 16e3081 rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU by Paul E. McKenney · 16 years ago
  41. c3422be rcu: Simplify rcu_read_unlock_special() quiescent-state accounting by Paul E. McKenney · 16 years ago
  42. b0e165c rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periods by Paul E. McKenney · 16 years ago
  43. b8d57a7 rcutorture: Occasionally delay readers enough to make RCU force_quiescent_state by Josh Triplett · 16 years ago
  44. b835db1 rcu: Initialize multi-level RCU grace periods holding locks by Paul E. McKenney · 16 years ago
  45. de078d8 rcu: Need to update rnp->gpnum if preemptable RCU is to be reliable by Paul E. McKenney · 16 years ago
  46. 2667de8 perf_counter: Allow for a wakeup watermark by Peter Zijlstra · 16 years ago
  47. 850bc73 perf_counter: Do not throttle single swcounter events by Peter Zijlstra · 16 years ago
  48. 5dd4de5 softirq: add BLOCK_IOPOLL to softirq_to_name by Li Zefan · 16 years ago
  49. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 16 years ago
  50. 45bd00d Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  51. 29cd8ba sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINE by Peter Zijlstra · 16 years ago
  52. de69a80 sched: Stop buddies from hogging the system by Peter Zijlstra · 16 years ago
  53. ad4b78b sched: Add new wakeup preemption mode: WAKEUP_RUNNING by Peter Zijlstra · 16 years ago
  54. eb24073b sched: Fix TASK_WAKING & loadaverage breakage by Ingo Molnar · 16 years ago
  55. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  56. 6b7b352 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  57. 5a9b86f sched: Rename flags to wake_flags by Peter Zijlstra · 16 years ago
  58. 5158f4e sched: Clean up the load_idx selection in select_task_rq_fair by Peter Zijlstra · 16 years ago
  59. 3b64089 sched: Optimize cgroup vs wakeup a bit by Peter Zijlstra · 16 years ago
  60. b36461d tracing: Fix minor bugs for __unregister_ftrace_function_probe by Atsushi Tsuji · 16 years ago
  61. 51e0304 sched: Implement a gentler fair-sleepers feature by Ingo Molnar · 16 years ago
  62. 59abf02 sched: Add SD_PREFER_LOCAL by Peter Zijlstra · 16 years ago
  63. cb684b5 block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK by Jens Axboe · 16 years ago
  64. e69b0f1 sched: Add a few SYNC hint knobs to play with by Peter Zijlstra · 16 years ago
  65. 63859d4 sched: Fix sync wakeups again by Peter Zijlstra · 16 years ago
  66. 723e9db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  67. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 17 years ago
  68. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  69. f199fd9 Merge branch 'perfcounters-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. 6ca6cca tracing: optimize global_trace_clock cachelines by Steven Rostedt · 16 years ago
  71. 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. 1aaf2e5 Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. a7558e0 sched: Add WF_FORK by Peter Zijlstra · 16 years ago
  74. 7d47872 sched: Rename sync arguments by Peter Zijlstra · 16 years ago
  75. 0763a66 sched: Rename select_task_rq() argument by Peter Zijlstra · 16 years ago
  76. 8e6598a sched: Feature to disable APERF/MPERF cpu_power by Peter Zijlstra · 16 years ago
  77. d6a59aa sched: Provide arch_scale_freq_power by Peter Zijlstra · 16 years ago
  78. 0ec9fab sched: Improve latencies and throughput by Mike Galbraith · 16 years ago
  79. 78e7ed5 sched: Tweak wake_idx by Peter Zijlstra · 16 years ago
  80. d7c33c4 sched: Fix task affinity for select_task_rq_fair by Peter Zijlstra · 16 years ago
  81. 83f5496 sched: for_each_domain() vs RCU by Peter Zijlstra · 16 years ago
  82. ae154be sched: Weaken SD_POWERSAVINGS_BALANCE by Peter Zijlstra · 16 years ago
  83. c88d591 sched: Merge select_task_rq_fair() and sched_balance_self() by Peter Zijlstra · 16 years ago
  84. e9c8431 sched: Add TASK_WAKING by Peter Zijlstra · 16 years ago
  85. 5f3edc1 sched: Hook sched_balance_self() into sched_class::select_task_rq() by Peter Zijlstra · 16 years ago
  86. aaee120 sched: Move sched_balance_self() into sched_fair.c by Peter Zijlstra · 16 years ago
  87. f5f08f3 sched: Move code around by Peter Zijlstra · 16 years ago
  88. e26af0e sched: Add come comments to the sched features by Peter Zijlstra · 16 years ago
  89. 3cb63d5 sched: Complete buddy switches by Mike Galbraith · 16 years ago
  90. e6b1b2c sched: Split WAKEUP_OVERLAP by Peter Zijlstra · 16 years ago
  91. b78bb86 sched: Fix double_rq_lock() compile warning by Peter Zijlstra · 16 years ago
  92. 12e0933 time: Prevent 32 bit overflow with set_normalized_timespec() by Thomas Gleixner · 16 years ago
  93. b3e62e3 perf_counter: Fix buffer overflow in perf_copy_attr() by Xiao Guangrong · 16 years ago
  94. 1824090 Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  95. f86054c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  96. c91d7d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig by Linus Torvalds · 16 years ago
  97. 555f386 ftrace: document function and function graph implementation by Mike Frysinger · 16 years ago
  98. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  99. 353f6dd cleanup console_print() by Anirban Sinha · 16 years ago
  100. 4a5d6ba CRED: Allow put_cred() to cope with a NULL groups list by David Howells · 16 years ago