1. 4c04b4b Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  2. 1ae2293 fix memory leaks in tracing_buffers_splice_read() by Al Viro · 8 years ago
  3. 1245800 tracing: Move mutex to protect against resetting of seq data by Steven Rostedt (Red Hat) · 8 years ago
  4. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  5. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  6. bf0f500 Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  7. 7522c03 tracing: Fix use-after-free in hist_register_trigger() by Tom Zanussi · 8 years ago
  8. 47c1856 tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all by Steven Rostedt · 8 years ago
  9. 377ccbb Makefile: Mute warning for __builtin_return_address(>0) for tracing only by Steven Rostedt · 8 years ago
  10. c624c86 Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  11. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  12. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  13. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  14. 96ae522 bpf: Add bpf_probe_write_user BPF helper to be called in tracers by Sargun Dhillon · 8 years ago
  15. 183fc15 kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug by Andrew Morton · 8 years ago
  16. 555c8a8 bpf: avoid stack copy and use skb ctx for event output by Daniel Borkmann · 8 years ago
  17. 8e7a392 bpf, perf: split bpf_perf_event_output by Daniel Borkmann · 8 years ago
  18. 7e3f977 perf, events: add non-linear data support for raw records by Daniel Borkmann · 8 years ago
  19. 606274c bpf: introduce bpf_get_current_task() helper by Alexei Starovoitov · 8 years ago
  20. a4a551b ftrace: Reduce size of function graph entries by Namhyung Kim · 8 years ago
  21. 7ad8fb6 tracing: Have HIST_TRIGGERS select TRACING by Tom Zanussi · 8 years ago
  22. 67f20b0 tracing: Using for_each_set_bit() to simplify trace_pid_write() by Wei Yongjun · 8 years ago
  23. 501c237 ftrace: Move toplevel init out of ftrace_init_tracefs() by Steven Rostedt (Red Hat) · 8 years ago
  24. 6816a7f bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read by Daniel Borkmann · 8 years ago
  25. d793133 bpf, trace: fetch current cpu only once by Daniel Borkmann · 8 years ago
  26. 1ca1cc9 bpf: minor cleanups on fd maps and helpers by Daniel Borkmann · 8 years ago
  27. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 32826ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  29. 7fa8b71 tracing/function_graph: Fix filters for function_graph threshold by Joel Fernandes · 8 years ago
  30. be54f69 tracing: Skip more functions when doing stack tracing of events by Steven Rostedt (Red Hat) · 8 years ago
  31. 9a51933 tracing: Expose CPU physical addresses (resource values) for PCI devices by Bjorn Helgaas · 8 years ago
  32. e947841 tracing: Show the preempt count of when the event was called by Steven Rostedt (Red Hat) · 8 years ago
  33. e2ace00 tracing: Choose static tp_printk buffer by explicit nesting count by Andy Lutomirski · 8 years ago
  34. 35abb67 tracing: expose current->comm to [ku]probe events by Omar Sandoval · 8 years ago
  35. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 8 years ago
  36. 76c813e tracing: Move pid_list write processing into its own function by Steven Rostedt (Red Hat) · 8 years ago
  37. 5cc8976 tracing: Move the pid_list seq_file functions to be global by Steven Rostedt (Red Hat) · 8 years ago
  38. d8275c4 tracing: Move filtered_pid helper functions into trace.c by Steven Rostedt · 8 years ago
  39. 4e267db tracing: Make the pid filtering helper functions global by Steven Rostedt · 8 years ago
  40. 70c8217 tracing: Handle NULL formats in hold_module_trace_bprintk_format() by Steven Rostedt (Red Hat) · 8 years ago
  41. 59a37f8 blktrace: avoid using timespec by Arnd Bergmann · 8 years ago
  42. 3b1efb1 bpf, maps: flush own entries on perf map release by Daniel Borkmann · 8 years ago
  43. ad572d1 bpf, trace: check event type in bpf_perf_event_read by Alexei Starovoitov · 8 years ago
  44. 19de99f bpf: fix matching of data/data_end in verifier by Alexei Starovoitov · 8 years ago
  45. 288dab8 block: add a separate operation type for secure erase by Christoph Hellwig · 8 years ago
  46. 5b6c1b4d bpf, trace: use READ_ONCE for retrieving file ptr by Daniel Borkmann · 8 years ago
  47. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  48. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  49. 1b9a9ab blktrace: use op accessors by Mike Christie · 8 years ago
  50. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  51. 6112a30 ftrace: Don't disable irqs when taking the tasklist_lock read_lock by Soumya PN · 8 years ago
  52. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  53. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  54. 0b86c75 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  55. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  56. a4d1dbe Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  57. 2fe2edf Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  58. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  59. c47b3bd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  60. 59643d1 ring-buffer: Prevent overflow of size in ring_buffer_resize() by Steven Rostedt (Red Hat) · 8 years ago
  61. 9b94a8f ring-buffer: Use long for nr_pages to avoid overflow failures by Steven Rostedt (Red Hat) · 8 years ago
  62. d295015 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  63. 8d1547e blktrace: add missed mask name by Shaohua Li · 8 years ago
  64. b7d7641 blktrace: delete garbage for message trace by Shaohua Li · 8 years ago
  65. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 0fc1b09 tracing: Use temp buffer when filtering events by Steven Rostedt (Red Hat) · 8 years ago
  67. 854145e tracing: Don't display trigger file for events that can't be enabled by Chunyu Hu · 8 years ago
  68. dcb0b55 tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic by Steven Rostedt (Red Hat) · 8 years ago
  69. 904d185 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 8 years ago
  70. 9b9db27 tracing: Remove one use of trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 8 years ago
  71. 33fddff tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL by Steven Rostedt (Red Hat) · 8 years ago
  72. a9fe48d tracing: Remove unused function trace_current_buffer_discard_commit() by Steven Rostedt (Red Hat) · 8 years ago
  73. fa66ddb tracing: Move trace_buffer_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 8 years ago
  74. 9cbb150 tracing: Fold filter_check_discard() into its only user by Steven Rostedt (Red Hat) · 8 years ago
  75. 65da9a0 tracing: Make filter_check_discard() local by Steven Rostedt (Red Hat) · 8 years ago
  76. dad56ee tracing: Move event_trigger_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 8 years ago
  77. 7132e2d ftrace: Match dot symbols when searching functions on ppc64 by Thiago Jung Bauermann · 8 years ago
  78. 4afe649 tracing: Don't use the address of the buffer array name in copy_from_user by Wang Xiaoqiang · 8 years ago
  79. 6e4cf65 tracing: Handle tracing_map_alloc_elts() error path correctly by Tom Zanussi · 8 years ago
  80. 432480c tracing: Add check for NULL event field when creating hist field by Tom Zanussi · 8 years ago
  81. 4812952 tracing: checking for NULL instead of IS_ERR() by Dan Carpenter · 8 years ago
  82. 2055062 tracing: Do not inherit event-fork option for instances by Steven Rostedt (Red Hat) · 8 years ago
  83. bd570ff bpf: add event output helper for notifications/sampling/logging by Daniel Borkmann · 8 years ago
  84. 1e33759 bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output by Daniel Borkmann · 8 years ago
  85. d50c744 tracing: Fix unsigned comparison to zero in hist trigger code by Steven Rostedt (Red Hat) · 8 years ago
  86. 4b94f5b tracing: Add hist trigger 'log2' modifier by Namhyung Kim · 8 years ago
  87. 5463bfd tracing: Add support for named hist triggers by Tom Zanussi · 8 years ago
  88. db1388b tracing: Add support for named triggers by Tom Zanussi · 8 years ago
  89. 52a7f16 tracing: Add support for multiple hist triggers per event by Tom Zanussi · 8 years ago
  90. d0bad49 tracing: Add enable_hist/disable_hist triggers by Tom Zanussi · 8 years ago
  91. 6a475cb tracing: Remove restriction on string position in hist trigger keys by Tom Zanussi · 8 years ago
  92. 79e577c tracing: Support string type key properly by Namhyung Kim · 8 years ago
  93. 69a0200 tracing: Add hist trigger support for stacktraces as keys by Tom Zanussi · 8 years ago
  94. 3169619 tracing: Add hist trigger 'syscall' modifier by Tom Zanussi · 8 years ago
  95. 6b4827a tracing: Add hist trigger 'execname' modifier by Tom Zanussi · 8 years ago
  96. c6afad4 tracing: Add hist trigger 'sym' and 'sym-offset' modifiers by Tom Zanussi · 8 years ago
  97. 0c4a6b4 tracing: Add hist trigger 'hex' modifier for displaying numeric fields by Tom Zanussi · 8 years ago
  98. e86ae9b tracing: Add hist trigger support for clearing a trace by Tom Zanussi · 8 years ago
  99. 83e9991 tracing: Add hist trigger support for pausing and continuing a trace by Tom Zanussi · 8 years ago
  100. e62347d tracing: Add hist trigger support for user-defined sorting ('sort=' param) by Tom Zanussi · 8 years ago