1. af74262 module: Remove accidental change of module_enable_x() by Steven Rostedt (VMware) · 5 years ago
  2. a356646 tracing: Do not create directories if lockdown is in affect by Steven Rostedt (VMware) · 5 years ago
  3. 6c3edaf tracing: Introduce trace event injection by Cong Wang · 5 years ago
  4. 02a65a0 tracing: Fix __print_hex_dump scope by Piotr Maziarz · 5 years ago
  5. 16c0f03 tracing: Enable syscall optimization for MIPS by Hassan Naveed · 5 years ago
  6. 0e24220 tracing: Use xarray for syscall trace events by Hassan Naveed · 5 years ago
  7. 89ed424 tracing: Sample module to demonstrate kernel access to Ftrace instances. by Divya Indi · 5 years ago
  8. 2887978 tracing: Adding new functions for kernel access to Ftrace instances by Divya Indi · 5 years ago
  9. fc809bc tracing: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  10. a82a480 ring-buffer: Fix typos in function ring_buffer_producer by Xianting Tian · 5 years ago
  11. b41db13 ftrace: Use BIT() macro by Enrico Weigelt, metux IT consult · 5 years ago
  12. eb01fed ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configured by Alexei Starovoitov · 5 years ago
  13. 46f9469 ftrace: Rename ftrace_graph_stub to ftrace_stub_graph by Steven Rostedt (VMware) · 5 years ago
  14. ea806eb ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimization by Steven Rostedt (VMware) · 5 years ago
  15. 128161f ftrace: Add helper find_direct_entry() to consolidate code by Steven Rostedt (VMware) · 5 years ago
  16. 406acdd ftrace: Add another check for match in register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  17. 1c7f9b6 ftrace: Fix accounting bug with direct->count in register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  18. 760f8bc ftrace/selftests: Fix spelling mistake "wakeing" -> "waking" by Colin Ian King · 5 years ago
  19. 58a74a2 tracing: Increase SYNTH_FIELDS_MAX for synthetic_events by Artem Bityutskiy · 5 years ago
  20. ae0cc3b ftrace/samples: Add a sample module that implements modify_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  21. 0567d68 ftrace: Add modify_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  22. 36b3615 tracing: Add missing "inline" in stub function of latency_fsnotify() by Steven Rostedt (VMware) · 5 years ago
  23. 9b47120 tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text by Borislav Petkov · 5 years ago
  24. ef56e04 tracing: Use seq_buf_hex_dump() to dump buffers by Piotr Maziarz · 5 years ago
  25. 353cade seq_buf: Add printing formatted hex dumps by Piotr Maziarz · 5 years ago
  26. c7411a1 tracing/kprobe: Check whether the non-suffixed symbol is notrace by Masami Hiramatsu · 5 years ago
  27. 6ee4051 tracing: use kvcalloc for tgid_map array allocation by Yuming Han · 5 years ago
  28. 0c3c86b tracing/hwlat: Fix a few trivial nits by Srivatsa S. Bhat (VMware) · 5 years ago
  29. 80042c8 tracing: Use generic type for comparator function by Andy Shevchenko · 5 years ago
  30. e8877ec lib/bsearch: Use generic type for comparator function by Andy Shevchenko · 5 years ago
  31. 52ae533 lib/sort: Move swap, cmp and cmp_r function types for wider use by Andy Shevchenko · 5 years ago
  32. b43e78f tracing/selftests: Turn off timeout setting by Steven Rostedt (VMware) · 5 years ago
  33. b83b43f fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub by Steven Rostedt (VMware) · 5 years ago
  34. 953ae45 tracing: Adding NULL checks for trace_array descriptor pointer by Divya Indi · 6 years ago
  35. e585e64 tracing: Verify if trace array exists before destroying it. by Divya Indi · 6 years ago
  36. 2d6425a tracing: Declare newly exported APIs in include/linux/trace.h by Divya Indi · 6 years ago
  37. 6dff4d7 tracing: Make internal ftrace events static by Ben Dooks · 5 years ago
  38. 9c34fc4 tracing: Use CONFIG_PREEMPTION by Sebastian Andrzej Siewior · 5 years ago
  39. 7939372 preemptirq_delay_test: Add the burst feature and a sysfs trigger by Viktor Rosendahl (BMW) · 5 years ago
  40. 91edde2 ftrace: Implement fs notification for tracing_max_latency by Viktor Rosendahl (BMW) · 5 years ago
  41. da537f0 ftrace: Add information on number of page groups allocated by Steven Rostedt (VMware) · 5 years ago
  42. 77ac117 ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layout by Josh Poimboeuf · 5 years ago
  43. a3ad1a7 ftrace/x86: Add a counter to test function_graph with direct by Steven Rostedt (VMware) · 5 years ago
  44. 562955f ftrace/x86: Add register_ftrace_direct() for custom trampolines by Steven Rostedt (VMware) · 5 years ago
  45. ed9dafe ftrace/selftests: Update the direct call selftests to test two direct calls by Steven Rostedt (VMware) · 5 years ago
  46. 156473a ftrace: Add another example of register_ftrace_direct() use case by Steven Rostedt (VMware) · 5 years ago
  47. 646f01c ftrace/selftest: Add tests to test register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  48. b06457c ftrace: Add sample module that uses register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  49. 013bf0d ftrace: Add ftrace_find_direct_func() by Steven Rostedt (VMware) · 5 years ago
  50. 763e34e ftrace: Add register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  51. 7e16f58 ftrace: Separate out functionality from ftrace_location_range() by Steven Rostedt (VMware) · 5 years ago
  52. 714641c ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move() by Steven Rostedt (VMware) · 5 years ago
  53. 8c666d2 selftests/livepatch: Test interaction with ftrace_enabled by Joe Lawrence · 5 years ago
  54. 35c9e74 selftests/livepatch: Make dynamic debug setup and restore generic by Joe Lawrence · 5 years ago
  55. 7162431 ftrace: Introduce PERMANENT ftrace_ops flag by Miroslav Benes · 5 years ago
  56. a99d808 Linux 5.4-rc6 by Linus Torvalds · 5 years ago
  57. 3a69c9e Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  58. 56cfd25 Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  59. 9d23450 Merge tag 'hwmon-for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 5 years ago
  60. e935842 Merge tag 'pwm/for-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 5 years ago
  61. f83e148 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  62. 8194c28 Merge tag 'powerpc-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  63. 969a519 Merge tag 's390-5.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  64. 1204c70 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  65. 372bf6c Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  66. 0821de2 Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  67. e5897c7d Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  68. 31408fb Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 5 years ago
  69. aeb1b85 Merge branch 'fix-BPF-offload-related-bugs' by David S. Miller · 5 years ago
  70. aefc3e7 net: fix installing orphaned programs by Jakub Kicinski · 5 years ago
  71. 41aa29a net: cls_bpf: fix NULL deref on offload filter removal by Jakub Kicinski · 5 years ago
  72. 8101e06 selftests: bpf: Skip write only files in debugfs by Jakub Kicinski · 5 years ago
  73. d64479a selftests: net: reuseport_dualstack: fix uninitalized parameter by Wei Wang · 5 years ago
  74. 62bdc8f r8169: fix wrong PHY ID issue with RTL8168dp by Heiner Kallweit · 5 years ago
  75. 5fc0f21 net: dsa: bcm_sf2: Fix IMP setup for port different than 8 by Florian Fainelli · 5 years ago
  76. 9d68db5 net: phylink: Fix phylink_dbg() macro by Florian Fainelli · 5 years ago
  77. 9cfeeb5 gve: Fixes DMA synchronization. by Yangchun Fu · 5 years ago
  78. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  79. c8c2cd8 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 5 years ago
  80. 451fe01 ixgbe: Remove duplicate clear_bit() call by Igor Pylypiv · 5 years ago
  81. 17df5ae Documentation: networking: device drivers: Remove stray asterisks by Jonathan Neuschäfer · 5 years ago
  82. 8472ba6 e1000: fix memory leaks by Wenwen Wang · 6 years ago
  83. 2c19e39 i40e: Fix receive buffer starvation for AF_XDP by Jeff Kirsher · 5 years ago
  84. 8d5cfd7 igb: Fix constant media auto sense switching when no cable is connected by Manfred Rudigier · 6 years ago
  85. 0dbe6cb Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  86. 355f83c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  87. b2a18c2 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  88. 33e4980 Merge tag 'wireless-drivers-2019-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 5 years ago
  89. 4202e21 net: ethernet: arc: add the missed clk_disable_unprepare by Chuhong Yuan · 5 years ago
  90. d540c39 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  91. b88866b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  92. 1461624 Merge tag 'drm-fixes-2019-11-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  93. 65a5bf1 Merge tag 'pm-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  94. 4252a1a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  95. 2858598 Merge tag 'sound-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  96. 79cc554 NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() by Trond Myklebust · 5 years ago
  97. be3df3d NFSv4: Don't allow a cached open with a revoked delegation by Trond Myklebust · 5 years ago
  98. 1cf45b8 arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core by Florian Fainelli · 5 years ago
  99. e059770 arm64: Brahma-B53 is SSB and spectre v2 safe by Florian Fainelli · 5 years ago
  100. bfc97f9 arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core by Doug Berger · 5 years ago