1. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  2. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  3. b2fe8ba uprobes/perf: Avoid uprobe_apply() whenever possible by Oleg Nesterov · 13 years ago
  4. f42d24a uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE by Oleg Nesterov · 13 years ago
  5. 31ba334 uprobes/perf: Teach trace_uprobe/perf code to pre-filter by Oleg Nesterov · 13 years ago
  6. 736288b uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's by Oleg Nesterov · 13 years ago
  7. 1b47aef uprobes/perf: Always increment trace_uprobe->nhit by Oleg Nesterov · 13 years ago
  8. a932b73 uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe by Oleg Nesterov · 13 years ago
  9. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 13 years ago
  10. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 13 years ago
  11. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 13 years ago
  12. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 13 years ago
  13. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 13 years ago
  14. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 13 years ago
  15. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 13 years ago
  16. 9228b5f Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 13 years ago
  17. d840f71 tracing: Init current_trace to nop_trace and remove NULL checks by Steven Rostedt (Red Hat) · 13 years ago
  18. debdd57 tracing: Make a snapshot feature available from userspace by Hiraku Toyooka · 13 years ago
  19. 2fd196e tracing: Replace static old_tracer check of tracer name by Hiraku Toyooka · 13 years ago
  20. 5e67b51 tracing: Use sched_clock_cpu for trace_clock_global by Namhyung Kim · 13 years ago
  21. ad96470 ring-buffer: Add stats field for amount read from trace ring buffer by Steven Rostedt (Red Hat) · 13 years ago
  22. 03274a3 tracing/fgraph: Adjust fgraph depth before calling trace return callback by Steven Rostedt (Red Hat) · 13 years ago
  23. 38dbe0b tracing: Remove second iterator initializer by Jovi Zhang · 13 years ago
  24. 8214652 tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var by Shan Wei · 13 years ago
  25. b736f48 tracing: Mark tracing_dentry_percpu() static by Josh Triplett · 13 years ago
  26. d41032a tracing: Fix unsigned int compare of zero in recursion check by Steven Rostedt · 13 years ago
  27. 0b07436 ring-buffer: Remove trace.h from ring_buffer.c by Steven Rostedt · 13 years ago
  28. 567cd4d ring-buffer: User context bit recursion checking by Steven Rostedt · 13 years ago
  29. 897f68a ftrace: Use only the preempt version of function tracing by Steven Rostedt · 13 years ago
  30. edc15ca tracing: Avoid unnecessary multiple recursion checks by Steven Rostedt · 13 years ago
  31. e46cbf7 tracing: Make the trace recursion bits into enums by Steven Rostedt · 13 years ago
  32. c29f122 ftrace: Add context level recursion bit checking by Steven Rostedt · 13 years ago
  33. 0a01640 ftrace: Optimize the function tracer list loop by Steven Rostedt · 13 years ago
  34. 9640388 ftrace: Fix function tracing recursion self test by Steven Rostedt · 13 years ago
  35. 6350379 ftrace: Fix global function tracers that are not recursion safe by Steven Rostedt · 13 years ago
  36. 05cbbf6 tracing: Fix selftest function recursion accounting by Steven Rostedt · 13 years ago
  37. 34600f0 tracing: Fix race with max_tr and changing tracers by Steven Rostedt · 13 years ago
  38. 0a71e4c tracing: Remove trace.h header from trace_clock.c by Steven Rostedt · 13 years ago
  39. b000c80 tracing: Remove the extra 4 bytes of padding in events by Steven Rostedt · 13 years ago
  40. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 13 years ago
  41. 8741db5 tracing/fgraph: Add max_graph_depth to limit function_graph depth by Steven Rostedt · 13 years ago
  42. 84c6cf0 tracing: Remove unneeded check of max_tr->buffer before tracing_reset by Steven Rostedt · 13 years ago
  43. a541641 tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus} by Hiraku Toyooka · 13 years ago
  44. 6aea49c tracing/syscalls: Make local functions static by Fengguang Wu · 13 years ago
  45. d24d7db tracing: Verify target file before registering a uprobe event by Jovi Zhang · 14 years ago
  46. d8a0349 tracing: Use this_cpu_ptr per-cpu helper by Shan Wei · 13 years ago
  47. 771e038 ring-buffer: Remove unnecessary recusive call in rb_advance_iter() by Steven Rostedt · 13 years ago
  48. c1bf08a ftrace: Be first to run code modification on modules by Steven Rostedt · 13 years ago
  49. 250bfd3 tracing: Fix regression of trace_pipe by Liu Bo · 13 years ago
  50. 2df8f8a tracing: Fix regression with irqsoff tracer and tracing_on file by Steven Rostedt · 13 years ago
  51. a8dd217 tracing: Fix regression of trace_options file setting by Steven Rostedt · 13 years ago
  52. dc975e9 tracing: Export trace_clock_local() by Paul E. McKenney · 13 years ago
  53. 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
  54. b2e902f trace: use kbasename() by Andy Shevchenko · 13 years ago
  55. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 13 years ago
  56. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  57. 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
  58. 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
  59. 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
  60. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 13 years ago
  61. 9366c1b ring-buffer: Fix race between integrity check and readers by Steven Rostedt · 13 years ago
  62. 54f7be5 ring-buffer: Fix NULL pointer if rb_set_head_page() fails by Steven Rostedt · 13 years ago
  63. bf3071f tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_read by Dave Jones · 14 years ago
  64. 717a9ef tracing: Remove unneeded checks from the stack tracer by Anton Vorontsov · 14 years ago
  65. d60da50 tracing: Add a resize function to make one buffer equivalent to another buffer by Hiraku Toyooka · 13 years ago
  66. 70f77b3 ftrace: Clear bits properly in reset_iter_read() by Dan Carpenter · 14 years ago
  67. 11043d8 tracing: Show raw time stamp on stats per cpu using counter or tsc mode for trace_clock by Yoshihiro YUNOMAE · 13 years ago
  68. 8be0709 tracing: Format non-nanosec times from tsc clock without a decimal point. by David Sharp · 13 years ago
  69. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 13 years ago
  70. 7bcfaf5 tracing: Add trace_options kernel command line parameter by Steven Rostedt · 13 years ago
  71. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 13 years ago
  72. 02404ba tracing: Remove deprecated tracing_enabled file by Steven Rostedt · 13 years ago
  73. 0fb9656 tracing: Make tracing_enabled be equal to tracing_on by Steven Rostedt · 14 years ago
  74. c7b84ec tracing: Remove unused function unregister_tracer() by Steven Rostedt · 14 years ago
  75. 15075ca tracing: Separate open function from set_event and available_events by Steven Rostedt · 14 years ago
  76. 50ecf2c ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 by Yoshihiro YUNOMAE · 13 years ago
  77. 60303ed tracing: Reset ring buffer when changing trace_clocks by David Sharp · 13 years ago
  78. 6f86ab9 tracing: Cleanup unnecessary function declarations by Vaibhav Nagarnaik · 14 years ago
  79. 01e3e71 tracing: Trivial cleanup by David Sharp · 14 years ago
  80. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 13 years ago
  81. 2b70e59 tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit by Steven Rostedt · 13 years ago
  82. 8169883 tracing: Enable comm recording if trace_printk() is used by Steven Rostedt · 13 years ago
  83. b382ede6 tracing: Expand ring buffer when trace_printk() is used by Steven Rostedt · 13 years ago
  84. 884bfe8 ring-buffer: Add a 'dropped events' counter by Slava Pestov · 15 years ago
  85. f43c738 tracing: Change tracer's integer flags to bool by Hiraku Toyooka · 13 years ago
  86. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 13 years ago
  87. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 13 years ago
  88. 0d13ac9 uprobes: Fix misleading log entry by Jovi Zhang · 14 years ago
  89. 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
  90. 8e49f41 ring-buffer: Check for uninitialized cpu buffer before resizing by Vaibhav Nagarnaik · 13 years ago
  91. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 13 years ago
  92. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 13 years ago
  93. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  94. d55cb6c ftrace: Allow stealing pages from pipe buffer by Masami Hiramatsu · 14 years ago
  95. 8781915 trace: Move trace event enable from fs_initcall to core_initcall by Ezequiel Garcia · 13 years ago
  96. 5224c3a tracing: Add an option for disabling markers by Mandeep Singh Baines · 14 years ago
  97. d20b92a userns: Teach trace to use from_kuid by Eric W. Biederman · 14 years ago
  98. 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
  99. ea632e9 trace: Stop compiling in trace_clock unconditionally by Josh Triplett · 14 years ago
  100. 76bab1b tracing: Skip printing "OK" if failed to disable event by Yuanhan Liu · 14 years ago