1. 110bf2b tracing: add protection around module events unload by Steven Rostedt · 17 years ago
  2. 725c624 tracing: add trace_seq_vprint interface by Steven Rostedt · 17 years ago
  3. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 17 years ago
  4. f57a8a1 ring-buffer: fix ret in rb_add_time_stamp by Steven Rostedt · 17 years ago
  5. 1f8a6a1 ring-buffer: pass in lockdep class key for reader_lock by Peter Zijlstra · 17 years ago
  6. 918143e Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  7. 64edbc5 Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 17 years ago
  8. 563af16 tracing: add annotation to what type of stack trace is recorded by Steven Rostedt · 17 years ago
  9. 56d8bd3 tracing: fix multiple use of __print_flags and __print_symbolic by Steven Whitehouse · 17 years ago
  10. 048dc50 tracing/events: fix output format of user stack by walimis · 17 years ago
  11. f11b3f4 tracing/events: fix output format of kernel stack by walimis · 17 years ago
  12. 083a63b tracing/trace_stack: fix the number of entries in the header by walimis · 17 years ago
  13. ea05b57 ring-buffer: discard timestamps that are at the start of the buffer by Steven Rostedt · 17 years ago
  14. edd813b ring-buffer: try to discard unneeded timestamps by Steven Rostedt · 17 years ago
  15. a202355 ring-buffer: fix bug in ring_buffer_discard_commit by Tim Bird · 17 years ago
  16. 0f6ce3d ftrace: do not profile functions when disabled by Steven Rostedt · 17 years ago
  17. 112f38a7 tracing: make trace pipe recognize latency format flag by Steven Rostedt · 17 years ago
  18. ec081dd tracing: add exports to use __print_symbolic and __print_flags from a module by Steven Whitehouse · 17 years ago
  19. 7fcb7c4 tracing/events: introduce __dynamic_array() by Li Zefan · 17 years ago
  20. 897f17a tracing: combine the default tracers into one config by Steven Rostedt · 17 years ago
  21. 5e0a093 tracing: fix config options to not show when automatically selected by Steven Rostedt · 17 years ago
  22. 2af15d6 ftrace: add kernel command line function filtering by Steven Rostedt · 17 years ago
  23. 43bd123 tracing/stat: remove unappropriate safe walk on list by Frederic Weisbecker · 17 years ago
  24. dbd3fbd tracing/stat: do some cleanups by Li Zefan · 17 years ago
  25. e162280 tracing/stat: remember to free root node by Li Zefan · 17 years ago
  26. b3dd7ba tracing/stat: change dummpy_cmp() to return -1 by Li Zefan · 17 years ago
  27. 8f184f2 tracing/stat: replace linked list by an rbtree for sorting by Frederic Weisbecker · 17 years ago
  28. 0d64f83 tracing/stat: replace trace_stat_session by stat_session by Frederic Weisbecker · 17 years ago
  29. f3c4ae2 trace_workqueue: remove blank line between each cpu by Zhaolei · 17 years ago
  30. b886716 trace_workqueue: remove cpu_workqueue_stats->first_entry by Zhaolei · 17 years ago
  31. 1fdfca9 trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe() by Zhaolei · 17 years ago
  32. fb39125 ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro by Zhaolei · 17 years ago
  33. 5b6045a trace: disable preemption before taking raw spinlocks by Heiko Carstens · 17 years ago
  34. 0f4fc29 tracing: add __print_symbolic to trace events by Steven Rostedt · 17 years ago
  35. be74b73 tracing: add __print_flags for events by Steven Rostedt · 17 years ago
  36. 0e907c9 ftrace: clean up of using ftrace_event_enable_disable() by Zhaolei · 17 years ago
  37. b11c53e ftrace: Add task_comm support for trace_event by Zhaolei · 17 years ago
  38. 4f53596 tracing: add trace_event_read_lock() by Lai Jiangshan · 17 years ago
  39. 5537937 ftrace: fix check for return value of register_module_notifier in event_trace_init by Ming Lei · 17 years ago
  40. fd51d25 blktrace: remove debugfs entries on bad path by Stefan Raspl · 17 years ago
  41. 24ed0c4 tracing: fix check for return value of register_module_notifier by Ming Lei · 17 years ago
  42. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 17 years ago
  43. ade385e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  44. 364b5b7 sysrq, intel_fb: fix sysrq g collision by Jason Wessel · 17 years ago
  45. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 17 years ago
  46. 5872144 tracing/filters: fix off-by-one bug by Li Zefan · 17 years ago
  47. 8cd995b tracing/filters: add missing unlock in a failure path by Li Zefan · 17 years ago
  48. 1ec7c48 tracing: stop stack trace on first empty entry by Steven Rostedt · 17 years ago
  49. 168b6b1 ring-buffer: move code around to remove some branches by Steven Rostedt · 17 years ago
  50. 88eb012 ring-buffer: use internal time stamp function by Steven Rostedt · 17 years ago
  51. 0f0c85f ring-buffer: small optimizations by Steven Rostedt · 17 years ago
  52. be957c4 ring-buffer: move calculation of event length by Steven Rostedt · 17 years ago
  53. 1cd8d73 ring-buffer: remove type parameter from rb_reserve_next_event by Steven Rostedt · 17 years ago
  54. d988ff9 ring-buffer: check for divide by zero in ring-buffer-benchmark by Steven Rostedt · 17 years ago
  55. 5a772b2 ring-buffer: replace constants with time macros in ring-buffer-benchmark by Steven Rostedt · 17 years ago
  56. 0498625 blktrace: pdu_buf of pc events should be unsigned by Li Zefan · 17 years ago
  57. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 17 years ago
  58. 201517a kprobes: fix to use text_mutex around arm/disarm kprobe by Masami Hiramatsu · 17 years ago
  59. 4671c79 tracing: add trace_set_clr_event to export event enabling function by Steven Rostedt · 17 years ago
  60. 29f9394 tracing: initialize return value for __ftrace_set_clr_event by Steven Rostedt · 17 years ago
  61. c142b15 tracing/events: simplify system_enable_read() by Li Zefan · 17 years ago
  62. 8f31bfe tracing/events: clean up for ftrace_set_clr_event() by Li Zefan · 17 years ago
  63. 74f4fd2 ring-buffer: change WARN_ON from checking preempt_count to preemptible by Steven Rostedt · 17 years ago
  64. 7da3046 ring-buffer: add total count in ring-buffer-benchmark by Steven Rostedt · 17 years ago
  65. 0574ea4 ring-buffer: only periodically call cond_resched to ring-buffer-benchmark by Steven Rostedt · 17 years ago
  66. 65b7724 tracing: have menu default enabled when kernel debug is configured by Steven Rostedt · 17 years ago
  67. d6bf81e tracing: append ":*" to internal setting of system events by Steven Rostedt · 17 years ago
  68. 29c8000 ring-buffer: remove complex calculations in ring-buffer-test by Steven Rostedt · 17 years ago
  69. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 17 years ago
  70. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  71. d94fc52 tracing/events: fix concurrent access to ftrace_events list, fix by Li Zefan · 17 years ago
  72. 5928c3c tracing/filters: support for operator reserved characters in strings by Frederic Weisbecker · 17 years ago
  73. e8808c1 tracing/filters: support for filters of dynamic sized arrays by Frederic Weisbecker · 17 years ago
  74. 8ae79a1 tracing: add hierarchical enabling of events by Steven Rostedt · 17 years ago
  75. 9456f0f tracing: reset ring buffer when removing modules with events by Steven Rostedt · 17 years ago
  76. 57adc4d Eliminate thousands of warnings with gcc 3.2 build by Andi Kleen · 17 years ago
  77. 381a80e inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive by Wu Fengguang · 17 years ago
  78. 3e07a4f ring-buffer: change test to be more latency friendly by Steven Rostedt · 17 years ago
  79. 6634ff2 ring-buffer: make moving the tail page a separate function by Steven Rostedt · 17 years ago
  80. 00c81a5 ring-buffer: check for failed allocation in ring buffer benchmark by Steven Rostedt · 17 years ago
  81. 8e7abf1 ring-buffer: remove unneeded conditional in rb_reserve_next by Steven Rostedt · 17 years ago
  82. 48dd0fe tracing: trace_output.c, fix false positive compiler warning by Jaswinder Singh Rajput · 17 years ago
  83. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 17 years ago
  84. a42aaa3 blktrace: correct remap names by Alan D. Brunelle · 17 years ago
  85. de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 17 years ago
  86. 20c8928 tracing/events: fix concurrent access to ftrace_events list by Li Zefan · 17 years ago
  87. 2df75e4 tracing/events: fix memory leak when unloading module by Li Zefan · 17 years ago
  88. 5092dbc ring-buffer: add benchmark and tester by Steven Rostedt · 17 years ago
  89. aa20ae8 ring-buffer: move big if statement down by Steven Rostedt · 17 years ago
  90. 94487d6 tracing: use proper export symbol for tracing api by Steven Rostedt · 17 years ago
  91. 41ede23 ring-buffer: disable writers when resetting buffers by Steven Rostedt · 17 years ago
  92. afbab76 ring-buffer: have read page swap increment counter with page entries by Steven Rostedt · 17 years ago
  93. 99ee129 Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  94. bcb1656 Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  95. e858e8b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  96. da87bbd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  97. e91b3b2 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  98. 778c55d ring-buffer: record page entries in buffer page descriptor by Steven Rostedt · 17 years ago
  99. e4906ef ring-buffer: convert cpu buffer entries to local_t by Steven Rostedt · 17 years ago
  100. c8d7718 tracing: export stats of ring buffers to userspace by Steven Rostedt · 17 years ago