1. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  2. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  3. 9a8c28c blktrace: perform cleanup after setup error by Dmitry Monakhov · 16 years ago
  4. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 4809174 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 16 years ago
  6. 6fb8302 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 16 years ago
  7. f1c7f51 ftrace: Add function names to dangling } in function graph tracer by Steven Rostedt · 16 years ago
  8. 281b371 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 16 years ago
  9. 64b9fb5 Merge commit 'v2.6.33' into tracing/core by Ingo Molnar · 16 years ago
  10. 7b60997 tracing: Simplify memory recycle of trace_define_field by Wenji Huang · 16 years ago
  11. c85f3a9 tracing: Remove unnecessary variable in print_graph_return by Wenji Huang · 16 years ago
  12. a5efd92 tracing: Fix typo of info text in trace_kprobe.c by Wenji Huang · 16 years ago
  13. 6574658 tracing: Fix typo in prof_sysexit_enable() by Wenji Huang · 16 years ago
  14. 1ab83a8 tracing: Remove CONFIG_TRACE_POWER from kernel config by Li Zefan · 16 years ago
  15. 86c38a3 tracing: Fix ftrace_event_call alignment for use with gcc 4.5 by Jeff Mahoney · 16 years ago
  16. f850c30 tracing/kprobes: Make Kconfig dependencies generic by Heiko Carstens · 16 years ago
  17. e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 16 years ago
  18. a9bb18f tracing/kprobes: Fix probe parsing by Heiko Carstens · 16 years ago
  19. c7c6b1f ftrace: Allow to remove a single function from function graph filter by Li Zefan · 16 years ago
  20. ede55c9 tracing: Add correct/incorrect to sort keys for branch annotation output by Steven Rostedt · 16 years ago
  21. f24bb99 ftrace: Remove record freezing by Masami Hiramatsu · 16 years ago
  22. 2cfa197 ftrace/alternatives: Introducing *_text_reserved functions by Masami Hiramatsu · 16 years ago
  23. 4f48f8b tracing: Fix circular dead lock in stack trace by Lai Jiangshan · 16 years ago
  24. ab38612 Merge branch 'master' into percpu by Tejun Heo · 16 years ago
  25. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 16 years ago
  26. 1e12a4a tracing/kprobe: Cleanup unused return value of tracing functions by Xiao Guangrong · 16 years ago
  27. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 16 years ago
  28. ea2c68a tracing: Simplify test for function_graph tracing start point by Lai Jiangshan · 16 years ago
  29. 0368897 tracing/documentation: Cover new frame pointer semantics by Mike Frysinger · 16 years ago
  30. 3c05d74 ring-buffer: Check for end of page in iterator by Steven Rostedt · 16 years ago
  31. 492a74f ring-buffer: Check if ring buffer iterator has stale data by Steven Rostedt · 16 years ago
  32. 74bf407 tracing: Prevent kernel oops with corrupted buffer by Steven Rostedt · 16 years ago
  33. 231e36f tracing/kprobe: Update kprobe tracing self test for new syntax by Masami Hiramatsu · 16 years ago
  34. 24a5365 tracing: Drop the tr check from the graph tracing path by Frederic Weisbecker · 16 years ago
  35. d1303dd tracing/filters: Add comment for match callbacks by Li Zefan · 16 years ago
  36. 16da27a tracing/filters: Fix MATCH_FULL filter matching for PTR_STRING by Li Zefan · 16 years ago
  37. b2af211 tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching by Li Zefan · 16 years ago
  38. a3291c1 tracing/filters: Fix MATCH_END_ONLY filter matching by Li Zefan · 16 years ago
  39. 285caad tracing/filters: Fix MATCH_FRONT_ONLY filter matching by Li Zefan · 16 years ago
  40. 751e998 ftrace: Fix MATCH_END_ONLY function filter by Li Zefan · 16 years ago
  41. 1464010 tracing/kprobe: Drop function argument access syntax by Masami Hiramatsu · 16 years ago
  42. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 16 years ago
  43. 0e1ff5d ring-buffer: Add rb_list_head() wrapper around new reader page next field by Steven Rostedt · 16 years ago
  44. 5ded3dc ring-buffer: Wrap a list.next reference with rb_list_head() by David Sharp · 16 years ago
  45. d931369 tracing: Add stack dump to trace_printk if stacktrace option is set by Steven Rostedt · 16 years ago
  46. 7e53bd4 tracing: Consolidate protection of reader access to the ring buffer by Lai Jiangshan · 16 years ago
  47. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 16 years ago
  48. 5a65e95 tracing: Use defined fields and print_fmt to print formats by Lai Jiangshan · 16 years ago
  49. c7ef3a9 tracing: Have syscall tracing call its own init function by Steven Rostedt · 16 years ago
  50. a342a028 tracing/kprobes: Init print_fmt for kprobe events by Lai Jiangshan · 16 years ago
  51. 50307a4 tracing/syscalls: Init print_fmt for syscall events by Lai Jiangshan · 16 years ago
  52. 509e760 tracing: Add print_fmt field by Lai Jiangshan · 16 years ago
  53. 809826a tracing: Have __dynamic_array() define a field by Lai Jiangshan · 16 years ago
  54. 7961576 local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c by Christoph Lameter · 16 years ago
  55. 32032df Merge branch 'master' into percpu by Tejun Heo · 16 years ago
  56. b21c070 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
  57. fb7ae98 tracing: Fix sign fields in ftrace_define_fields_##call() by Lai Jiangshan · 16 years ago
  58. 79b4082 tracing/kprobe: Show sign of fields in trace_kprobe format files by Lai Jiangshan · 16 years ago
  59. 53ab668 ksym_tracer: Remove trace_stat by Li Zefan · 16 years ago
  60. e6d9491 ksym_tracer: Fix race when incrementing count by Li Zefan · 16 years ago
  61. 3d13ec2 ksym_tracer: Fix to allow writing newline to ksym_trace_filter by Li Zefan · 16 years ago
  62. 88f7a89 ksym_tracer: Fix to make the tracer work by Li Zefan · 16 years ago
  63. 4089236 tracing: Kconfig spelling fixes and cleanups by Randy Dunlap · 16 years ago
  64. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 16 years ago
  65. c757bea tracing: Fix setting tracer specific options by Steven Rostedt · 16 years ago
  66. eca9dfc 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
  67. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 16 years ago
  68. 61c1917 perf events, x86/stacktrace: Make stack walking optional by Frederic Weisbecker · 16 years ago
  69. 6f3cf44 kprobe-tracer: Check new event/group name by Masami Hiramatsu · 16 years ago
  70. da184a8 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
  71. 28dfef8 const: constify remaining pipe_buf_operations by Alexey Dobriyan · 16 years ago
  72. e36c545 tracing: Fix return of trace_dump_stack() by Steven Rostedt · 16 years ago
  73. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 16 years ago
  74. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 16 years ago
  75. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 16 years ago
  76. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  77. 0087aab 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
  78. cc0104e Merge branch 'linus' into tracing/urgent by Ingo Molnar · 16 years ago
  79. 16620e0 ksym_tracer: Fix bad cast by Li Zefan · 16 years ago
  80. 472bbe0 tracing/power: Remove two exports by Li Zefan · 16 years ago
  81. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 16 years ago
  82. 8d18eaa tracing: Simplify trace_option_write() by Li Zefan · 16 years ago
  83. 2cbafd6 tracing: Remove useless trace option by Li Zefan · 16 years ago
  84. 13f16d2 tracing: Use seq file for trace_clock by Li Zefan · 16 years ago
  85. fdb372e tracing: Use seq file for trace_options by Li Zefan · 16 years ago
  86. 91baf62 function-graph: Allow writing the same val to set_graph_function by Li Zefan · 16 years ago
  87. 313254a ftrace: Call trace_parser_clear() properly by Li Zefan · 16 years ago
  88. 311d16d ftrace: Return EINVAL when writing invalid val to set_ftrace_filter by Li Zefan · 16 years ago
  89. 3b8e427 tracing: Move a printk out of ftrace_raw_reg_event_foo() by Li Zefan · 16 years ago
  90. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 16 years ago
  91. 87d9b4e tracing: Extract duplicate ftrace_raw_init_event_foo() by Li Zefan · 16 years ago
  92. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 16 years ago
  93. df7147b 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. 6f696eb 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
  95. cc51a0fc tracing: Add stack trace to irqsoff tracer by Steven Rostedt · 16 years ago
  96. 0388938 tracing: Add trace_dump_stack() by Steven Rostedt · 16 years ago
  97. dd7f594 ring-buffer: Move resize integrity check under reader lock by Steven Rostedt · 16 years ago
  98. 1842101 ring-buffer: Use sync sched protection on ring buffer resizing by Steven Rostedt · 16 years ago
  99. d954fbf tracing: Fix wrong usage of strstrip in trace_ksyms by Thomas Gleixner · 16 years ago
  100. f294248 tracing: Remove comparing of NULL to va_list in trace_array_vprintk() by Carsten Emde · 16 years ago