1. ea9722e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  2. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. 1ebe1ea tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
  4. 0164e0d ring-buffer: Fix duplicate results in mapping context to bits in recursive lock by Steven Rostedt (VMware) · 7 years ago
  5. eefa864a bpf: change fake_ip for bpf_trace_printk helper by Yonghong Song · 7 years ago
  6. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. 68e76e0 tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y by Randy Dunlap · 7 years ago
  8. a0e3a18 ring-buffer: Bring back context level recursive checks by Steven Rostedt (VMware) · 7 years ago
  9. 540adea error-injection: Separate error-injection from kprobe by Masami Hiramatsu · 7 years ago
  10. 66665ad tracing/kprobe: bpf: Compare instruction pointer with original one by Masami Hiramatsu · 7 years ago
  11. b4da334 tracing/kprobe: bpf: Check error injectable event is on function entry by Masami Hiramatsu · 7 years ago
  12. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 4397f04 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 7 years ago
  14. 24f2aaf tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 7 years ago
  15. ae415fa ring-buffer: Do no reuse reader page if still in use by Steven Rostedt (VMware) · 7 years ago
  16. 6b7e633 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 7 years ago
  17. 45d8b80 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  18. 59436c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  19. 46df3d2 trace: reenable preemption if we modify the ip by Josef Bacik · 7 years ago
  20. 7a3c296 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  21. 0424378 Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  22. b00d607 tracing: Have stack trace not record if RCU is not watching by Steven Rostedt (VMware) · 7 years ago
  23. f4e2298 bpf/tracing: fix kernel/events/core.c compilation error by Yonghong Song · 7 years ago
  24. 283ca52 bpf: fix corruption on concurrent perf_event_output calls by Daniel Borkmann · 7 years ago
  25. 9802d86 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  26. f371b30 bpf/tracing: allow user space to query prog array on the same tp by Yonghong Song · 7 years ago
  27. 236fa07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  28. a773d41 tracing: Pass export pointer as argument to ->write() by Felipe Balbi · 8 years ago
  29. c4bfd39 ring-buffer: Remove unused function __rb_data_page_index() by Matthias Kaehlcke · 8 years ago
  30. 2dde6b0 tracing: make PREEMPTIRQ_EVENTS depend on TRACING by Arnd Bergmann · 7 years ago
  31. 90e406f tracing: Allocate mask_str buffer dynamically by Changbin Du · 7 years ago
  32. 5a93bae tracing: Fix code comments in trace.c by Chunyu Hu · 7 years ago
  33. 75f64f6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  34. c8c088b bpf: set maximum number of attached progs to 64 for a single perf tp by Yonghong Song · 7 years ago
  35. 2967acb blktrace: fix trace mutex deadlock by Jens Axboe · 7 years ago
  36. a60dd35 bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO by Gianluca Borello · 7 years ago
  37. 5c4e120 bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO by Gianluca Borello · 7 years ago
  38. eb33f2c bpf: remove explicit handling of 0 for arg2 in bpf_probe_read by Gianluca Borello · 7 years ago
  39. 1690102 blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio by Marcos Paulo de Souza · 7 years ago
  40. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  41. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  42. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  43. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  44. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  45. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  46. 9c019e2 bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZERO by Yonghong Song · 7 years ago
  47. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  48. 3148637 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  49. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  50. dd0bb68 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  51. a6da002 blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  52. 1f2cac1 blktrace: fix unlocked access to init/start-stop/teardown by Jens Axboe · 7 years ago
  53. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  54. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  55. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  56. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  58. 07c41a2 bpf: avoid rcu_dereference inside bpf_event_mutex lock region by Yonghong Song · 7 years ago
  59. 035226b bpf: remove tail_call and get_stackid helper declarations from bpf.h by Gianluca Borello · 7 years ago
  60. 7d9285e perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf event change needed for subsequent bpf helpers" by Yonghong Song · 7 years ago
  61. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  62. e87c6bc bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
  63. 7de16e3 bpf: split verifier and program ops by Jakub Kicinski · 7 years ago
  64. b3a8880 ftrace: Kill FTRACE_OPS_FL_PER_CPU by Peter Zijlstra · 7 years ago
  65. 1dd311e perf/ftrace: Small cleanup by Peter Zijlstra · 7 years ago
  66. 466c81c perf/ftrace: Fix function trace events by Peter Zijlstra · 7 years ago
  67. 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
  68. c3b5b6e tracing: mark trace_test_buffer as __maybe_unused by Arnd Bergmann · 7 years ago
  69. c5c1ea7 tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER by Jesper Dangaard Brouer · 8 years ago
  70. 8715b10 ftrace: Clear hashes of stale ips of init memory by Joel Fernandes · 7 years ago
  71. d591581 tracing: Add support for preempt and irq enable/disable events by Joel Fernandes · 7 years ago
  72. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  73. 4bebdc7 bpf: add helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  74. 908432c bpf: add helper bpf_perf_event_read_value for perf event array map by Yonghong Song · 7 years ago
  75. 9756263 bpf: perf event change needed for subsequent bpf helpers by Yonghong Song · 7 years ago
  76. aaecaa0 tracing: Prepare to add preempt and irq trace events by Joel Fernandes · 7 years ago
  77. 6171a03 ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions by Steven Rostedt (VMware) · 7 years ago
  78. 6aa6978 ftrace: Add freeing algorithm to free ftrace_mod_maps by Steven Rostedt (VMware) · 7 years ago
  79. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  80. 3e23428 ftrace: Allow module init functions to be traced by Steven Rostedt (VMware) · 8 years ago
  81. 6cafbe1 ftrace: Add a ftrace_free_mem() function for modules to use by Steven Rostedt (VMware) · 8 years ago
  82. 5819ead tracing: Reimplement log2 by Tom Zanussi · 7 years ago
  83. 8501325 tracing: Add hist_field_name() accessor by Tom Zanussi · 7 years ago
  84. 0d7a832 tracing: Clean up hist_field_flags enum by Tom Zanussi · 7 years ago
  85. 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago
  86. 4f36c2d tracing: Increase tracing map KEYS_MAX size by Tom Zanussi · 7 years ago
  87. 83c07ec tracing: Remove lookups from tracing_map hitcount by Tom Zanussi · 7 years ago
  88. a15f7fc tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 7 years ago
  89. 1a149d7 ring-buffer: Rewrite trace_recursive_(un)lock() to be simpler by Steven Rostedt (VMware) · 7 years ago
  90. 12ecef0 tracing: Reverse the order of trace_types_lock and event_mutex by Steven Rostedt (VMware) · 7 years ago
  91. 6e7a239 tracing: Remove redundant unread variable ret by Colin Ian King · 7 years ago
  92. d8c4dee tracing: Remove obsolete sched_switch tracer selftest by Joel Fernandes · 7 years ago
  93. 013a8ee Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  94. 2b0b849 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  95. 5f6ad26 sched/tracing: Use common task-state helpers by Peter Zijlstra · 7 years ago
  96. 19240e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  97. ac0a364 Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  98. 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  99. 15516c8 tracing: Remove RCU work arounds from stack tracer by Steven Rostedt (VMware) · 7 years ago
  100. c52f56a Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago