1. 250bfd3 tracing: Fix regression of trace_pipe by Liu Bo · 13 years ago
  2. 2df8f8a tracing: Fix regression with irqsoff tracer and tracing_on file by Steven Rostedt · 13 years ago
  3. a8dd217 tracing: Fix regression of trace_options file setting by Steven Rostedt · 13 years ago
  4. 758338e Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 13 years ago
  5. b2e902f trace: use kbasename() by Andy Shevchenko · 13 years ago
  6. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 13 years ago
  7. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  8. da830e5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  9. cc1b39d Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  10. 7e0dd57 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core by Ingo Molnar · 13 years ago
  11. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 13 years ago
  12. 9366c1b ring-buffer: Fix race between integrity check and readers by Steven Rostedt · 13 years ago
  13. 54f7be5 ring-buffer: Fix NULL pointer if rb_set_head_page() fails by Steven Rostedt · 13 years ago
  14. bf3071f tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_read by Dave Jones · 14 years ago
  15. 717a9ef tracing: Remove unneeded checks from the stack tracer by Anton Vorontsov · 14 years ago
  16. d60da50 tracing: Add a resize function to make one buffer equivalent to another buffer by Hiraku Toyooka · 13 years ago
  17. 70f77b3 ftrace: Clear bits properly in reset_iter_read() by Dan Carpenter · 14 years ago
  18. 11043d8 tracing: Show raw time stamp on stats per cpu using counter or tsc mode for trace_clock by Yoshihiro YUNOMAE · 13 years ago
  19. 8be0709 tracing: Format non-nanosec times from tsc clock without a decimal point. by David Sharp · 13 years ago
  20. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 13 years ago
  21. 7bcfaf5 tracing: Add trace_options kernel command line parameter by Steven Rostedt · 13 years ago
  22. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 13 years ago
  23. 02404ba tracing: Remove deprecated tracing_enabled file by Steven Rostedt · 13 years ago
  24. 0fb9656 tracing: Make tracing_enabled be equal to tracing_on by Steven Rostedt · 14 years ago
  25. c7b84ec tracing: Remove unused function unregister_tracer() by Steven Rostedt · 14 years ago
  26. 15075ca tracing: Separate open function from set_event and available_events by Steven Rostedt · 14 years ago
  27. 50ecf2c ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 by Yoshihiro YUNOMAE · 13 years ago
  28. 60303ed tracing: Reset ring buffer when changing trace_clocks by David Sharp · 13 years ago
  29. 6f86ab9 tracing: Cleanup unnecessary function declarations by Vaibhav Nagarnaik · 14 years ago
  30. 01e3e71 tracing: Trivial cleanup by David Sharp · 14 years ago
  31. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 13 years ago
  32. 2b70e59 tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit by Steven Rostedt · 13 years ago
  33. 8169883 tracing: Enable comm recording if trace_printk() is used by Steven Rostedt · 13 years ago
  34. b382ede6 tracing: Expand ring buffer when trace_printk() is used by Steven Rostedt · 13 years ago
  35. 884bfe8 ring-buffer: Add a 'dropped events' counter by Slava Pestov · 15 years ago
  36. f43c738 tracing: Change tracer's integer flags to bool by Hiraku Toyooka · 13 years ago
  37. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 13 years ago
  38. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 13 years ago
  39. 0d13ac9 uprobes: Fix misleading log entry by Jovi Zhang · 14 years ago
  40. ef8ff74 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 13 years ago
  41. 8e49f41 ring-buffer: Check for uninitialized cpu buffer before resizing by Vaibhav Nagarnaik · 13 years ago
  42. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 13 years ago
  43. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 13 years ago
  44. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  45. d55cb6c ftrace: Allow stealing pages from pipe buffer by Masami Hiramatsu · 14 years ago
  46. 8781915 trace: Move trace event enable from fs_initcall to core_initcall by Ezequiel Garcia · 14 years ago
  47. 5224c3a tracing: Add an option for disabling markers by Mandeep Singh Baines · 14 years ago
  48. d20b92a userns: Teach trace to use from_kuid by Eric W. Biederman · 14 years ago
  49. 26f4527 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  50. ea632e9 trace: Stop compiling in trace_clock unconditionally by Josh Triplett · 14 years ago
  51. 76bab1b tracing: Skip printing "OK" if failed to disable event by Yuanhan Liu · 14 years ago
  52. 65f8c95 pstore/ftrace: Convert to its own enable/disable debugfs knob by Anton Vorontsov · 14 years ago
  53. 508dc4f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  54. 781d062 ftrace: Do not test frame pointers if -mfentry is used by Steven Rostedt · 15 years ago
  55. a2546fa ftrace: Add -mfentry to Makefile on function tracer by Steven Rostedt · 15 years ago
  56. a0e0fac Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  57. bcada3d Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 14 years ago
  58. 60916a9 tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 14 years ago
  59. 87abb3b tracing/trivial: Fix some typos in kernel/trace by Wang Tianhong · 14 years ago
  60. 92d8d4a tracing/filter: Add missing initialization by Jiri Olsa · 14 years ago
  61. 3c18c10 tracing: Fix wakeup_rt self test on virtual machines by Steven Rostedt · 14 years ago
  62. bd463a0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  63. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 14 years ago
  64. 647664e ftrace: add ftrace_set_filter_ip() for address based filter by Masami Hiramatsu · 14 years ago
  65. ad97772 ftrace: Add selftest to test function save-regs support by Steven Rostedt · 14 years ago
  66. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 14 years ago
  67. 47239c4 ftrace: Only compile ftrace selftest if selftests are enabled by Steven Rostedt · 14 years ago
  68. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 14 years ago
  69. b13bc8d Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 14 years ago
  70. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 14 years ago
  71. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 15 years ago
  72. ccf3672 ftrace: Consolidate arch dependent functions with 'list' function by Steven Rostedt · 14 years ago
  73. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 15 years ago
  74. 6e0f17b Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  75. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  76. f555f12 tracing/function: Convert func_set_flag() to a switch statement by Anton Vorontsov · 14 years ago
  77. 21f6794 tracing/function: Introduce persistent trace option by Anton Vorontsov · 14 years ago
  78. b2ad368 tracing: Fix initialization failure path in tracing_set_tracer() by Anton Vorontsov · 14 years ago
  79. ab93eb8 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  80. 93574fc tracing: Check for allocation failure in __tracing_open() by Dan Carpenter · 14 years ago
  81. 35c2f48 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  82. 90574eb Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  83. a3da2c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago
  84. 48fdc72 ring-buffer: Fix accounting of entries when removing pages by Vaibhav Nagarnaik · 14 years ago
  85. 44b9946 ring-buffer: Fix crash due to uninitialized new_pages list head by Vaibhav Nagarnaik · 14 years ago
  86. a5fb833 ring-buffer: Fix uninitialized read_stamp by Steven Rostedt · 14 years ago
  87. 6d158a8 tracing: Remove NR_CPUS array from trace_iterator by Steven Rostedt · 14 years ago
  88. 0be61eb tracing/selftest: Add a WARN_ON() if a tracer test fails by Steven Rostedt · 14 years ago
  89. d1ece09 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  90. 7374e82 tracing: Register the ftrace internal events during early boot by Steven Rostedt · 14 years ago
  91. 8d240dd ftrace: Remove a superfluous check by Borislav Petkov · 14 years ago
  92. 047fe36 splice: fix racy pipe->buffers uses by Eric Dumazet · 14 years ago
  93. f2bf1f6 tracing: Have tracing_off() actually turn tracing off by Steven Rostedt · 14 years ago
  94. 65a50c9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  95. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  96. 9ba0541 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 14 years ago
  97. 6a31e1f ring-buffer: Check for valid buffer before changing size by Steven Rostedt · 14 years ago
  98. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  99. 2ff2b28 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  100. c54894c Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago