1. d5c2e2c perf probe ppc64le: Prefer symbol table lookup over DWARF by Naveen N. Rao · 9 years ago
  2. c50fc0a perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding by Ananth N Mavinakayanahalli · 9 years ago
  3. 031b84c perf probe ppc: Enable matching against dot symbols automatically by Naveen N. Rao · 9 years ago
  4. fb6d594 perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc by Naveen N. Rao · 9 years ago
  5. d233209 perf probe ppc: Fix symbol fixup issues due to ELF type by Naveen N. Rao · 9 years ago
  6. b64aa55 perf bench numa: Show more stats of particular threads in verbose mode by Petr Holasek · 9 years ago
  7. 762abdc perf tools: Use getconf to determine number of online CPUs by Will Deacon · 9 years ago
  8. e944ec2 perf report: Fix -T/--threads option to work again by Namhyung Kim · 9 years ago
  9. 2fa30fe selftests/powerpc: Fix the pmu install rule by Michael Ellerman · 9 years ago
  10. 68fc378 Revert "powerpc/tm: Abort syscalls in active transactions" by Michael Ellerman · 9 years ago
  11. dd30920 perf tools: Document --children option in more detail by Namhyung Kim · 9 years ago
  12. c4fa0d9 perf stat: Add metrics support for exclude_idle by Jiri Olsa · 9 years ago
  13. a2270d3 perf stat: Add metrics support for exclude_(host|guest) by Jiri Olsa · 9 years ago
  14. afef2fb perf stat: Add metrics support for exclude_hv by Jiri Olsa · 9 years ago
  15. 9f71b4f perf stat: Change metrics context calculation by Jiri Olsa · 9 years ago
  16. a0aa21e perf stat: Fix metrics calculation with event qualifiers by Andi Kleen · 9 years ago
  17. d303e85 perf trace: Clarify that -e is about syscalls, not perf events in general by Arnaldo Carvalho de Melo · 9 years ago
  18. fa0e4ff perf trace: Fix --filter-pids OPTION description by Arnaldo Carvalho de Melo · 9 years ago
  19. 6dbe31f perf probe: Remove all probes matches given pattern at once by Masami Hiramatsu · 9 years ago
  20. b3ac032 perf probe: Make --funcs option exclusive by Masami Hiramatsu · 9 years ago
  21. 87d650b perf tools: Add symbolic events support for parse_events_error by Jiri Olsa · 9 years ago
  22. 492d977 perf tools: Add tracepoint support for parse_events_error by Jiri Olsa · 9 years ago
  23. 3b0e371 perf tools: Add static terms support for parse_events_error by Jiri Olsa · 9 years ago
  24. e64b020 perf tools: Add term support for parse_events_error by Jiri Olsa · 9 years ago
  25. cecf3a2e perf tools: Add location to pmu event terms by Jiri Olsa · 9 years ago
  26. 36adec8 perf tools: Change parse_events_add_pmu interface by Jiri Olsa · 9 years ago
  27. c056ba6a perf tools: Always bail out when config_attr function fails by Jiri Olsa · 9 years ago
  28. 6297d42 perf tools: Add flex support for parse_events_error by Jiri Olsa · 9 years ago
  29. b39b839 perf tools: Add parse_events_error interface by Jiri Olsa · 9 years ago
  30. 70d73de perf tools: Add aux_watermark member of struct perf_event_attr by Adrian Hunter · 9 years ago
  31. 400ea6d perf script: Add field option 'flags' to print sample flags by Adrian Hunter · 9 years ago
  32. 0f0aa5e perf inject: Add Instruction Tracing support by Adrian Hunter · 9 years ago
  33. cd17a9b perf inject: Re-pipe AUX area tracing events by Adrian Hunter · 9 years ago
  34. 7a680eb perf script: Add Instruction Tracing support by Adrian Hunter · 9 years ago
  35. cfe9174 perf tools: Add member to struct dso for an instruction cache by Adrian Hunter · 9 years ago
  36. c3278f0 perf auxtrace: Add a hashtable for caching by Adrian Hunter · 9 years ago
  37. 73f75fb perf auxtrace: Add processing for AUX area tracing events by Adrian Hunter · 9 years ago
  38. f939715 perf auxtrace: Add a heap for sorting AUX area tracing queues by Adrian Hunter · 9 years ago
  39. e502789 perf auxtrace: Add helpers for queuing AUX area tracing data by Adrian Hunter · 9 years ago
  40. 85ed472 perf auxtrace: Add helpers for AUX area tracing errors by Adrian Hunter · 9 years ago
  41. f6986c95 perf session: Add instruction tracing options by Adrian Hunter · 9 years ago
  42. c446870 perf session: Add hooks to allow transparent decoding of AUX area tracing data by Adrian Hunter · 9 years ago
  43. e9bf54d perf tools: Add a user event for AUX area tracing errors by Adrian Hunter · 9 years ago
  44. e9db131 perf record: Extend -m option for AUX area tracing mmap pages by Adrian Hunter · 9 years ago
  45. ef149c2 perf record: Add basic AUX area tracing support by Adrian Hunter · 9 years ago
  46. 9e0cc4f perf auxtrace: Add support for AUX area recording by Adrian Hunter · 9 years ago
  47. a16ac02 perf tools: Add user events for AUX area tracing by Adrian Hunter · 9 years ago
  48. 718c602 perf evlist: Add support for mmapping an AUX area buffer by Adrian Hunter · 9 years ago
  49. 4025ea4 perf header: Add AUX area tracing feature by Adrian Hunter · 9 years ago
  50. d4ae421 perf data: Fix signedness of value by Wang Nan · 9 years ago
  51. e0a7cce perf data: Fix duplicate field names and avoid reserved keywords by Wang Nan · 9 years ago
  52. 8fa4675 perf data: Add support for setting ordered_events queue size by Jiri Olsa · 9 years ago
  53. 89e5fa8 perf data: Enable stream flush within processing by Jiri Olsa · 9 years ago
  54. 90e129f perf data: Switch to multiple cpu stream files by Sebastian Andrzej Siewior · 9 years ago
  55. c41c664 perf tests: Add build tests for building perf from kernel source root and tools by Jiri Olsa · 9 years ago
  56. 16671c1 tools build: Fix Makefile(s) to properly invoke tools build by Jiri Olsa · 9 years ago
  57. 379a9a2 tools build: No need to make libapi for perf explicitly by Jiri Olsa · 9 years ago
  58. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 9 years ago
  59. c214105 perf data: Show error message when conversion failed by He Kuang · 9 years ago
  60. a0b404f perf diff: Make hist_entry_diff fields union by Namhyung Kim · 9 years ago
  61. cc5e461 perf hists: Get rid of position field from struct hist_entry by Namhyung Kim · 9 years ago
  62. 6b1a275 perf kmem: Fix compiles on RHEL6/OL6 by David Ahern · 9 years ago
  63. 1d90a68 perf bench numa: Fix immediate meeting of convergence condition by Petr Holasek · 9 years ago
  64. 24f1ced perf bench numa: Fixes of --quiet argument by Petr Holasek · 9 years ago
  65. 052b0f6 perf bench futex: Fix hung wakeup tasks after requeueing by Davidlohr Bueso · 9 years ago
  66. d13855e perf probe: Fix bug with global variables handling by He Kuang · 9 years ago
  67. c671835 perf top: Fix a segfault when kernel map is restricted. by Wang Nan · 9 years ago
  68. c8b3fd0 Merge tag 'pm+acpi-4.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  69. 410ceb8 tools lib traceevent: Fix build failure on 32-bit arch by Namhyung Kim · 9 years ago
  70. 4ad1f43 perf kmem: Fix compiles on RHEL6/OL6 by David Ahern · 9 years ago
  71. de28c15 tools lib api: Undefine _FORTIFY_SOURCE before setting it by Bobby Powers · 9 years ago
  72. 6145c25 perf kmem: Consistently use PRIu64 for printing u64 values by Will Deacon · 9 years ago
  73. 02ac542 perf trace: Disable events and drain events when forked workload ends by Arnaldo Carvalho de Melo · 9 years ago
  74. cb24d01 perf trace: Enable events when doing system wide tracing and starting a workload by Arnaldo Carvalho de Melo · 9 years ago
  75. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  76. 09d5160 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 9 years ago
  77. 2363ccb Merge branches 'pm-cpufreq', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  78. e9257f5 tools/power turbostat: correct dumped pkg-cstate-limit value by Len Brown · 9 years ago
  79. 8a5bdf4 tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKL by Len Brown · 9 years ago
  80. 40ee8e3 tools/power turbostat: correct DRAM RAPL units on recent Xeon processors by Andrey Semin · 10 years ago
  81. 0b2bb69 tools/power turbostat: Initial Skylake support by Len Brown · 9 years ago
  82. f82263c tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O= option in Makefile by Thomas D · 10 years ago
  83. a21d38c tools/power turbostat: modprobe msr, if needed by Len Brown · 9 years ago
  84. fcd1721 tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2 by Len Brown · 9 years ago
  85. 12bb43c tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT names by Len Brown · 9 years ago
  86. 90d1c08 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 96b90f2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. 0f5abd4 Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  89. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  90. 0a15584 x86, selftests: Add single_step_syscall test by Andy Lutomirski · 9 years ago
  91. 215ba78 mm, selftests: test return value of munmap for MAP_HUGETLB memory by David Rientjes · 9 years ago
  92. 06b230e cpupower: fix breakage from libpci API change by Lucas Stach · 9 years ago
  93. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  94. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  97. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  98. 81ed793 ACPICA: Fix a sscanf format string. by Bob Moore · 9 years ago
  99. e0423ed ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset. by Lv Zheng · 9 years ago
  100. b79013b Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago