1. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  2. b0da3f0 Add a tracepoint for block request remapping by Jun'ichi Nomura · 15 years ago
  3. 9f44fdc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  4. 0ef1224 ext4: Add a stub for mpage_da_data in the trace header by Josh Stone · 15 years ago
  5. bf69932 jbd2: Use tracepoints for history file by Theodore Ts'o · 15 years ago
  6. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  7. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  8. 4187e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  9. 31bbb9b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. 9961079 tracing/workqueue: Use %pf in workqueue trace events by Anton Blanchard · 15 years ago
  11. 0d3d062 tracing, page-allocator: add trace event for page traffic related to the buddy lists by Mel Gorman · 15 years ago
  12. e0fff1b tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypes by Mel Gorman · 15 years ago
  13. 4b4f278 tracing, page-allocator: add trace events for page allocation and page freeing by Mel Gorman · 15 years ago
  14. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. 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 · 15 years ago
  16. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  17. 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 · 15 years ago
  18. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 15 years ago
  19. 929bf0d Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  20. 3530c18 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  21. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 15 years ago
  22. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  23. 5dd4de5 softirq: add BLOCK_IOPOLL to softirq_to_name by Li Zefan · 15 years ago
  24. 45bd00d Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  25. fb40ba0 ext4: Add a tracepoint for ext4_alloc_da_blocks() by Theodore Ts'o · 15 years ago
  26. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  27. 3661d28 ext4: Fix include/trace/events/ext4.h to work with Systemtap by Theodore Ts'o · 15 years ago
  28. 69def9f Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  29. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  30. a48f494 tracing: have TRACE_EVENT macro use __flags to not shadow parameter by Steven Rostedt · 15 years ago
  31. ec827c7 tracing: add static to generated TRACE_EVENT functions by Steven Rostedt · 15 years ago
  32. f977bb4 perf_counter, sched: Add sched_stat_runtime tracepoint by Ingo Molnar · 15 years ago
  33. fe63b94 tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounce by Carsten Emde · 15 years ago
  34. 483e3cd Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. 1000ff8 KVM: Add trace points in irqchip code by Gleb Natapov · 15 years ago
  36. aec51dc KVM: Trace mmio by Avi Kivity · 15 years ago
  37. ae8c1c4 KVM: Trace irq level and source id by Avi Kivity · 15 years ago
  38. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 15 years ago
  39. a3710fd ext4: fix tracepoint format string warnings by Theodore Ts'o · 15 years ago
  40. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 15 years ago
  41. 768d0c2 sched: Add wait, sleep and iowait accounting tracepoints by Peter Zijlstra · 15 years ago
  42. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  43. 98a56ab ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages() by Theodore Ts'o · 15 years ago
  44. 8e254c1 tracing/filters: Defer pred allocation by Li Zefan · 15 years ago
  45. 3f0a525 itimers: Add tracepoints for itimer by Xiao Guangrong · 15 years ago
  46. c6a2a17 hrtimer: Add tracepoint for hrtimers by Xiao Guangrong · 15 years ago
  47. 2b022e3 timers: Add tracepoints for timer_list timers by Xiao Guangrong · 15 years ago
  48. 0dd7b74 tracing: Fix double CPP substitution in TRACE_EVENT_FN by Frederic Weisbecker · 15 years ago
  49. 6c347d4 tracing: Undef TRACE_EVENT_FN between trace events headers inclusion by Frederic Weisbecker · 15 years ago
  50. 35dce1a Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  51. 5ac35da tracing/events: fix the include file dependencies by Xiao Guangrong · 15 years ago
  52. 43b51ea tracing/filters: Add __field_ext() to TRACE_EVENT by Li Zefan · 15 years ago
  53. f0693c8 tracing/sched: show CPU task wakes up on in trace event by Steven Rostedt · 15 years ago
  54. 1c569f0 tracing: Create generic syscall TRACE_EVENTs by Josh Stone · 15 years ago
  55. 9741987 tracing: Move tracepoint callbacks from declaration to definition by Josh Stone · 15 years ago
  56. 3d27d8c tracing: Make syscall tracepoints conditional by Josh Stone · 15 years ago
  57. 540b7b8 tracing/syscalls: Add filtering support by Li Zefan · 15 years ago
  58. e647d6b tracing/events: Add trace_define_common_fields() by Li Zefan · 15 years ago
  59. 14be96c tracing/events: Add ftrace_event_call param to define_fields() by Li Zefan · 15 years ago
  60. 10a5b66 tracing/syscalls: Add fields format for exit events by Li Zefan · 15 years ago
  61. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  62. e9b3cc1 net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3) by Neil Horman · 15 years ago
  63. dc4ddb4 tracing: Add fields format definition for syscall events by Frederic Weisbecker · 15 years ago
  64. e8f9f4d tracing: Add ftrace event call parameter to its field descriptor handler by Frederic Weisbecker · 15 years ago
  65. f4b5ffc tracing: Add perf counter support for syscalls tracing by Jason Baron · 15 years ago
  66. 64c12e0 tracing: Add individual syscalls tracepoint id support by Jason Baron · 15 years ago
  67. fb34a08 tracing: Add trace events for each syscall entry/exit by Jason Baron · 15 years ago
  68. 69fd4f0 tracing: Add ftrace_event_call void * 'data' field by Jason Baron · 15 years ago
  69. a871bd3 tracing: Add syscall tracepoints by Jason Baron · 15 years ago
  70. 066e037 tracing: Call arch_init_ftrace_syscalls at boot by Jason Baron · 15 years ago
  71. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  72. 1853db0 perf_counter: Zero dead bytes from ftrace raw samples size alignment by Frederic Weisbecker · 15 years ago
  73. 304703a perf_counter: Subtract the buffer size field from the event record size by Frederic Weisbecker · 15 years ago
  74. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 15 years ago
  75. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  76. 3a65930 perf_counter, ftrace: Fix perf_counter integration by Peter Zijlstra · 15 years ago
  77. 7d536cb tracing/events: record the size of dynamic arrays by Li Zefan · 15 years ago
  78. 68fd60a tracing/events: add missing type info of dynamic arrays by Lai Jiangshan · 15 years ago
  79. c0c50b5 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. d0b6e04 tracing/events: Move TRACE_SYSTEM outside of include guard by Li Zefan · 15 years ago
  81. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  82. 627ad9f ext4: Fix type warning on 64-bit platforms in tracing events header by Theodore Ts'o · 15 years ago
  83. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  84. 879c5e6 jbd2: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  85. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  86. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  87. 6ff9a64 tracing: do not translate event helper macros in print format by Steven Rostedt · 15 years ago
  88. 6556d1d tracing: fix the block trace points print size by Steven Rostedt · 15 years ago
  89. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  90. 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 · 15 years ago
  91. 64edbc5 Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 15 years ago
  92. 56d8bd3 tracing: fix multiple use of __print_flags and __print_symbolic by Steven Whitehouse · 15 years ago
  93. 1d080d6 tracing: remove redundant SOFTIRQ from softirq event traces by Steven Rostedt · 15 years ago
  94. 7fcb7c4 tracing/events: introduce __dynamic_array() by Li Zefan · 15 years ago
  95. a9c1c3a tracing/events: put TP_fast_assign into braces by Li Zefan · 15 years ago
  96. 6e25db4 tracing/events: fix a typo in __string() format output by Li Zefan · 15 years ago
  97. fb39125 ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro by Zhaolei · 15 years ago
  98. f2aebae ftrace: don't convert function's local variable name in macro by Zhaolei · 15 years ago
  99. c2adae0 tracing: convert irq events to use __print_symbolic by Steven Rostedt · 15 years ago
  100. 0f4fc29 tracing: add __print_symbolic to trace events by Steven Rostedt · 15 years ago