1. 4ee7c60 init, tracing: Add initcall trace events by Steven Rostedt (VMware) · 7 years ago
  2. 8ec8405 tracing: Add rcu dereference annotation for test func that touches filter->prog by Steven Rostedt (VMware) · 7 years ago
  3. 1f3b0fa tracing: Add rcu dereference annotation for filter->prog by Steven Rostedt (VMware) · 7 years ago
  4. 5125eee tracing: Fixup logic inversion on setting trace_global_clock defaults by Chris Wilson · 7 years ago
  5. f7a1570 tracing: Hide global trace clock from lockdep by Steven Rostedt (VMware) · 7 years ago
  6. 927e56d ring-buffer: Add set/clear_current_oom_origin() during allocations by Steven Rostedt (VMware) · 7 years ago
  7. 2a872fa ring-buffer: Check if memory is available before allocation by Steven Rostedt (VMware) · 7 years ago
  8. 4c28107 lockdep: Add print_irqtrace_events() to __warn by Steven Rostedt (VMware) · 7 years ago
  9. 1e6338c vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK) by Steven Rostedt (VMware) · 7 years ago
  10. b28d7b2 tracing: Uninitialized variable in create_tracing_map_fields() by Dan Carpenter · 7 years ago
  11. ad45287 tracing: Make sure variable string fields are NULL-terminated by Tom Zanussi · 7 years ago
  12. 48f7947 tracing: Add action comparisons when testing matching hist triggers by Tom Zanussi · 7 years ago
  13. 7669094 tracing: Don't add flag strings when displaying variable references by Tom Zanussi · 7 years ago
  14. 0ae7961 tracing: Fix display of hist trigger expressions containing timestamps by Tom Zanussi · 7 years ago
  15. 419e9fe ftrace: Drop a VLA in module_exists() by Salvatore Mesoraca · 7 years ago
  16. 913ea4d tracing: Mention trace_clock=global when warning about unstable clocks by Chris Wilson · 7 years ago
  17. 3fd49c9 tracing: Default to using trace_global_clock if sched_clock is unstable by Chris Wilson · 7 years ago
  18. a6fb601 init: Fix initcall0 name as it is "pure" not "early" by Steven Rostedt (VMware) · 7 years ago
  19. 5e4cf2b tracing: Fix a potential NULL dereference by Dan Carpenter · 7 years ago
  20. 8076559 tracing: Rewrite filter logic to be simpler and faster by Steven Rostedt (VMware) · 7 years ago
  21. 478325f tracing: Clean up and document pred_funcs_##type creation and use by Steven Rostedt (VMware) · 7 years ago
  22. e9baef0 tracing: Combine enum and arrays into single macro in filter code by Steven Rostedt (VMware) · 7 years ago
  23. 567f698 tracing: Embed replace_filter_string() helper function by Steven Rostedt (VMware) · 7 years ago
  24. 404a3add tracing: Only add filter list when needed by Steven Rostedt (VMware) · 7 years ago
  25. c739970 tracing: Remove filter allocator helper by Steven Rostedt (VMware) · 7 years ago
  26. 559d421 tracing: Use trace_seq instead of open code string appending by Steven Rostedt (VMware) · 7 years ago
  27. a0ff08f tracing: Remove BUG_ON() from append_filter_string() by Steven Rostedt (VMware) · 7 years ago
  28. f06eec4 selftests: ftrace: Add inter-event hist triggers testcases by Rajvi Jingar · 7 years ago
  29. 89e270c tracing: Add inter-event blurb to HIST_TRIGGERS config option by Tom Zanussi · 7 years ago
  30. 4708abc tracing: Use the ring-buffer nesting to allow synthetic events to be traced by Steven Rostedt (VMware) · 7 years ago
  31. 8e01206 ring-buffer: Add nesting for adding events within events by Steven Rostedt (VMware) · 7 years ago
  32. a4072fe tracing: Add a clock attribute for hist triggers by Tom Zanussi · 7 years ago
  33. d71bd34 tracing: Make tracing_set_clock() non-static by Tom Zanussi · 7 years ago
  34. 033cbce tracing: Add inter-event hist trigger Documentation by Tom Zanussi · 7 years ago
  35. f404da6 tracing: Add 'last error' error facility for hist triggers by Tom Zanussi · 7 years ago
  36. 7e8b88a tracing: Add hist trigger support for variable reference aliases by Tom Zanussi · 7 years ago
  37. 8b7622b tracing: Add cpu field for hist triggers by Tom Zanussi · 7 years ago
  38. ec5ce09 tracing: Allow whitespace to surround hist trigger filter by Tom Zanussi · 7 years ago
  39. 5045060 tracing: Add 'onmax' hist trigger action support by Tom Zanussi · 7 years ago
  40. c282a38 tracing: Add 'onmatch' hist trigger action support by Tom Zanussi · 7 years ago
  41. 02205a6 tracing: Add support for 'field variables' by Tom Zanussi · 7 years ago
  42. 4b14793 tracing: Add support for 'synthetic' events by Tom Zanussi · 7 years ago
  43. 0212e2a tracing: Add hist trigger action hook by Tom Zanussi · 7 years ago
  44. 067fe03 tracing: Add variable reference handling to hist triggers by Tom Zanussi · 7 years ago
  45. 19a9fac tracing: Add hist_field 'type' field by Tom Zanussi · 7 years ago
  46. df35d93 tracing: Pass tracing_map_elt to hist_field accessor functions by Tom Zanussi · 7 years ago
  47. af6a29b tracing: Generalize per-element hist trigger data by Tom Zanussi · 7 years ago
  48. 100719d tracing: Add simple expression support to hist triggers by Tom Zanussi · 7 years ago
  49. 2ece94f tracing: Move get_hist_field_flags() by Tom Zanussi · 7 years ago
  50. 1a361df tracing: Account for variables in named trigger compatibility by Tom Zanussi · 7 years ago
  51. 30350d6 tracing: Add variable support to hist triggers by Tom Zanussi · 7 years ago
  52. 860f9f6 tracing: Add usecs modifier for hist trigger timestamps by Tom Zanussi · 7 years ago
  53. b559d00 tracing: Add hist_data member to hist_field by Tom Zanussi · 7 years ago
  54. 2734b62 tracing: Add per-element variable support to tracing_map by Tom Zanussi · 7 years ago
  55. ad42feb tracing: Add hist trigger timestamp support by Tom Zanussi · 7 years ago
  56. 9b1ae03 tracing: Break out hist trigger assignment parsing by Tom Zanussi · 7 years ago
  57. fbd302c tracing: Add ring buffer event param to hist field functions by Tom Zanussi · 7 years ago
  58. 1ac4f51 tracing: Give event triggers access to ring_buffer_event by Tom Zanussi · 7 years ago
  59. 2c1ea60 tracing: Add timestamp_mode trace file by Tom Zanussi · 7 years ago
  60. dc4e280 ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP by Tom Zanussi · 7 years ago
  61. 00b4145 ring-buffer: Add interface for setting absolute time stamps by Tom Zanussi · 7 years ago
  62. c193707 tracing: Remove code which merges duplicates by Vedang Patel · 7 years ago
  63. cbf4100 tracing: Add support to detect and avoid duplicates by Vedang Patel · 7 years ago
  64. 442c948 tracing: Add Documentation for log2 modifier by Tom Zanussi · 7 years ago
  65. b8df4a3 tracing: Move hist trigger Documentation to histogram.txt by Tom Zanussi · 7 years ago
  66. 661e50b Linux 4.16-rc4 by Linus Torvalds · 7 years ago
  67. e64b956 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 7225a44 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 4c4ce3022 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. ff8d583 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. af8c081 Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  72. 58bdf60 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  73. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  74. 0eb3412 Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  75. 7cf901b Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  76. d6d0972 Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  77. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  78. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  79. 5fdf8e5 libnvdimm: re-enable deep flush for pmem devices via fsync() by Dave Jiang · 7 years ago
  80. 50186e1 MAINTAINERS: take over Kconfig maintainership by Masahiro Yamada · 7 years ago
  81. 94db151 vfio: disable filesystem-dax page pinning by Dan Williams · 7 years ago
  82. 329ad5e Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  83. 5fbdefc Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  84. 0573fed Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  85. 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  86. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  87. ff06b55 Merge tag 'mmc-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  88. a5c05b7 Merge tag 'pm-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  89. 5ae6fcc kconfig: fix line number in recursive inclusion error message by Masahiro Yamada · 7 years ago
  90. a11761c Coccinelle: memdup: Fix typo in warning messages by Dafna Hirschfeld · 7 years ago
  91. 7c42467 i2c: octeon: Prevent error message on bus error by Jan Glauber · 7 years ago
  92. 1a0e3a3 Merge tag 'at24-4.16-rc4-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 7 years ago
  93. b61e070 Merge branch 'cpufreq-scpi' by Rafael J. Wysocki · 7 years ago
  94. 636a415 parisc: Reduce irq overhead when run in qemu by Helge Deller · 7 years ago
  95. 5ffa851 parisc: Use cr16 interval timers unconditionally on qemu by Helge Deller · 7 years ago
  96. 0ed1fe4 parisc: Check if secondary CPUs want own PDC calls by Helge Deller · 7 years ago
  97. fd8d0ca parisc: Hide virtual kernel memory layout by Helge Deller · 7 years ago
  98. 0adb24e parisc: Fix ordering of cache and TLB flushes by John David Anglin · 7 years ago
  99. 1a90ce3 kconfig: Update ncurses package names for menuconfig by Arvind Prasanna · 7 years ago
  100. cbf7a90 kbuild/kallsyms: trivial typo fix by Cao jin · 7 years ago