1. 1c7d667 tracing: Kill unused and puzzled sample code in ftrace.h by Shan Wei · 12 years ago
  2. 11043d8 tracing: Show raw time stamp on stats per cpu using counter or tsc mode for trace_clock by Yoshihiro YUNOMAE · 12 years ago
  3. 8be0709 tracing: Format non-nanosec times from tsc clock without a decimal point. by David Sharp · 12 years ago
  4. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
  5. 7bcfaf5 tracing: Add trace_options kernel command line parameter by Steven Rostedt · 12 years ago
  6. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  7. 02404ba tracing: Remove deprecated tracing_enabled file by Steven Rostedt · 12 years ago
  8. 0fb9656 tracing: Make tracing_enabled be equal to tracing_on by Steven Rostedt · 13 years ago
  9. c7b84ec tracing: Remove unused function unregister_tracer() by Steven Rostedt · 13 years ago
  10. 15075ca tracing: Separate open function from set_event and available_events by Steven Rostedt · 13 years ago
  11. 50ecf2c ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 by Yoshihiro YUNOMAE · 12 years ago
  12. 60303ed tracing: Reset ring buffer when changing trace_clocks by David Sharp · 12 years ago
  13. 60efc15 linux/kernel.h: Remove duplicate trace_printk declaration by Michal Hocko · 12 years ago
  14. 6f86ab9 tracing: Cleanup unnecessary function declarations by Vaibhav Nagarnaik · 13 years ago
  15. 01e3e71 tracing: Trivial cleanup by David Sharp · 13 years ago
  16. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 12 years ago
  17. 2b70e59 tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit by Steven Rostedt · 12 years ago
  18. 8169883 tracing: Enable comm recording if trace_printk() is used by Steven Rostedt · 12 years ago
  19. b382ede6 tracing: Expand ring buffer when trace_printk() is used by Steven Rostedt · 12 years ago
  20. 884bfe8 ring-buffer: Add a 'dropped events' counter by Slava Pestov · 14 years ago
  21. f43c738 tracing: Change tracer's integer flags to bool by Hiraku Toyooka · 12 years ago
  22. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 12 years ago
  23. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  24. 95d18aa perf/x86: Fix sparse warnings by Peter Huewe · 12 years ago
  25. 8748dd9 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  26. 0da2e9c perf python: Initialize 'page_size' variable by Arnaldo Carvalho de Melo · 12 years ago
  27. 0089fa9 perf record: Fix mmap error output condition by Jiri Olsa · 12 years ago
  28. e84ba4e perf header: Add is_perf_magic() func by Feng Tang · 12 years ago
  29. cdbab7c perf hists browser: Integrate script browser into main hists browser by Feng Tang · 12 years ago
  30. 79ee47f perf annotate browser: Integrate script browser into annotation browser by Feng Tang · 12 years ago
  31. 6651782 perf scripts browser: Add a browser for perf script by Feng Tang · 12 years ago
  32. 49e639e perf script: Add more filter to find_scripts() by Feng Tang · 12 years ago
  33. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  34. cdd059d perf tools: Move dso_* related functions into dso object by Jiri Olsa · 12 years ago
  35. ea36c46 perf tools: Move strxfrchar into string object by Jiri Olsa · 12 years ago
  36. b2aff5f perf tools: Move hex2u64 into util object by Jiri Olsa · 12 years ago
  37. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  38. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  39. 9175ce1 perf tools: Move parse_events error printing to parse_events_options by Andi Kleen · 12 years ago
  40. 9db5506 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  41. 1f16c57 perf stat: Add --pre and --post command by Peter Zijlstra · 12 years ago
  42. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  43. 26a031e perf inject: Merge sched_stat_* and sched_switch events by Andrew Vagin · 12 years ago
  44. e558a5b perf inject: Work with files by Andrew Vagin · 12 years ago
  45. fcc3280 perf tools: Fix LIBELF_MMAP checking by Namhyung Kim · 12 years ago
  46. cf3aa10 perf tools: Always show CHK message when doing try-cc by Namhyung Kim · 12 years ago
  47. 615d774 perf tools: Convert invocation of MAKE into SUBDIR by Namhyung Kim · 12 years ago
  48. 536e2b0 perf tools: Cleanup doc related targets by Namhyung Kim · 12 years ago
  49. b6f4f80 tools lib traceevent: Do not generate dependency for system header files by Namhyung Kim · 12 years ago
  50. 8f7c1d0 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  51. 1302d88 perf trace: Use sched:sched_stat_runtime to provide a thread summary by Arnaldo Carvalho de Melo · 12 years ago
  52. efd5745 perf trace: Count number of events for each thread and globally by Arnaldo Carvalho de Melo · 12 years ago
  53. ba361c9 perf tools: Don't stop synthesizing threads when one vanishes by Arnaldo Carvalho de Melo · 12 years ago
  54. 6ca2a9c Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  55. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  56. 814d7a4 perf trace: Print the name of a syscall when failing to read its info by Arnaldo Carvalho de Melo · 12 years ago
  57. 8b74526 perf tools: Pretty print errno for some more functions by Arnaldo Carvalho de Melo · 12 years ago
  58. ae9ed03 perf trace: Add duration filter by Arnaldo Carvalho de Melo · 12 years ago
  59. 60c907a perf trace: Add an event duration column by Arnaldo Carvalho de Melo · 12 years ago
  60. 752fde4 perf trace: Support interrupted syscalls by Arnaldo Carvalho de Melo · 12 years ago
  61. 9a8e85a perf test: Align the 'Ok'/'FAILED!' test results by Arnaldo Carvalho de Melo · 12 years ago
  62. 2305c82 perf tools: Give user better message if precise is not supported by David Ahern · 12 years ago
  63. 03f2f93 Account the nr_entries in rblist properly by Suzuki K. Poulose · 12 years ago
  64. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  65. feb8ada perf tools: Remove noise in python version feature test by Arnaldo Carvalho de Melo · 12 years ago
  66. 28d213b perf tools: Diplays more output on features check for make V=1 by Jiri Olsa · 12 years ago
  67. ce37f40 x86: Allow tracing of functions in arch/x86/kernel/rtc.c by David Vrabel · 12 years ago
  68. 3f3a206 perf test: Add automated tests for pmu sysfs translated events by Jiri Olsa · 12 years ago
  69. 1d33d6d perf tools: Add support to specify hw event as PMU event term by Jiri Olsa · 12 years ago
  70. 3fded96 perf tools: Fix PMU object alias initialization by Jiri Olsa · 12 years ago
  71. 20550a4 perf/x86: Add hardware events translations for Intel P6 cpus by Jiri Olsa · 12 years ago
  72. 0bf79d4 perf/x86: Add hardware events translations for AMD cpus by Jiri Olsa · 12 years ago
  73. 43c032f perf/x86: Add hardware events translations for Intel cpus by Jiri Olsa · 12 years ago
  74. 8300daa perf/x86: Filter out undefined events from sysfs events attribute by Jiri Olsa · 12 years ago
  75. a474739 perf/x86: Make hardware event translations available in sysfs by Jiri Olsa · 12 years ago
  76. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  77. c13d38e perf, cpu hotplug: Use cached value of smp_processor_id() by Srivatsa S. Bhat · 12 years ago
  78. 6760bca perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabled by Srivatsa S. Bhat · 12 years ago
  79. bffd5fc x86/perf: Fix virtualization sanity check by Andre Przywara · 12 years ago
  80. c1264a4 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  81. 0e9e3e3 Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  82. 3185bd2 alpha: separate thread-synchronous flags by Al Viro · 12 years ago
  83. 3d0ceac Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  84. e17b131 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. 684baeb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  86. 4e3ab74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  87. 4a09cbc Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  88. 62472ef Merge tag 'please-pull-uapi-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  89. 7805963 arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines by Chris Metcalf · 12 years ago
  90. 627072b arch/tile: avoid generating .eh_frame information in modules by Chris Metcalf · 12 years ago
  91. 2d1f4c8 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  92. d888af9 Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  93. e589db7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  94. 344ba37 Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  95. c52f1dd Merge tag 'regmap-fix-mmio' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  96. b8e902f drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() by Thomas Hellstrom · 12 years ago
  97. 7bc17a7 drm/ttm: Fix a theoretical race by Thomas Hellstrom · 12 years ago
  98. a16d4f8 drm: platform: Don't initialize driver-private data by Thierry Reding · 12 years ago
  99. 08bce0a drm/debugfs: remove redundant info from gem_names by Marcin Slusarz · 12 years ago
  100. 0281324 drm: fb: cma: Fail gracefully on allocation failure by Thierry Reding · 12 years ago