1. 65c5e18 perf script: Add synthesized Intel PT power and ptwrite events by Adrian Hunter · 8 years ago
  2. 47e7808 perf script: Add 'synth' field for synthesized event payloads by Adrian Hunter · 8 years ago
  3. 70d110d perf auxtrace: Add itrace option to output power events by Adrian Hunter · 8 years ago
  4. 3bdafdf perf auxtrace: Add itrace option to output ptwrite events by Adrian Hunter · 8 years ago
  5. 07fda55 tools include: Add byte-swapping macros to kernel.h by Adrian Hunter · 8 years ago
  6. 1405720 perf script: Add 'synth' event type for synthesized events by Adrian Hunter · 8 years ago
  7. d5b1a5f x86/insn: perf tools: Add new ptwrite instruction by Adrian Hunter · 8 years ago
  8. 19f0edb perf jit: fix typo: "incalid" -> "invalid" by Colin Ian King · 8 years ago
  9. fef2a73 perf tools: Kill die() by Arnaldo Carvalho de Melo · 8 years ago
  10. 25ce4bb perf config: Do not die when parsing u64 or int config values by Arnaldo Carvalho de Melo · 8 years ago
  11. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  12. b211d79 perf tools: Remove warning() by Arnaldo Carvalho de Melo · 8 years ago
  13. d2a74d5 perf event-parse: Use pr_warning() by Arnaldo Carvalho de Melo · 8 years ago
  14. 4cf134e perf config: Use pr_warning() by Arnaldo Carvalho de Melo · 8 years ago
  15. 59913aa perf help: Use pr_warning() by Arnaldo Carvalho de Melo · 8 years ago
  16. 86e474f perf help: Elliminate dup code for reporting by Arnaldo Carvalho de Melo · 8 years ago
  17. 881c362 perf help: Introduce exec_failed() to avoid code duplication by Arnaldo Carvalho de Melo · 8 years ago
  18. 19508c0 perf tests: Add platform dependency to test 15 by Thomas Richter · 8 years ago
  19. 8e70e84 Merge tag 'perf-core-for-mingo-4.13-20170621' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  20. 701516a perf script: Fix message because field list option is -F not -f by Adrian Hunter · 8 years ago
  21. 3079546 perf tools: Fix message because cpu list option is -C not -c by Adrian Hunter · 8 years ago
  22. 2116074 perf intel-pt: Fix transactions_sample_type by Adrian Hunter · 8 years ago
  23. 5da3b23 perf intel-pt: Remove redundant initial_skip checks by Adrian Hunter · 8 years ago
  24. 0a7c700d perf intel-pt: Add decoder support for CBR events by Adrian Hunter · 8 years ago
  25. 26fb2fb perf intel-pt: Add reserved byte to CBR packet payload by Adrian Hunter · 8 years ago
  26. a472e65 perf intel-pt: Add decoder support for ptwrite and power event packets by Adrian Hunter · 8 years ago
  27. 2bc60ff perf intel-pt: Add documentation for new config terms by Adrian Hunter · 8 years ago
  28. 9fd629f perf intel-pt: Add default config for pass-through branch enable by Adrian Hunter · 8 years ago
  29. 8395981 perf intel-pt: Allow decoding with branch tracing disabled by Adrian Hunter · 8 years ago
  30. 0419420 perf intel-pt: Add missing __fallthrough by Adrian Hunter · 8 years ago
  31. 6a558f1 perf intel-pt: Clear FUP flag on error by Adrian Hunter · 8 years ago
  32. 622b7a4 perf intel-pt: Use FUP always when scanning for an IP by Adrian Hunter · 8 years ago
  33. f952eac perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero by Adrian Hunter · 8 years ago
  34. ee14ac0 perf intel-pt: Fix last_ip usage by Adrian Hunter · 8 years ago
  35. ad7167a perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP by Adrian Hunter · 8 years ago
  36. 12b7080 perf intel-pt: Fix missing stack clear by Adrian Hunter · 8 years ago
  37. 3f04d98 perf intel-pt: Improve sample timestamp by Adrian Hunter · 8 years ago
  38. 22c0689 perf intel-pt: Move decoder error setting into one condition by Adrian Hunter · 8 years ago
  39. a7f0fda perf unwind: Support for powerpc by Paolo Bonzini · 8 years ago
  40. daefd0b perf stat: Add support to measure SMI cost by Kan Liang · 8 years ago
  41. 3b00ea9 tools lib api fs: Add sysfs__write_int function by Kan Liang · 8 years ago
  42. fd25bf8 perf tools: Remove unused _ALL_SOURCE define by Arnaldo Carvalho de Melo · 8 years ago
  43. 44b58e0 perf tools: Do parameter validation earlier on fetch_kernel_version() by Arnaldo Carvalho de Melo · 8 years ago
  44. 2157f6e perf evsel: Adopt find_process() by Arnaldo Carvalho de Melo · 8 years ago
  45. 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 · 8 years ago
  46. 2eb0fc9 Merge tag 'v4.12-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  47. dfe1c6d perf config: Refactor the code using 'ret' variable in cmd_config() by Taeung Song · 8 years ago
  48. 4f1fd74 perf config: Check error cases of {show_spec, set}_config() by Taeung Song · 8 years ago
  49. 1096c35 perf ftrace: Add -D option for depth filter by Namhyung Kim · 8 years ago
  50. 78b83e8 perf ftrace: Add option for function filtering by Namhyung Kim · 8 years ago
  51. 29681bc perf ftrace: Move setup_pager before opening trace_pipe by Namhyung Kim · 8 years ago
  52. e7bd9ba perf ftrace: Show error message when fails to set ftrace files by Namhyung Kim · 8 years ago
  53. 106dacd perf script: Support -F brstackoff,dso by Mark Santaniello · 8 years ago
  54. 55b9b50 perf script: Support -F brstack,dso and brstacksym,dso by Mark Santaniello · 8 years ago
  55. 9b57fb7 perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is set by Wang Nan · 8 years ago
  56. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  57. d3cef7f perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv array by Kim Phillips · 8 years ago
  58. 0c788d4 perf coresight: Remove superfluous check before use by Kim Phillips · 8 years ago
  59. 5c97cac tools: Adopt __aligned from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  60. c9f5da7 tools: Adopt __packed from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  61. 9dd4ca4 tools: Adopt noinline from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  62. 0353631 perf tools: Use __maybe_unused consistently by Arnaldo Carvalho de Melo · 8 years ago
  63. 3ee350f tools: Adopt __scanf from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  64. afaed6d tools: Adopt __printf from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  65. 6c34664 tools: Adopt __noreturn from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  66. 36ce565 perf script: Allow adding and removing fields by Andi Kleen · 8 years ago
  67. 8c1cedb perf config: Invert an if statement to reduce nesting in cmd_config() by Taeung Song · 8 years ago
  68. ec27ae1 perf annotate browser: Display titles in left frame by Jin Yao · 8 years ago
  69. c564f0d perf report: Remove unnecessary check in annotate_browser_write() by Jin Yao · 8 years ago
  70. 8052bd8 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 8 years ago
  71. 41f1830 Linux 4.12-rc6 by Linus Torvalds · 8 years ago
  72. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  73. 1132d5e Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  74. a1858df Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Olof Johansson · 8 years ago
  75. 51b6e28 Merge tag 'omap-for-v4.12/fixes-sl50' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 8 years ago
  76. 3696e4f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  77. 7d62d94 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  78. b3ee4ed Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  79. e41b135 virtio_balloon: disable VIOMMU support by Michael S. Tsirkin · 8 years ago
  80. edf9364 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 4f51d57 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 0be5255 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. a1ff31d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 2277ba7 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 0cbf341 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 374d801 Merge tag 'led_fixes_for_4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  87. 19ea9d6 Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  88. 1be627d Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  89. 6e20350 Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  90. adc3110 Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  91. c8636b9 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  92. ccd3d90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. 1439ccf Merge tag 'pci-v4.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  94. 3a44829 Merge tag 'fbdev-v4.12-rc6' of git://github.com/bzolnier/linux by Linus Torvalds · 8 years ago
  95. 162f73f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  96. d7143e3 mm: correct the comment when reclaimed pages exceed the scanned pages by zhongjiang · 8 years ago
  97. 64c2b20 userfaultfd: shmem: handle coredumping in handle_userfault() by Andrea Arcangeli · 8 years ago
  98. 3c226c6 mm: numa: avoid waiting on freed migrated pages by Mark Rutland · 8 years ago
  99. ef70762 swap: cond_resched in swap_cgroup_prepare() by Yu Zhao · 8 years ago
  100. 7258ae5 mm/memory-failure.c: use compound_head() flags for huge pages by James Morse · 8 years ago