1. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 16 years ago
  2. 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 16 years ago
  3. 88e9d34 seq_file: constify seq_operations by James Morris · 16 years ago
  4. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  5. 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 · 16 years ago
  6. 8e4bc3d 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
  7. 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 · 16 years ago
  8. a419aef trivial: remove unnecessary semicolons by Joe Perches · 16 years ago
  9. 2944fcb trivial: Fix duplicated word "options" in comment by Uwe Kleine-Koenig · 16 years ago
  10. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 16 years ago
  11. ebc79c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 by Linus Torvalds · 16 years ago
  12. 89f19f0 sched: Fix raciness in runqueue_is_locked() by Andrew Morton · 16 years ago
  13. 05bafda tracing: Export trace_profile_buf symbols by Peter Zijlstra · 16 years ago
  14. a0f320f includecheck fix: kernel/trace, ring_buffer.c by Jaswinder Singh Rajput · 16 years ago
  15. 2df2881 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
  16. 30bd39c tracing/events: use list_for_entry_continue by Li Zefan · 16 years ago
  17. ee6c2c1 tracing: remove max_tracer_type_len by Li Zefan · 16 years ago
  18. a4ec5e0 function-graph: use ftrace_graph_funcs directly by Li Zefan · 16 years ago
  19. be4bdbf Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 16 years ago
  20. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 16 years ago
  21. fc53776 tracing: Remove markers by Christoph Hellwig · 16 years ago
  22. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 16 years ago
  23. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 16 years ago
  24. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 16 years ago
  25. 45bd00d Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  26. b36461d tracing: Fix minor bugs for __unregister_ftrace_function_probe by Atsushi Tsuji · 16 years ago
  27. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  28. 6ca6cca tracing: optimize global_trace_clock cachelines by Steven Rostedt · 16 years ago
  29. 555f386 ftrace: document function and function graph implementation by Mike Frysinger · 16 years ago
  30. 1f5a6b4 tracing: make testing syscall events a separate configuration by Steven Rostedt · 16 years ago
  31. 20a58a7 tracing: remove some unused macros by Li Zefan · 16 years ago
  32. 05ffa2d ftrace: add compile-time check on F_printk() by Li Zefan · 16 years ago
  33. c16de8f tracing: fix F_printk() typos by Li Zefan · 16 years ago
  34. ec827c7 tracing: add static to generated TRACE_EVENT functions by Steven Rostedt · 16 years ago
  35. 08a4081 ring-buffer: typecast cmpxchg to fix PowerPC warning by Steven Rostedt · 16 years ago
  36. 60ba770 tracing: add filter event logic to special, mmiotrace and boot tracers by Steven Rostedt · 16 years ago
  37. 51df5fc tracing: remove trace_event_types.h by Steven Rostedt · 16 years ago
  38. 4e5292e tracing: use the new trace_entries.h to create format files by Steven Rostedt · 16 years ago
  39. d731509 tracing: show details of structures within the ftrace structures by Steven Rostedt · 16 years ago
  40. 0a1c49d tracing: use macros to create internal ftrace entry ring buffer structures by Steven Rostedt · 16 years ago
  41. 558e654 tracing/profile: fix profile_disable vs module_unload by Li Zefan · 16 years ago
  42. b5130b1 tracing: do not update tracing_max_latency when tracer is stopped by Carsten Emde · 16 years ago
  43. 41dfba4 tracing: remove unused local variables in tracer probe functions by Carsten Emde · 16 years ago
  44. 689fd8b tracing: trace parser support for function and graph by jolsa@redhat.com · 16 years ago
  45. 4896636 tracing: trace parser support for set_event by jolsa@redhat.com · 16 years ago
  46. b63f39e tracing: create generic trace parser by jolsa@redhat.com · 16 years ago
  47. f81c972 tracing: consolidate code between trace_output.c and trace_function_graph.c by Steven Rostedt · 16 years ago
  48. 637e7e8 tracing: add lock depth to entries by Steven Rostedt · 16 years ago
  49. 48659d3 tracing: move tgid out of generic entry and into userstack by Steven Rostedt · 16 years ago
  50. 49ff590 tracing: add latency format to function_graph tracer by Steven Rostedt · 16 years ago
  51. 197e2ea tracing: move PRED macros to trace_events_filter.c by Li Zefan · 16 years ago
  52. a5921c6 tracing: remove stats from struct tracer by Li Zefan · 16 years ago
  53. bd9cfca tracing: format clean ups by Li Zefan · 16 years ago
  54. e0ab5f2 tracing: remove dead code by Li Zefan · 16 years ago
  55. 478142c3 tracing: do not grab lock in wakeup latency function tracing by Steven Rostedt · 16 years ago
  56. d8eeb2d ring-buffer: consolidate interface of rb_buffer_peek() by Robert Richter · 16 years ago
  57. d28daf9 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
  58. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 16 years ago
  59. 85bac32 ring-buffer: only enable ring_buffer_swap_cpu when needed by Steven Rostedt · 16 years ago
  60. 62f0b3e ring-buffer: check for swapped buffers in start of committing by Steven Rostedt · 16 years ago
  61. e8165db tracing: report error in trace if we fail to swap latency buffer by Steven Rostedt · 16 years ago
  62. 659372d tracing: add trace_array_printk for internal tracers to use by Steven Rostedt · 16 years ago
  63. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 16 years ago
  64. f633903 tracing: make tracing_reset safe for external use by Steven Rostedt · 16 years ago
  65. 2f26ebd tracing: use timestamp to determine start of latency traces by Steven Rostedt · 16 years ago
  66. c58b432 tracing/filters: Defer pred allocation, fix memory leak by Li Zefan · 16 years ago
  67. 76f0d07 tracing: remove users of tracing_reset by Steven Rostedt · 16 years ago
  68. 621968c tracing: disable buffers and synchronize_sched before resetting by Steven Rostedt · 16 years ago
  69. b8de7bd1 tracing: disable update max tracer while reading trace by Steven Rostedt · 16 years ago
  70. 8248ac0 tracing: print out start and stop in latency traces by Steven Rostedt · 16 years ago
  71. 077c540 ring-buffer: disable all cpu buffers when one finds a problem by Steven Rostedt · 16 years ago
  72. a1863c2 ring-buffer: do not count discarded events by Steven Rostedt · 16 years ago
  73. dc892f7 ring-buffer: remove ring_buffer_event_discard by Steven Rostedt · 16 years ago
  74. 7e9391c ring-buffer: fix ring_buffer_read crossing pages by Steven Rostedt · 16 years ago
  75. 1b959e1 ring-buffer: remove unnecessary cpu_relax by Steven Rostedt · 16 years ago
  76. 9827799 ring-buffer: do not swap buffers during a commit by Steven Rostedt · 16 years ago
  77. 41b6a95 ring-buffer: do not reset while in a commit by Steven Rostedt · 16 years ago
  78. 8e254c1 tracing/filters: Defer pred allocation by Li Zefan · 16 years ago
  79. 73222acf 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
  80. 5d4a9db tracing: only show tracing_max_latency when latency tracer configured by Steven Rostedt · 16 years ago
  81. c0729be tracing: remove legacy select of MARKERS by context switch tracing by Steven Rostedt · 16 years ago
  82. 57421db tracing: Convert event tracing code to use NR_syscalls by Jason Baron · 16 years ago
  83. cd0980f tracing: Check invalid syscall nr while tracing syscalls by Hendrik Brueckner · 16 years ago
  84. 35dce1a 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
  85. 5079f32 ftrace: Move setting of clock-source out of options by Zhaolei · 16 years ago
  86. 87a342f tracing/filters: Support filtering for char * strings by Li Zefan · 16 years ago
  87. 43b51ea tracing/filters: Add __field_ext() to TRACE_EVENT by Li Zefan · 16 years ago
  88. aa38e9f tracing/filters: Add filter_type to struct ftrace_event_field by Li Zefan · 16 years ago
  89. 1c569f0 tracing: Create generic syscall TRACE_EVENTs by Josh Stone · 16 years ago
  90. 6670000 tracing: Rename FTRACE_SYSCALLS for tracepoints by Josh Stone · 16 years ago
  91. 4539f07 tracing/syscalls: Fix the output of syscalls with no arguments by Li Zefan · 16 years ago
  92. 540b7b8 tracing/syscalls: Add filtering support by Li Zefan · 16 years ago
  93. e647d6b tracing/events: Add trace_define_common_fields() by Li Zefan · 16 years ago
  94. 14be96c tracing/events: Add ftrace_event_call param to define_fields() by Li Zefan · 16 years ago
  95. 10a5b66 tracing/syscalls: Add fields format for exit events by Li Zefan · 16 years ago
  96. e697196 tracing/syscalls: Fix fields format for enter events by Li Zefan · 16 years ago
  97. eda1e32 tracing: handle broken names in ftrace filter by Jiri Olsa · 16 years ago
  98. f2d84b6 ftrace: Unify effect of writing to trace_options and option/* by Zhaolei · 16 years ago
  99. 3be04b4 ftrace: Simplify seqfile code by Li Zefan · 16 years ago
  100. 2fc5f0c trace_stack: Simplify seqfile code by Li Zefan · 16 years ago