1. d227c3a tracefs: Fix refcount imbalance in start_creating() by Daniel Borkmann · 9 years ago
  2. 43ed384 tracing: Put back comma for empty fields in boot string parsing by Steven Rostedt (Red Hat) · 9 years ago
  3. a4d1e68 tracing: Apply tracer specific options from kernel command line. by Jiaxing Wang · 9 years ago
  4. 627645f tracing: Add some documentation about set_event_pid by Steven Rostedt (Red Hat) · 9 years ago
  5. 54ed144 ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmark by Steven Rostedt (Red Hat) · 9 years ago
  6. 919cd97 tracing: Allow dumping traces without tracking trace started cpus by Sasha Levin · 10 years ago
  7. f47cb66 ring_buffer: Fix more races when terminating the producer in the benchmark by Petr Mladek · 10 years ago
  8. 8b46ff6 ring_buffer: Do no not complete benchmark reader too early by Petr Mladek · 10 years ago
  9. fb8c229 tracing: Remove redundant TP_ARGS redefining by Dmitry Safonov · 9 years ago
  10. d332736 tracing: Rename max_stack_lock to stack_trace_max_lock by Steven Rostedt (Red Hat) · 9 years ago
  11. bb99d8c tracing: Allow arch-specific stack tracer by AKASHI Takahiro · 9 years ago
  12. 2ee8a74 recordmcount: arm64: Replace the ignored mcount call into nop by Li Bin · 9 years ago
  13. c84da8b recordmcount: Fix endianness handling bug for nop_mcount by libin · 9 years ago
  14. a15920b tracepoints: Fix documentation of RCU lockdep checks by Mathieu Desnoyers · 9 years ago
  15. c6650b2 tracing: ftrace_event_is_function() can return boolean by Yaowei Bai · 9 years ago
  16. 907bff9 tracing: is_legal_op() can return boolean by Yaowei Bai · 9 years ago
  17. cdb2a0a ring-buffer: rb_event_is_commit() can return boolean by Yaowei Bai · 9 years ago
  18. da58834 ring-buffer: rb_per_cpu_empty() can return boolean by Yaowei Bai · 9 years ago
  19. 3d4e204 ring_buffer: ring_buffer_empty{cpu}() can return boolean by Yaowei Bai · 9 years ago
  20. 06ca320 ring-buffer: rb_is_reader_page() can return boolean by Yaowei Bai · 9 years ago
  21. 7985182 tracing: report_latency() in trace_irqsoff.c can return boolean by Yaowei Bai · 9 years ago
  22. 26ab2ef tracing: report_latency() in trace_sched_wakeup.c can return boolean by Yaowei Bai · 9 years ago
  23. 67aedeb Sample: Trace_event: Correct the comments by Chunyan Zhang · 9 years ago
  24. 681a4a2 tracing: Update instance_rmdir() to use tracefs_remove_recursive by Jiaxing Wang · 9 years ago
  25. bdb5d0f tracing: Only benchmark the time tracepoints take if tracing is on by Chunyan Zhang · 9 years ago
  26. 46a2b61 recordmcount: x86: Assign a meaningful value to rel_type_nop by Li Bin · 9 years ago
  27. 799fd44 tracing: Call on_each_cpu() when adding or removing single pids from set_event_pid by Steven Rostedt (Red Hat) · 9 years ago
  28. fb66228 tracing: Fix sparse RCU warning by Steven Rostedt (Red Hat) · 9 years ago
  29. 8ca532a tracing: Check all tasks on each CPU when filtering pids by Steven Rostedt (Red Hat) · 9 years ago
  30. 3fdaf80 tracing: Implement event pid filtering by Steven Rostedt (Red Hat) · 9 years ago
  31. 4909010 tracing: Add set_event_pid directory for future use by Steven Rostedt (Red Hat) · 9 years ago
  32. 7904b5c tracepoint: Give priority to probes of tracepoints by Steven Rostedt (Red Hat) · 9 years ago
  33. 883a1e8 ftrace: Calculate the correct dyn_ftrace number to report to the userspace by Minfei Huang · 10 years ago
  34. 3061692 tracing: Remove {start,stop}_branch_trace by Dmitry Safonov · 9 years ago
  35. ddd7028 tracing: gpio: Add Kconfig option for enabling/disabling trace events by Tal Shorer · 10 years ago
  36. c63b768 tracing: Allow disabling compilation of specific trace systems by Tal Shorer · 10 years ago
  37. b86d937 Documentation: ftrace: Module globbing usage by Dmitry Safonov · 9 years ago
  38. 0b507e1 ftrace: add module globbing by Dmitry Safonov · 9 years ago
  39. 3ba0092 ftrace: Introduce ftrace_glob structure by Dmitry Safonov · 9 years ago
  40. f0a3b15 ftrace: Clarify code for mod command by Dmitry Safonov · 9 years ago
  41. 5e3949f ftrace: Remove redundant strsep in mod_callback by Dmitry Safonov · 9 years ago
  42. 6db0290 ftrace: Remove redundant swap function by Rasmus Villemoes · 10 years ago
  43. 79ac6ef tracing: Use kstrdup_const instead of private implementation by Rasmus Villemoes · 10 years ago
  44. 37aea98 tracing: Add trace options for tracer options to instances by Steven Rostedt (Red Hat) · 9 years ago
  45. 1627014 tracing: Add trace options for core options to instances by Steven Rostedt (Red Hat) · 9 years ago
  46. 2d34f48 tracing: Make ftrace_trace_stack() depend on general trace_array flag by Steven Rostedt (Red Hat) · 9 years ago
  47. 9a38a88 tracing: Add a method to pass in trace_array descriptor to option files by Steven Rostedt (Red Hat) · 9 years ago
  48. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  49. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  50. b9f9108 tracing: Remove access to trace_flags in trace_printk.c by Steven Rostedt (Red Hat) · 9 years ago
  51. b5e87c0 tracing: Add build bug if we have more trace_flags than bits by Steven Rostedt (Red Hat) · 9 years ago
  52. 41d9c0b tracing: Always show all tracer options in the options directory by Steven Rostedt (Red Hat) · 9 years ago
  53. 73dddbb tracing: Only create stacktrace option when STACKTRACE is configured by Steven Rostedt (Red Hat) · 9 years ago
  54. 8179e8a tracing: Do not create function tracer options when not compiled in by Steven Rostedt (Red Hat) · 9 years ago
  55. 4ee4301 tracing: Only create branch tracer options when compiled in by Steven Rostedt (Red Hat) · 9 years ago
  56. 729358d tracing: Only create function graph options when it is compiled in by Steven Rostedt (Red Hat) · 9 years ago
  57. a3418a3 tracing: Use TRACE_FLAGS macro to keep enums and strings matched by Steven Rostedt (Red Hat) · 9 years ago
  58. ce3fed6 tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags by Steven Rostedt (Red Hat) · 9 years ago
  59. 938db5f tracing: Remove unused tracing option "ftrace_preempt" by Steven Rostedt (Red Hat) · 9 years ago
  60. 0390558 tracing: Move "display-graph" option to main options by Steven Rostedt (Red Hat) · 9 years ago
  61. ef92480 tracing: Turn seq_print_user_ip() into a static function by Steven Rostedt (Red Hat) · 9 years ago
  62. 6b1032d tracing: Inject seq_print_userip_objs() into its only user by Steven Rostedt (Red Hat) · 9 years ago
  63. ca475e8 tracing: Make ftrace_trace_stack() static by Steven Rostedt (Red Hat) · 9 years ago
  64. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 9 years ago
  65. 4190741 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 9 years ago
  66. d78a461 tracing: Remove ftrace_trace_stack_regs() by Steven Rostedt (Red Hat) · 9 years ago
  67. 46ac518 tracing: Move non perf code out of perf.h by Steven Rostedt (Red Hat) · 9 years ago
  68. f0132c4 kernel/trace_probe: is_good_name can be boolean by Yaowei Bai · 9 years ago
  69. 1f93e4a Linux 4.3-rc2 by Linus Torvalds · 10 years ago
  70. 99bc721 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  71. 30ec568 Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 years ago
  72. 009884f Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  73. d590b2d Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 10 years ago
  74. e6827ba Merge tag 'led-fixes-for-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 10 years ago
  75. dc847d5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 10 years ago
  76. 2673ee5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 10 years ago
  77. 133bb59 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  78. 590dca3 fs-writeback: unplug before cond_resched in writeback_sb_inodes by Chris Mason · 10 years ago
  79. ae4f976 mm: fix type cast in __pfn_to_phys() by Tyler Baker · 10 years ago
  80. 0f40314 Merge branch 'acpi-bus' by Rafael J. Wysocki · 10 years ago
  81. 7dc1d36 Merge branches 'pm-cpufreq' and 'pm-devfreq' by Rafael J. Wysocki · 10 years ago
  82. 00ade1f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  83. 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  84. e116a64 IB/hfi: Properly set permissions for user device files by Ira Weiny · 10 years ago
  85. 7d63046 IB/hfi1: mask vs shift confusion by Dan Carpenter · 10 years ago
  86. 3f2686a IB/hfi1: clean up some defines by Dan Carpenter · 10 years ago
  87. ebe6b2e IB/hfi1: info leak in get_ctxt_info() by Dan Carpenter · 10 years ago
  88. 951842b IB/hfi1: fix a locking bug by Dan Carpenter · 10 years ago
  89. 50b1972 IB/hfi1: checking for NULL instead of IS_ERR by Dan Carpenter · 10 years ago
  90. aeef010 IB/hfi1: fix sdma_descq_cnt parameter parsing by Mike Marciniszyn · 10 years ago
  91. e1df006 IB/hfi1: fix copy_to/from_user() error handling by Dan Carpenter · 10 years ago
  92. aadfc3b IB/hfi1: fix pstateinfo from returning improperly byteswapped value by Ira Weiny · 10 years ago
  93. fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. 09784fb Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. f240bdd Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 10 years ago
  96. 00cc1633 sched: access local runqueue directly in single_task_running by Dominik Dingel · 10 years ago
  97. a7d5c18 Merge tag 'platform-drivers-x86-v4.3-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  98. a8f1558 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  99. 28c553d revert "mm: make sure all file VMAs have ->vm_ops set" by Andrew Morton · 10 years ago
  100. 0526109 MAINTAINERS: update LTP mailing list by Cyril Hrubis · 10 years ago