1. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. 1ef1d1c trace, filters: Initialize the match variable in process_ops() properly by Ingo Molnar · 14 years ago
  4. 13e5bef trace, documentation: Fix branch profiling location in debugfs by David Rientjes · 14 years ago
  5. 4a0b166 tracing: Fix irqoff selftest expanding max buffer by Steven Rostedt · 14 years ago
  6. 9a24470 tracing: Align 4 byte ints together in struct tracer by Steven Rostedt · 14 years ago
  7. 56355b8 tracing: Export trace_set_clr_event() by Yuanhan Liu · 14 years ago
  8. 31274d7 tracing: Explain about unstable clock on resume with ring buffer warning by Jiri Olsa · 14 years ago
  9. 10da37a tracing: Adjust conditional expression latency formatting. by David Sharp · 14 years ago
  10. 140e4f2 tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup by David Sharp · 14 years ago
  11. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 14 years ago
  12. de29be5 ring-buffer: Remove unused #include <linux/trace_irq.h> by David Sharp · 14 years ago
  13. 750912f tracing: Add an 'overwrite' trace_option. by David Sharp · 14 years ago
  14. 86cb2ec Merge commit 'v2.6.38-rc8' into perf/core by Ingo Molnar · 14 years ago
  15. 2d3a849 blktrace: Remove blk_fill_rwbs_rq. by Tao Ma · 14 years ago
  16. c09d7a3 Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git into perf/core by Frederic Weisbecker · 14 years ago
  17. e9345aa Revert "tracing: Add unstable sched clock note to the warning" by Ingo Molnar · 14 years ago
  18. 5beda5f Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  19. b00560f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  20. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  21. bf1af3a Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  22. 0de4b34 tracing/kprobe: Fix NULL pointer deref check by Masami Hiramatsu · 14 years ago
  23. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 14 years ago
  24. aceb91c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  25. 6752ab4 tracing: Deprecate tracing_enabled for tracing_on by Steven Rostedt · 14 years ago
  26. 87d80de tracing: Remove obsolete sched_switch tracer by Steven Rostedt · 14 years ago
  27. 5e38ca8 tracing: Add unstable sched clock note to the warning by Jiri Olsa · 14 years ago
  28. ae07f55 tracing/syscalls: Early terminate search for sys_ni_syscall by Ian Munsie · 14 years ago
  29. b2d5549 tracing/syscalls: Allow arch specific syscall symbol matching by Ian Munsie · 14 years ago
  30. c763ba0 tracing/syscalls: Make arch_syscall_addr weak by Ian Munsie · 14 years ago
  31. 3773b389 tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON by Ian Munsie · 14 years ago
  32. ba97697 tracing/syscalls: Don't add events for unmapped syscalls by Ian Munsie · 14 years ago
  33. 4defe68 tracing/filter: Remove synchronize_sched() from __alloc_preds() by Steven Rostedt · 14 years ago
  34. 75b8e98 tracing/filter: Swap entire filter of events by Steven Rostedt · 14 years ago
  35. bf93f9e tracing/filter: Increase the max preds to 2^14 by Steven Rostedt · 14 years ago
  36. 4a3d27e tracing/filter: Move MAX_FILTER_PRED to local tracing directory by Steven Rostedt · 14 years ago
  37. 43cd414 tracing/filter: Optimize filter by folding the tree by Steven Rostedt · 14 years ago
  38. ec126ca tracing/filter: Check the created pred tree by Steven Rostedt · 14 years ago
  39. 55719274 tracing/filter: Optimize short ciruit check by Steven Rostedt · 14 years ago
  40. 61e9dea tracing/filter: Use a tree instead of stack for filter_match_preds() by Steven Rostedt · 14 years ago
  41. f76690a tracing/filter: Free pred array on disabling of filter by Steven Rostedt · 14 years ago
  42. 74e9e58 tracing/filter: Allocate the preds in an array by Steven Rostedt · 14 years ago
  43. 0fc3ca9 tracing/filter: Call synchronize_sched() just once for system filters by Steven Rostedt · 14 years ago
  44. c9c53ca tracing/filter: Dynamically allocate preds by Steven Rostedt · 14 years ago
  45. 58d9a59 tracing/filter: Move OR and AND logic out of fn() method by Steven Rostedt · 14 years ago
  46. 6d54057 tracing/filter: Have no filter return a match by Steven Rostedt · 14 years ago
  47. 1ff511e tracing/kprobes: Add bitfield type by Masami Hiramatsu · 14 years ago
  48. e374536 tracing/kprobes: Support longer (>128 bytes) command by Masami Hiramatsu · 14 years ago
  49. 76022db tracing/kprobes: Cleanup strict_strtol() using code by Masami Hiramatsu · 14 years ago
  50. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 14 years ago
  51. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 14 years ago
  52. 2ce802f lockdep: Move early boot local IRQ enable/disable status to init/main.c by Tejun Heo · 14 years ago
  53. 490da40 blktrace: Don't output messages if NOTIFY isn't set. by Tao Ma · 14 years ago
  54. 42b16b3 Kill off warning: ‘inline’ is not at beginning of declaration by Jesper Juhl · 14 years ago
  55. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  56. 7f85803 tracing: Remove syscall_exit_fields by Lai Jiangshan · 14 years ago
  57. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  58. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  59. 4277616 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  60. 797a455 block: ensure that completion error gets properly traced by Jens Axboe · 14 years ago
  61. 870915e tracing: Fix TRACE_EVENT power tracepoint creation by Mathieu Desnoyers · 14 years ago
  62. 1dbd195 tracing: Fix preempt count leak by Li Zefan · 14 years ago
  63. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 14 years ago
  64. 23036f1 blktrace: add missing probe argument to block_bio_complete by Mathieu Desnoyers · 14 years ago
  65. 65b2074 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  66. 27066fd4 Merge commit 'v2.6.37' into sched/core by Ingo Molnar · 14 years ago
  67. 25e4193 perf: Clean up power events by introducing new, more generic ones by Thomas Renninger · 14 years ago
  68. 61a0d49 perf: Do not export power_frequency, but power_start event by Thomas Renninger · 14 years ago
  69. cc22219 Merge commit 'v2.6.37-rc8' into perf/core by Ingo Molnar · 14 years ago
  70. e1e3592 ring_buffer: Off-by-one and duplicate events in ring_buffer_read_page by David Sharp · 14 years ago
  71. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  72. 9fb6720 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  73. 006b20f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  74. d949750 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  75. 8e9255e Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  76. 364829b tracing: Fix panic when lseek() called on "trace" opened for writing by Slava Pestov · 14 years ago
  77. d2f30c7 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. 22a867d Merge commit 'v2.6.37-rc3' into sched/core by Ingo Molnar · 14 years ago
  79. e4e91ac Merge commit 'v2.6.37-rc3' into perf/core by Ingo Molnar · 14 years ago
  80. 0429578 tracing/events: Show real number in array fields by Steven Rostedt · 14 years ago
  81. ae51ce9 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  82. 61c3265 tracing: New flag to allow non privileged users to use a trace event by Frederic Weisbecker · 14 years ago
  83. 92fd4d4 Merge commit 'v2.6.37-rc2' into sched/core by Ingo Molnar · 14 years ago
  84. a89d4bd Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  85. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  86. 2ebc8ec Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  87. d07335e block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. by Mike Snitzer · 14 years ago
  88. 91e86e5 tracing: Fix recursive user stack trace by Steven Rostedt · 14 years ago
  89. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  90. becf91f [S390] ftrace: build without frame pointers on s390 by Heiko Carstens · 14 years ago
  91. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  92. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  93. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
  94. 5c16d2c Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  95. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  96. aa7b250 tracing: Fix 'faild' -> 'failed' typo by Joe Perches · 14 years ago
  97. fe7de49 sched: Make sched_param argument static in sched_setscheduler() callers by KOSAKI Motohiro · 14 years ago
  98. e3bda3a kdb,ftdump: Remove reference to internal kdb include by Jason Wessel · 14 years ago
  99. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  100. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago