1. 5d592b4 tracing: tracepoints for softirq entry/exit - add softirq-to-name array by Jason Baron · 16 years ago
  2. e447e1d tracing: explain why stack tracer is empty by Steven Rostedt · 16 years ago
  3. 2da03ec tracing: fix stack tracer header by Steven Rostedt · 16 years ago
  4. 7975a2b tracing: export trace formats to user space by Steven Rostedt · 16 years ago
  5. e9fb2b6 tracing: have event_trace_printk use static tracer by Steven Rostedt · 16 years ago
  6. 8282755 tracing: make bprint event use the proper event id by Steven Rostedt · 16 years ago
  7. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 16 years ago
  8. db526ca tracing: show that buffer size is not expanded by Steven Rostedt · 16 years ago
  9. 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 16 years ago
  10. 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 16 years ago
  11. 1027fcb tracing: protect ring_buffer_expanded with trace_types_lock by Steven Rostedt · 16 years ago
  12. a123c52 tracing: fix comments about trace buffer resizing by Steven Rostedt · 16 years ago
  13. 51b643b Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/ftrace-merge by Steven Rostedt · 16 years ago
  14. 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
  15. d820ac4 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] by Ingo Molnar · 16 years ago
  16. 3c1f67d Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
  17. 554f786 ring-buffer: only allocate buffers for online cpus by Steven Rostedt · 16 years ago
  18. 9aba60f tracing: fix trace_wait to know to wait on all cpus or just one by Steven Rostedt · 16 years ago
  19. 1852fcc tracing: expand the ring buffers when an event is activated by Steven Rostedt · 16 years ago
  20. 73c5162 tracing: keep ring buffer to minimum size till used by Steven Rostedt · 16 years ago
  21. aecfcde Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  22. be50b834 kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users by Dhaval Giani · 16 years ago
  23. e2b8b28 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  24. 4dd163a Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  25. 80370cb tracing: use raw spinlocks for trace_vprintk by Steven Rostedt · 16 years ago
  26. 6cc3c6e trace_clock: fix preemption bug by Peter Zijlstra · 16 years ago
  27. ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 16 years ago
  28. 0e3d0f0 tracing: update comments to match event code macros by Steven Rostedt · 16 years ago
  29. 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 16 years ago
  30. 2314c4a tracing: add back the available_events file by Steven Rostedt · 16 years ago
  31. 40e2681 tracing: do not allow modifying the ftrace events via the event files by Steven Rostedt · 16 years ago
  32. ce8eb2b tracing: fix printk format specifier by Steven Rostedt · 16 years ago
  33. bbcd306 tracing: Don't assume possible cpu list have continuous numbers by KOSAKI Motohiro · 16 years ago
  34. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 16 years ago
  35. 9a1043d Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  36. 12e87e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  37. 467c88f Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
  38. 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 16 years ago
  39. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 16 years ago
  40. 9cc26a2 tracing: use generic __stringify by Steven Rostedt · 16 years ago
  41. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 16 years ago
  42. 156b5f1 tracing: typecast sizeof and offsetof to unsigned int by Steven Rostedt · 16 years ago
  43. 2d5516c copy_process: fix CLONE_PARENT && parent_exec_id interaction by Oleg Nesterov · 16 years ago
  44. 6d5b5ac Fix fixpoint divide exception in acct_update_integrals by Heiko Carstens · 16 years ago
  45. c3ffc7a tracing: Don't use tracing_record_cmdline() in workqueue tracer by KOSAKI Motohiro · 16 years ago
  46. 888b55d ftrace: tracing header should put '#' at the beginning of a line by KOSAKI Motohiro · 16 years ago
  47. dba58e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/core by Ingo Molnar · 16 years ago
  48. 9de3682 tracing: trace_bprintk() cleanups by Ingo Molnar · 16 years ago
  49. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
  50. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 16 years ago
  51. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 16 years ago
  52. 4460fda tracing, Text Edit Lock - kprobes architecture independent support by Mathieu Desnoyers · 16 years ago
  53. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
  54. 10dd3eb tracing: fix deadlock when setting set_ftrace_pid by KOSAKI Motohiro · 16 years ago
  55. 422d3c7 tracing: current tip/master can't enable ftrace by KOSAKI Motohiro · 16 years ago
  56. bc722f5 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  57. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  58. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 16 years ago
  59. 770cb24 tracing: add format files for ftrace default entries by Steven Rostedt · 16 years ago
  60. 33b0c22 tracing: move print of event format to separate file by Steven Rostedt · 16 years ago
  61. 5e2336a tracing: make all file_operations const by Steven Rostedt · 16 years ago
  62. 40ada30 tracing: clean up menu by Ingo Molnar · 16 years ago
  63. a1413c8 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  64. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 16 years ago
  65. 03d7891 lockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitions by David Rientjes · 16 years ago
  66. a140fea Merge commit 'v2.6.29-rc7' into core/locking by Ingo Molnar · 16 years ago
  67. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 16 years ago
  68. e9d25fe tracing: have latency tracers set the latency format by Steven Rostedt · 16 years ago
  69. 27d48be tracing: consolidate print_lat_fmt and print_trace_fmt by Steven Rostedt · 16 years ago
  70. 5fd73f8 tracing: remove extra latency_trace method from trace structure by Steven Rostedt · 16 years ago
  71. c032ef64 tracing: add latency output format option by Steven Rostedt · 16 years ago
  72. e74da52 tracing: fix seq read from trace files by Steven Rostedt · 16 years ago
  73. 2dc5d12 tracing: do not return EFAULT if read copied anything by Steven Rostedt · 16 years ago
  74. 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 16 years ago
  75. e543ad7 tracing: add cpu_file intialization for ftrace_dump by Steven Rostedt · 16 years ago
  76. 64ca5ab rcu: increment quiescent state counter in ksoftirqd() by Eric Dumazet · 16 years ago
  77. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 16 years ago
  78. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
  79. 26575e2 lockdep: remove extra "irq" string by Peter Zijlstra · 16 years ago
  80. 1c21f14 lockdep: fix incorrect state name by Peter Zijlstra · 16 years ago
  81. 2602c3b Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  82. a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 16 years ago
  83. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 16 years ago
  84. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 16 years ago
  85. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 16 years ago
  86. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
  87. 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 16 years ago
  88. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 16 years ago
  89. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  90. 219f170 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
  91. b24746c 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
  92. 3612fdf Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  93. 633ddaa tracing: fix return value to registering events by Steven Rostedt · 16 years ago
  94. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 16 years ago
  95. ed662d9 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  96. fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  97. 96ccd21 tracing: add print format to event trace format files by Steven Rostedt · 16 years ago
  98. c5e4e19 tracing: add trace name and id to event formats by Steven Rostedt · 16 years ago
  99. 91729ef9 tracing: add ftrace headers to event format files by Steven Rostedt · 16 years ago
  100. 981d081 tracing: add format file to describe event struct fields by Steven Rostedt · 16 years ago