1. b40c6ea ftrace: Simplify the calculation of page number for ftrace_page->records by Wei Yang · 4 years, 4 months ago
  2. 02dae28 ftrace: Simplify the dyn_ftrace->flags macro by Wei Yang · 4 years, 4 months ago
  3. be49313 ftrace: Simplify the hash calculation by Steven Rostedt (VMware) · 4 years, 3 months ago
  4. 59e65b3 ftrace: Use fls() to get the bits for dup_hash() by Wei Yang · 4 years, 4 months ago
  5. 8db4d6b tracing: Change synthetic event string format to limit printed length by Steven Rostedt (VMware) · 4 years, 3 months ago
  6. cbcd9c8 selftests/ftrace: Add test case for synthetic event dynamic strings by Tom Zanussi · 4 years, 3 months ago
  7. 1bc36bd tracing: Add README information for synthetic_events file by Tom Zanussi · 4 years, 3 months ago
  8. bd82631 tracing: Add support for dynamic strings to synthetic events by Tom Zanussi · 4 years, 3 months ago
  9. 63a1e5d tracing: Save normal string variables by Tom Zanussi · 4 years, 3 months ago
  10. 8fbeb52 tracing: Fix parse_synth_field() error handling by Tom Zanussi · 4 years, 3 months ago
  11. 4a4a56b tracing: Change STR_VAR_MAX_LEN by Tom Zanussi · 4 years, 3 months ago
  12. fdda88d ftrace: Fix some typos in comment by Qiujun Huang · 4 years, 3 months ago
  13. fdb46fa x86: Use tracepoint_enabled() for msr tracepoints instead of open coding it by Steven Rostedt (VMware) · 4 years, 3 months ago
  14. c65fc22 mm/page_ref: Convert the open coded tracepoint enabled to the new helper by Steven Rostedt (VMware) · 4 years, 3 months ago
  15. afbe797 tracepoints: Add helper to test if tracepoint is enabled in a header by Steven Rostedt (VMware) · 4 years, 3 months ago
  16. 720dee5 tracing/boot: Initialize per-instance event list in early boot by Masami Hiramatsu · 4 years, 3 months ago
  17. fd264ce Documentation: tracing: Add the startup timing of boot-time tracing by Masami Hiramatsu · 4 years, 4 months ago
  18. ba0fbfb tracing/boot, kprobe, synth: Initialize boot-time tracing earlier by Masami Hiramatsu · 4 years, 4 months ago
  19. 4114fbf tracing: Enable creating new instance early boot by Masami Hiramatsu · 4 years, 4 months ago
  20. a838dea tracing: Enable adding dynamic events early stage by Masami Hiramatsu · 4 years, 4 months ago
  21. ac343da tracing: Define event fields early stage by Masami Hiramatsu · 4 years, 4 months ago
  22. 36dadef kprobes: Init kprobes in early_initcall by Masami Hiramatsu · 4 years, 4 months ago
  23. 8f2a599 selftests/ftrace: Add %return suffix tests by Masami Hiramatsu · 4 years, 4 months ago
  24. 19c311a Documentation: tracing: boot: Add an example of tracing function-calls by Masami Hiramatsu · 4 years, 4 months ago
  25. 638e476 Documentation: tracing: Add %return suffix description by Masami Hiramatsu · 4 years, 4 months ago
  26. 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
  27. 4725cd8 tracing/kprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
  28. c51ba51 Documentation: tracing: Add tracing_on option to boot-time tracer by Masami Hiramatsu · 4 years, 4 months ago
  29. 8490db0 tracing/boot: Add per-instance tracing_on option support by Masami Hiramatsu · 4 years, 4 months ago
  30. 40d14da fgraph: Convert ret_stack tasklist scanning to rcu by Davidlohr Bueso · 4 years, 4 months ago
  31. eb8d8b4 tracing: remove a pointless assignment by Dan Carpenter · 4 years, 4 months ago
  32. f3d3642 kprobes: Use module_name() macro by Jarkko Sakkinen · 4 years, 5 months ago
  33. b427e76 tracing: Use __this_cpu_read() in trace_buffered_event_enable() by Xianting Tian · 4 years, 5 months ago
  34. 5c8c206 tracing: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  35. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
  36. dc300d7 tracing: toplevel d_entry already initialized by Wei Yang · 4 years, 6 months ago
  37. 5675fd4 tools/bootconfig: Add --init option for bconf2ftrace.sh by Masami Hiramatsu · 4 years, 5 months ago
  38. 2b86062 tools/bootconfig: Add a script to generates bootconfig from ftrace by Masami Hiramatsu · 4 years, 5 months ago
  39. 7e66ef0 tools/bootconfig: Add a script to generate ftrace shell-command from bootconfig by Masami Hiramatsu · 4 years, 5 months ago
  40. 483ce67 tools/bootconfig: Make all functions static by Masami Hiramatsu · 4 years, 5 months ago
  41. e4f70b7 tools/bootconfig: Add list option by Masami Hiramatsu · 4 years, 5 months ago
  42. d052e1c tools/bootconfig: Show bootconfig compact tree from bootconfig file by Masami Hiramatsu · 4 years, 5 months ago
  43. a27026e bootconfig: init: make xbc_namebuf static by Jason Yan · 4 years, 4 months ago
  44. 82d083a kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot by Masami Hiramatsu · 4 years, 4 months ago
  45. 46bbe5c tracing: fix double free by Tom Rix · 4 years, 4 months ago
  46. 54fa9ba ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  47. 795d637 tracing: Make the space reserved for the pid wider by Sebastian Andrzej Siewior · 4 years, 4 months ago
  48. 478ece9 ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms by Adrian Hunter · 4 years, 4 months ago
  49. d5e4750 ftrace: Free the trampoline when ftrace_startup() fails by Miroslav Benes · 4 years, 4 months ago
  50. 3031313 kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() by Masami Hiramatsu · 4 years, 4 months ago
  51. 856deb8 Linux 5.9-rc5 by Linus Torvalds · 4 years, 4 months ago
  52. 5712c3e Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 4 months ago
  53. e4c26fa Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 4 months ago
  54. 6c7247f Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 4 months ago
  55. 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, 4 months ago
  56. a4da411 Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes by Olof Johansson · 4 years, 4 months ago
  57. 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, 4 months ago
  58. 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, 4 months ago
  59. 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, 4 months ago
  60. 84b1349 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 4 months ago
  61. b952e97 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 4 months ago
  62. ef2e9a5 Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 4 months ago
  63. 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, 4 months ago
  64. 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, 4 months ago
  65. 5a3c558 Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
  66. 37f66bb KVM: emulator: more strict rsm checks. by Maxim Levitsky · 4 years, 4 months ago
  67. 3ebb5d2 KVM: nSVM: more strict SMM checks when returning to nested guest by Maxim Levitsky · 4 years, 4 months ago
  68. 772b81b SVM: nSVM: setup nested msr permission bitmap on nested state load by Maxim Levitsky · 4 years, 4 months ago
  69. 9883764 SVM: nSVM: correctly restore GIF on vmexit from nesting after migration by Maxim Levitsky · 4 years, 4 months ago
  70. d877322b openrisc: Fix issue with get_user for 64-bit values by Stafford Horne · 4 years, 4 months ago
  71. cc17b22 x86/kvm: don't forget to ACK async PF IRQ by Vitaly Kuznetsov · 4 years, 4 months ago
  72. 244081f x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro by Vitaly Kuznetsov · 4 years, 4 months ago
  73. 99b82a1 KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit by Wanpeng Li · 4 years, 5 months ago
  74. e42c682 KVM: SVM: avoid emulation with stale next_rip by Wanpeng Li · 4 years, 4 months ago
  75. 729e3d0 Merge tag 'ceph-for-5.9-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
  76. e9287bd Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 4 months ago
  77. 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, 4 months ago
  78. 7b8731d9 Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  79. 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, 4 months ago
  80. 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, 4 months ago
  81. d831de1 KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN by Vitaly Kuznetsov · 4 years, 4 months ago
  82. 7be7494 KVM: SVM: Periodically schedule when unregistering regions on destroy by David Rientjes · 4 years, 4 months ago
  83. 15e9e35 KVM: MIPS: Change the definition of kvm type by Huacai Chen · 4 years, 4 months ago
  84. 063d6a4 Merge tag 'mmc-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 4 months ago
  85. f6f6195 kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed by Lai Jiangshan · 4 years, 4 months ago
  86. c6b177a KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control by Chenyi Qiang · 4 years, 4 months ago
  87. f658866 KVM: fix memory leak in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 4 months ago
  88. 0f99022 KVM: Check the allocation of pv cpu mask by Haiwei Li · 4 years, 4 months ago
  89. 43fea4e KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected by Peter Shier · 4 years, 4 months ago
  90. 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 4 months ago
  91. d67f2ec Merge tag 'drm-fixes-2020-09-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 4 months ago
  92. b1df2a0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 4 months ago
  93. 40249c6 gcov: add support for GCC 10.1 by Peter Oberparleiter · 4 years, 4 months ago
  94. d64e690 Merge branch 'powercap' by Rafael J. Wysocki · 4 years, 4 months ago
  95. 7f7a479 Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 4 months ago
  96. 7bf23bf Merge tag 'drm-intel-fixes-2020-09-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 4 months ago
  97. 581cb3a Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 4 months ago
  98. cc88b78 powercap: make documentation reflect code by Amit Kucheria · 4 years, 4 months ago
  99. 95035ea PM: <linux/device.h>: fix @em_pd kernel-doc warning by Randy Dunlap · 4 years, 4 months ago
  100. ba92a42 powercap/intel_rapl: add support for AlderLake by Zhang Rui · 4 years, 4 months ago