1. 70d110d perf auxtrace: Add itrace option to output power events by Adrian Hunter · 7 years ago
  2. 3bdafdf perf auxtrace: Add itrace option to output ptwrite events by Adrian Hunter · 7 years ago
  3. 07fda55 tools include: Add byte-swapping macros to kernel.h by Adrian Hunter · 7 years ago
  4. 1405720 perf script: Add 'synth' event type for synthesized events by Adrian Hunter · 7 years ago
  5. d5b1a5f x86/insn: perf tools: Add new ptwrite instruction by Adrian Hunter · 7 years ago
  6. 19f0edb perf jit: fix typo: "incalid" -> "invalid" by Colin Ian King · 7 years ago
  7. fef2a73 perf tools: Kill die() by Arnaldo Carvalho de Melo · 7 years ago
  8. 25ce4bb perf config: Do not die when parsing u64 or int config values by Arnaldo Carvalho de Melo · 7 years ago
  9. 5c1954d25 tools/kvm_stat: add new interactive command 'b' by Stefan Raspl · 7 years ago
  10. ab7ef19 tools/kvm_stat: add new command line switch '-i' by Stefan Raspl · 7 years ago
  11. 61f381b tools/kvm_stat: fix error on interactive command 'g' by Stefan Raspl · 7 years ago
  12. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 7 years ago
  13. b211d79 perf tools: Remove warning() by Arnaldo Carvalho de Melo · 7 years ago
  14. d2a74d5 perf event-parse: Use pr_warning() by Arnaldo Carvalho de Melo · 7 years ago
  15. 4cf134e perf config: Use pr_warning() by Arnaldo Carvalho de Melo · 7 years ago
  16. 59913aa perf help: Use pr_warning() by Arnaldo Carvalho de Melo · 7 years ago
  17. 86e474f perf help: Elliminate dup code for reporting by Arnaldo Carvalho de Melo · 7 years ago
  18. 881c362 perf help: Introduce exec_failed() to avoid code duplication by Arnaldo Carvalho de Melo · 7 years ago
  19. 19508c0 perf tests: Add platform dependency to test 15 by Thomas Richter · 7 years ago
  20. 902bef7 cpupower: Add support for new AMD family 0x17 by Sherry Hurwitz · 7 years ago
  21. 6ae78b4 cpupower: Fix bug where return value was not used by Sherry Hurwitz · 7 years ago
  22. 5422583 Merge back PM tools material for v4.13. by Rafael J. Wysocki · 7 years ago
  23. 93bd70e seccomp: Adjust selftests to avoid double-join by Kees Cook · 8 years ago
  24. 3f938ee perf machine: Fix segfault for kernel.kptr_restrict=2 by Jiri Olsa · 7 years ago
  25. f7d44a8 tools/power turbostat: update version number by Len Brown · 7 years ago
  26. f26b151 tools/power turbostat: decode MSR_IA32_MISC_ENABLE only on Intel by Len Brown · 7 years ago
  27. c91fc85 tools/power turbostat: stop migrating, unless '-m' by Len Brown · 7 years ago
  28. f4fdf2b tools/power turbostat: if --debug, print sampling overhead by Len Brown · 7 years ago
  29. a99d873 tools/power turbostat: hide SKL counters, when not requested by Len Brown · 7 years ago
  30. 6dff86a selftest/net/Makefile: Specify output with $(OUTPUT) by SeongJae Park · 7 years ago
  31. dc816e5 selftest/intel_pstate/aperf: Use LDLIBS instead of LDFLAGS by SeongJae Park · 7 years ago
  32. d02db4f5 selftest/memfd/Makefile: Fix build error by SeongJae Park · 7 years ago
  33. e0912c0 selftests: lib: Skip tests on missing test modules by Sumit Semwal · 7 years ago
  34. 7598f8b perf probe: Fix probe definition for inlined functions by Björn Töpel · 7 years ago
  35. f9e1698 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  36. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 701516a perf script: Fix message because field list option is -F not -f by Adrian Hunter · 7 years ago
  38. 3079546 perf tools: Fix message because cpu list option is -C not -c by Adrian Hunter · 7 years ago
  39. 2116074 perf intel-pt: Fix transactions_sample_type by Adrian Hunter · 7 years ago
  40. 5da3b23 perf intel-pt: Remove redundant initial_skip checks by Adrian Hunter · 7 years ago
  41. 0a7c700d perf intel-pt: Add decoder support for CBR events by Adrian Hunter · 7 years ago
  42. 26fb2fb perf intel-pt: Add reserved byte to CBR packet payload by Adrian Hunter · 7 years ago
  43. a472e65 perf intel-pt: Add decoder support for ptwrite and power event packets by Adrian Hunter · 7 years ago
  44. 2bc60ff perf intel-pt: Add documentation for new config terms by Adrian Hunter · 7 years ago
  45. 9fd629f perf intel-pt: Add default config for pass-through branch enable by Adrian Hunter · 7 years ago
  46. 8395981 perf intel-pt: Allow decoding with branch tracing disabled by Adrian Hunter · 7 years ago
  47. 0419420 perf intel-pt: Add missing __fallthrough by Adrian Hunter · 7 years ago
  48. 6a558f1 perf intel-pt: Clear FUP flag on error by Adrian Hunter · 7 years ago
  49. 622b7a4 perf intel-pt: Use FUP always when scanning for an IP by Adrian Hunter · 7 years ago
  50. f952eac perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero by Adrian Hunter · 7 years ago
  51. ee14ac0 perf intel-pt: Fix last_ip usage by Adrian Hunter · 7 years ago
  52. ad7167a perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP by Adrian Hunter · 7 years ago
  53. 12b7080 perf intel-pt: Fix missing stack clear by Adrian Hunter · 7 years ago
  54. 3f04d98 perf intel-pt: Improve sample timestamp by Adrian Hunter · 7 years ago
  55. 22c0689 perf intel-pt: Move decoder error setting into one condition by Adrian Hunter · 7 years ago
  56. a7f0fda perf unwind: Support for powerpc by Paolo Bonzini · 7 years ago
  57. daefd0b perf stat: Add support to measure SMI cost by Kan Liang · 7 years ago
  58. 3b00ea9 tools lib api fs: Add sysfs__write_int function by Kan Liang · 7 years ago
  59. 7673925 kselftests: timers: Add test for frequency step by Miroslav Lichvar · 7 years ago
  60. 7a5de55 kselftests: timers: Fix inconsistency-check to not ignore first timestamp by Miroslav Lichvar · 7 years ago
  61. 76b903e selftests: Introduce tc testsuite by Lucas Bates · 7 years ago
  62. fd25bf8 perf tools: Remove unused _ALL_SOURCE define by Arnaldo Carvalho de Melo · 7 years ago
  63. 44b58e0 perf tools: Do parameter validation earlier on fetch_kernel_version() by Arnaldo Carvalho de Melo · 7 years ago
  64. 2157f6e perf evsel: Adopt find_process() by Arnaldo Carvalho de Melo · 7 years ago
  65. 007b811 Merge tag 'perf-core-for-mingo-4.13-20170719' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  66. 24040a5 Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 7 years ago
  67. d06838d Merge 4.12-rc6 into staging-next by Greg Kroah-Hartman · 7 years ago
  68. 571949a Merge 4.12-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  69. dfe1c6d perf config: Refactor the code using 'ret' variable in cmd_config() by Taeung Song · 7 years ago
  70. 4f1fd74 perf config: Check error cases of {show_spec, set}_config() by Taeung Song · 7 years ago
  71. 1096c35 perf ftrace: Add -D option for depth filter by Namhyung Kim · 7 years ago
  72. 78b83e8 perf ftrace: Add option for function filtering by Namhyung Kim · 7 years ago
  73. 29681bc perf ftrace: Move setup_pager before opening trace_pipe by Namhyung Kim · 7 years ago
  74. e7bd9ba perf ftrace: Show error message when fails to set ftrace files by Namhyung Kim · 7 years ago
  75. 106dacd perf script: Support -F brstackoff,dso by Mark Santaniello · 7 years ago
  76. 55b9b50 perf script: Support -F brstack,dso and brstacksym,dso by Mark Santaniello · 7 years ago
  77. 9b57fb7 perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is set by Wang Nan · 7 years ago
  78. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 7 years ago
  79. d3cef7f perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv array by Kim Phillips · 7 years ago
  80. 0c788d4 perf coresight: Remove superfluous check before use by Kim Phillips · 7 years ago
  81. 5c97cac tools: Adopt __aligned from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  82. c9f5da7 tools: Adopt __packed from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  83. 9dd4ca4 tools: Adopt noinline from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  84. 0353631 perf tools: Use __maybe_unused consistently by Arnaldo Carvalho de Melo · 7 years ago
  85. 3ee350f tools: Adopt __scanf from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  86. afaed6d tools: Adopt __printf from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  87. 07b0b22 NTB: ntb_test: fix bug printing ntb_perf results by Logan Gunthorpe · 7 years ago
  88. 6c34664 tools: Adopt __noreturn from kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  89. 36ce565 perf script: Allow adding and removing fields by Andi Kleen · 7 years ago
  90. 8c1cedb perf config: Invert an if statement to reduce nesting in cmd_config() by Taeung Song · 7 years ago
  91. ec27ae1 perf annotate browser: Display titles in left frame by Jin Yao · 7 years ago
  92. c564f0d perf report: Remove unnecessary check in annotate_browser_write() by Jin Yao · 7 years ago
  93. a1ff31d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  94. 0cbf341 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  95. 9126cbb perf unwind: Report module before querying isactivation in dwfl unwind by Milian Wolff · 7 years ago
  96. 92b0a14 objtool: Add fortify_panic as __noreturn function by Kees Cook · 7 years ago
  97. 34539b6 kselftest: membarrier: make test names more informative by Alice Ferrazzi · 7 years ago
  98. e4d1065 kselftest: make callers of ksft_exit_skip() output the reason for skipping by Paul Elder · 7 years ago
  99. 54f57ba kselftest: make ksft_exit_skip() output a reason for skipping by Paul Elder · 7 years ago
  100. a117699 tools/testing/nvdimm: fix nfit_test buffer overflow by Yasunori Goto · 7 years ago