1. e1981f7 ring-buffer: Update the description for ring_buffer_wait by Qiujun Huang · 4 years, 5 months ago
  2. 0a1754b ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 5 months ago
  3. ce66f61 tracing: Remove __init from __trace_early_add_new_event() by Masami Hiramatsu · 4 years, 5 months ago
  4. 6107742 tracing: support "bool" type in synthetic trace events by Axel Rasmussen · 4 years, 5 months ago
  5. 81ff92a selftests/ftrace: Add test case for synthetic event syntax errors by Tom Zanussi · 4 years, 5 months ago
  6. 10819e25 tracing: Handle synthetic event array field type checking correctly by Tom Zanussi · 4 years, 5 months ago
  7. 96378b2 selftests/ftrace: Change synthetic event name for inter-event-combined test by Tom Zanussi · 4 years, 5 months ago
  8. d4d7046 tracing: Add synthetic event error logging by Tom Zanussi · 4 years, 5 months ago
  9. 9bbb3329 tracing: Check that the synthetic event and field names are legal by Tom Zanussi · 4 years, 5 months ago
  10. 42d120e tracing: Move is_good_name() from trace_probe.h to trace.h by Tom Zanussi · 4 years, 5 months ago
  11. 7d27adf tracing: Don't show dynamic string internals in synthetic event description by Tom Zanussi · 4 years, 5 months ago
  12. 499f7bb tracing: Fix some typos in comments by Qiujun Huang · 4 years, 5 months ago
  13. c16340971 tracing/boot: Add ftrace.instance.*.alloc_snapshot option by Masami Hiramatsu · 4 years, 5 months ago
  14. bbeb974 tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 5 months ago
  15. 6d9bd13 tracing: Check return value of __create_val_fields() before using its result by Steven Rostedt (VMware) · 4 years, 5 months ago
  16. 8481835 tracing: Fix synthetic print fmt check for use of __get_str() by Steven Rostedt (VMware) · 4 years, 5 months ago
  17. 43aa422 tracing: Remove a pointless assignment by Sudip Mukherjee · 4 years, 6 months ago
  18. 40dc4a4 ftrace: ftrace_global_list is renamed to ftrace_ops_list by Wei Yang · 4 years, 7 months ago
  19. 7ba031e ftrace: Format variable declarations of ftrace_allocate_records by Steven Rostedt (VMware) · 4 years, 5 months ago
  20. b40c6ea ftrace: Simplify the calculation of page number for ftrace_page->records by Wei Yang · 4 years, 7 months ago
  21. 02dae28 ftrace: Simplify the dyn_ftrace->flags macro by Wei Yang · 4 years, 7 months ago
  22. be49313 ftrace: Simplify the hash calculation by Steven Rostedt (VMware) · 4 years, 5 months ago
  23. 59e65b3 ftrace: Use fls() to get the bits for dup_hash() by Wei Yang · 4 years, 7 months ago
  24. 8db4d6b tracing: Change synthetic event string format to limit printed length by Steven Rostedt (VMware) · 4 years, 6 months ago
  25. cbcd9c8 selftests/ftrace: Add test case for synthetic event dynamic strings by Tom Zanussi · 4 years, 6 months ago
  26. 1bc36bd tracing: Add README information for synthetic_events file by Tom Zanussi · 4 years, 6 months ago
  27. bd82631 tracing: Add support for dynamic strings to synthetic events by Tom Zanussi · 4 years, 6 months ago
  28. 63a1e5d tracing: Save normal string variables by Tom Zanussi · 4 years, 6 months ago
  29. 8fbeb52 tracing: Fix parse_synth_field() error handling by Tom Zanussi · 4 years, 6 months ago
  30. 4a4a56b tracing: Change STR_VAR_MAX_LEN by Tom Zanussi · 4 years, 6 months ago
  31. fdda88d ftrace: Fix some typos in comment by Qiujun Huang · 4 years, 6 months ago
  32. fdb46fa x86: Use tracepoint_enabled() for msr tracepoints instead of open coding it by Steven Rostedt (VMware) · 4 years, 6 months ago
  33. c65fc22 mm/page_ref: Convert the open coded tracepoint enabled to the new helper by Steven Rostedt (VMware) · 4 years, 6 months ago
  34. afbe797 tracepoints: Add helper to test if tracepoint is enabled in a header by Steven Rostedt (VMware) · 4 years, 6 months ago
  35. 720dee5 tracing/boot: Initialize per-instance event list in early boot by Masami Hiramatsu · 4 years, 6 months ago
  36. fd264ce Documentation: tracing: Add the startup timing of boot-time tracing by Masami Hiramatsu · 4 years, 6 months ago
  37. ba0fbfb tracing/boot, kprobe, synth: Initialize boot-time tracing earlier by Masami Hiramatsu · 4 years, 6 months ago
  38. 4114fbf tracing: Enable creating new instance early boot by Masami Hiramatsu · 4 years, 6 months ago
  39. a838dea tracing: Enable adding dynamic events early stage by Masami Hiramatsu · 4 years, 6 months ago
  40. ac343da tracing: Define event fields early stage by Masami Hiramatsu · 4 years, 6 months ago
  41. 36dadef kprobes: Init kprobes in early_initcall by Masami Hiramatsu · 4 years, 6 months ago
  42. 8f2a599 selftests/ftrace: Add %return suffix tests by Masami Hiramatsu · 4 years, 6 months ago
  43. 19c311a Documentation: tracing: boot: Add an example of tracing function-calls by Masami Hiramatsu · 4 years, 6 months ago
  44. 638e476 Documentation: tracing: Add %return suffix description by Masami Hiramatsu · 4 years, 6 months ago
  45. 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 6 months ago
  46. 4725cd8 tracing/kprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 6 months ago
  47. c51ba51 Documentation: tracing: Add tracing_on option to boot-time tracer by Masami Hiramatsu · 4 years, 6 months ago
  48. 8490db0 tracing/boot: Add per-instance tracing_on option support by Masami Hiramatsu · 4 years, 6 months ago
  49. 40d14da fgraph: Convert ret_stack tasklist scanning to rcu by Davidlohr Bueso · 4 years, 6 months ago
  50. eb8d8b4 tracing: remove a pointless assignment by Dan Carpenter · 4 years, 7 months ago
  51. f3d3642 kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 7 months ago
  52. b427e76 tracing: Use __this_cpu_read() in trace_buffered_event_enable() by Xianting Tian · 4 years, 7 months ago
  53. 5c8c206 tracing: Delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
  54. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 8 months ago
  55. dc300d7 tracing: toplevel d_entry already initialized by Wei Yang · 4 years, 8 months ago
  56. 5675fd4 tools/bootconfig: Add --init option for bconf2ftrace.sh by Masami Hiramatsu · 4 years, 7 months ago
  57. 2b86062 tools/bootconfig: Add a script to generates bootconfig from ftrace by Masami Hiramatsu · 4 years, 7 months ago
  58. 7e66ef0 tools/bootconfig: Add a script to generate ftrace shell-command from bootconfig by Masami Hiramatsu · 4 years, 7 months ago
  59. 483ce67 tools/bootconfig: Make all functions static by Masami Hiramatsu · 4 years, 7 months ago
  60. e4f70b7 tools/bootconfig: Add list option by Masami Hiramatsu · 4 years, 7 months ago
  61. d052e1c tools/bootconfig: Show bootconfig compact tree from bootconfig file by Masami Hiramatsu · 4 years, 7 months ago
  62. a27026e bootconfig: init: make xbc_namebuf static by Jason Yan · 4 years, 6 months ago
  63. 82d083a kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot by Masami Hiramatsu · 4 years, 6 months ago
  64. 46bbe5c tracing: fix double free by Tom Rix · 4 years, 6 months ago
  65. 54fa9ba ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 6 months ago
  66. 795d637 tracing: Make the space reserved for the pid wider by Sebastian Andrzej Siewior · 4 years, 7 months ago
  67. 478ece9 ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms by Adrian Hunter · 4 years, 7 months ago
  68. d5e4750 ftrace: Free the trampoline when ftrace_startup() fails by Miroslav Benes · 4 years, 7 months ago
  69. 3031313 kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() by Masami Hiramatsu · 4 years, 7 months ago
  70. 856deb8 Linux 5.9-rc5 by Linus Torvalds · 4 years, 6 months ago
  71. 5712c3e Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 6 months ago
  72. e4c26fa Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 6 months ago
  73. 6c7247f Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 6 months ago
  74. 20a7b6b Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 6 months ago
  75. a4da411 Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes by Olof Johansson · 4 years, 6 months ago
  76. 2aedcb0 Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes by Olof Johansson · 4 years, 6 months ago
  77. 0e38402 Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 4 years, 6 months ago
  78. 2a1a4be Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 6 months ago
  79. 84b1349 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 6 months ago
  80. b952e97 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 6 months ago
  81. ef2e9a5 Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
  82. 4f8b0a5 Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 6 months ago
  83. edf6b0e Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
  84. 5a3c558 Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 6 months ago
  85. 37f66bb KVM: emulator: more strict rsm checks. by Maxim Levitsky · 4 years, 7 months ago
  86. 3ebb5d2 KVM: nSVM: more strict SMM checks when returning to nested guest by Maxim Levitsky · 4 years, 7 months ago
  87. 772b81b SVM: nSVM: setup nested msr permission bitmap on nested state load by Maxim Levitsky · 4 years, 7 months ago
  88. 9883764 SVM: nSVM: correctly restore GIF on vmexit from nesting after migration by Maxim Levitsky · 4 years, 7 months ago
  89. d877322 openrisc: Fix issue with get_user for 64-bit values by Stafford Horne · 4 years, 7 months ago
  90. cc17b22 x86/kvm: don't forget to ACK async PF IRQ by Vitaly Kuznetsov · 4 years, 6 months ago
  91. 244081f x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro by Vitaly Kuznetsov · 4 years, 6 months ago
  92. 99b82a1 KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit by Wanpeng Li · 4 years, 7 months ago
  93. e42c682 KVM: SVM: avoid emulation with stale next_rip by Wanpeng Li · 4 years, 6 months ago
  94. 729e3d0 Merge tag 'ceph-for-5.9-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 6 months ago
  95. e9287bd Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 6 months ago
  96. 566e24e Merge tag 'pm-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 6 months ago
  97. 7b8731d9 Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  98. e8878ab Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 6 months ago
  99. 8b6ce251 Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 6 months ago
  100. d831de1 KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN by Vitaly Kuznetsov · 4 years, 6 months ago