1. f10698e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
  2. 23aa4b4 Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  3. ce1039b tracing: Fix enabling of syscall events on the command line by Steven Rostedt (Red Hat) · 10 years ago
  4. 83829b7 tracing: Remove extra call to init_ftrace_syscalls() by Steven Rostedt (Red Hat) · 10 years ago
  5. 7485058e ftrace: Check both notrace and filter for old hash by Steven Rostedt (Red Hat) · 10 years ago
  6. 8f86f83 ftrace: Fix updating of filters for shared global_ops filters by Steven Rostedt (Red Hat) · 10 years ago
  7. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  8. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  9. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  10. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  11. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  12. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  13. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  14. 798bc6d tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  15. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  16. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  17. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  18. 7eca210 blktrace: don't let the sysfs interface remove trace from running list by Arianna Avanzini · 10 years ago
  19. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  20. 3558a5a tracing: Truncated output is better than nothing by Dan Carpenter · 10 years ago
  21. 8e1e1df tracing: Add additional marks to signal very large time deltas by Byungchul Park · 10 years ago
  22. eabb898 tracing: Allow NOT to filter AND and OR clauses by Steven Rostedt (Red Hat) · 10 years ago
  23. e12c09c tracing: Add NOT to filtering logic by Steven Rostedt (Red Hat) · 10 years ago
  24. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  25. 0af2649 tracing/trivial: Fix typos and make an int into a bool by Steven Rostedt (Red Hat) · 10 years ago
  26. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  27. eff264e kernel: trace: fix printk message by Frans Klaver · 10 years ago
  28. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 11 years ago
  29. 2448913 seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF by Steven Rostedt (Red Hat) · 10 years ago
  30. 01cb06a tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions by Steven Rostedt (Red Hat) · 10 years ago
  31. 8cd709a tracing: Have seq_buf use full buffer by Steven Rostedt (Red Hat) · 10 years ago
  32. 9b77215 seq_buf: Add seq_buf_can_fit() helper function by Steven Rostedt (Red Hat) · 10 years ago
  33. 820b75f tracing: Add paranoid size check in trace_printk_seq() by Steven Rostedt (Red Hat) · 10 years ago
  34. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 10 years ago
  35. 74f06bb tracing: Clean up tracing_fill_pipe_page() by Steven Rostedt (Red Hat) · 10 years ago
  36. eeab981 seq_buf: Create seq_buf_used() to find out how much was written by Steven Rostedt (Red Hat) · 10 years ago
  37. dd23180 tracing: Convert seq_buf_path() to be like seq_path() by Steven Rostedt (Red Hat) · 10 years ago
  38. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 11 years ago
  39. 16a8ef2 tracing: Deletion of an unnecessary check before iput() by Markus Elfring · 10 years ago
  40. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
  41. dba3944 tracing: Remove return values of most trace_seq_*() functions by Steven Rostedt (Red Hat) · 10 years ago
  42. 183742f tracing: Do not use return values of trace_seq_printf() in syscall tracing by Steven Rostedt (Red Hat) · 10 years ago
  43. 8579a10 tracing/uprobes: Do not use return values of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  44. d2b0191 tracing/probes: Do not use return value of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  45. a72e10a tracing: Do not check return values of trace_seq_p*() for mmio tracer by Steven Rostedt (Red Hat) · 10 years ago
  46. 85224da kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks by Steven Rostedt (Red Hat) · 10 years ago
  47. 9d9add3 tracing: Have function_graph use trace_seq_has_overflowed() by Steven Rostedt (Red Hat) · 10 years ago
  48. 7d40f67 tracing: Have branch tracer use trace_handle_return() helper function by Steven Rostedt (Red Hat) · 10 years ago
  49. c0cd93a ring-buffer: Remove check of trace_seq_{puts,printf}() return values by Steven Rostedt (Red Hat) · 10 years ago
  50. f4a1d08 blktrace/tracing: Use trace_seq_has_overflowed() helper function by Steven Rostedt (Red Hat) · 10 years ago
  51. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  52. e400a40 tracing: Fix trace_seq_bitmask() to start at current position by Steven Rostedt (Red Hat) · 10 years ago
  53. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  54. a9ce7c3 tracing: Fix race of function probes counting by Steven Rostedt (Red Hat) · 10 years ago
  55. 4526d06 function_graph: Fix micro seconds notations by Byungchul Park · 10 years ago
  56. 678f845 ftrace-graph: show latency-format on print_graph_irq() by Daniel Bristot de Oliveira · 10 years ago
  57. 1177e43 trace: Replace single-character seq_puts with seq_putc by Rasmus Villemoes · 10 years ago
  58. d79ac28 tracing: Merge consecutive seq_puts calls by Rasmus Villemoes · 10 years ago
  59. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  60. 8520ded tracing: kdb: Fix kernel livelock with empty buffers by Daniel Thompson · 10 years ago
  61. c270cc7 tracing: kdb: Fix kernel panic during ftdump by Daniel Thompson · 10 years ago
  62. 933ff9f tracing: Fix traceoff_on_warning handling on boot command line by Luis Claudio R. Goncalves · 10 years ago
  63. fe578ba ftrace: Have the control_ops get a trampoline by Steven Rostedt (Red Hat) · 10 years ago
  64. 26488b3 tracing: Add entry->next_cpu to trace_ctxwake_bin() by Jiang Liu · 11 years ago
  65. 243f761 tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer by Steven Rostedt (Red Hat) · 10 years ago
  66. 458faf0 tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup() by Oleg Nesterov · 11 years ago
  67. 6325372 tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_switch_assign_trace() by Oleg Nesterov · 11 years ago
  68. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  69. 12cce59 ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines by Steven Rostedt (Red Hat) · 11 years ago
  70. 9452e97 kdb: Categorize kdb commands (similar to SysRq categorization) by Daniel Thompson · 10 years ago
  71. e8ab24d kdb: Remove KDB_REPEAT_NONE flag by Anton Vorontsov · 10 years ago
  72. 42c884c kdb: Rename kdb_register_repeat() to kdb_register_flags() by Anton Vorontsov · 10 years ago
  73. 07906da tracing: Do not risk busy looping in buffer splice by Rabin Vincent · 10 years ago
  74. e30f53a tracing: Do not busy wait in buffer splice by Rabin Vincent · 10 years ago
  75. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  76. 15d5b02 ftrace/x86: Show trampoline call function in enabled_functions by Steven Rostedt (Red Hat) · 11 years ago
  77. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 11 years ago
  78. 086ba77 tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 10 years ago
  79. 4fc4090 ftrace: Fix checking of trampoline ftrace_ops in finding trampoline by Steven Rostedt (Red Hat) · 10 years ago
  80. 8252ecf ftrace: Set ops->old_hash on modifying what an ops hooks to by Steven Rostedt (Red Hat) · 10 years ago
  81. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. 8df6be1 Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  83. 9837acf Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  84. addff1f tracing: Clean up scheduling in trace_wakeup_test_thread() by Steven Rostedt · 10 years ago
  85. fe0e01c tracing: Robustify wait loop by Peter Zijlstra · 10 years ago
  86. 24607f1 ring-buffer: Fix infinite spin in reading buffer by Steven Rostedt (Red Hat) · 10 years ago
  87. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  88. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  89. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  90. 3ddee63 ftrace: Only disable ftrace_enabled to test buffer in selftest by Steven Rostedt (Red Hat) · 10 years ago
  91. 84bde62 ftrace: Add sanity check when unregistering last ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  92. fb5a613 kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  93. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  94. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  95. 5fecaa0 ftrace: Grab any ops for a rec for enabled_functions output by Steven Rostedt (Red Hat) · 10 years ago
  96. 3296fc4 ftrace: Remove freeing of old_hash from ftrace_hash_move() by Steven Rostedt (Red Hat) · 10 years ago
  97. f7aad4e ftrace: Set callback to ftrace_stub when no ops are registered by Steven Rostedt (Red Hat) · 10 years ago
  98. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 11 years ago
  99. f1ff634 ftrace: Add separate function for non recursive callbacks by Steven Rostedt (Red Hat) · 11 years ago
  100. 4ce97db trace: Fix epoll hang when we race with new entries by Josef Bacik · 10 years ago