1. 4a35b34 perf config: Reimplement show_config() using config_set__for_each by Taeung Song · 9 years ago
  2. 8a0a9c7 perf config: Introduce new init() and exit() by Taeung Song · 9 years ago
  3. e216708 perf script: Add callindent option by Adrian Hunter · 9 years ago
  4. 50f73637 perf auxtrace: Add option to feed branches to the thread stack by Adrian Hunter · 9 years ago
  5. 055cd33 perf script: Print sample flags more nicely by Adrian Hunter · 9 years ago
  6. 10daf4d perf intlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  7. 98a9183 perf rb_resort: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  8. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  9. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  10. 3bd03c9 perf unwind: Fix wrongly used regs for aarch64 unwind by He Kuang · 9 years ago
  11. 5dafea0 perf unwind: Fix wrongly used regs for x86_32 unwind by He Kuang · 9 years ago
  12. 78ff1d6 perf unwind: Change macro names of perf register by He Kuang · 9 years ago
  13. 76c588f perf tools: Find right DSO taking into account if binary is 32 or 64-bit by He Kuang · 9 years ago
  14. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
  15. 48d8d5d perf tools: Let python use correct gcc for build_ext by He Kuang · 9 years ago
  16. 32ca678 perf machine: Destructors should accept NULL by Arnaldo Carvalho de Melo · 9 years ago
  17. 61b3f66 perf tests time-to-tsc: No need to disable an event before deleting it by Arnaldo Carvalho de Melo · 9 years ago
  18. e144655 perf session: Destructors should accept NULL by Arnaldo Carvalho de Melo · 9 years ago
  19. 0b04b3d perf evlist: Destructors should accept NULL by Arnaldo Carvalho de Melo · 9 years ago
  20. 89c7cb2 perf hists: Enlarge pid sort entry size by Jiri Olsa · 9 years ago
  21. fcd86426 perf hists browser: Introduce init() by Jiri Olsa · 9 years ago
  22. a6ec894 perf hists browser: Introduce perf_evsel_browser constructor by Jiri Olsa · 9 years ago
  23. b1c7a8f perf hists browser: Move horizontal scroll init to new() by Jiri Olsa · 9 years ago
  24. 5b91a86 perf hists browser: Introduce struct hist_browser title callback by Jiri Olsa · 9 years ago
  25. dabd201 perf hists browser: Make (new|delete|run) public by Jiri Olsa · 9 years ago
  26. f758990 perf hists browser: Move hist_browser into header file by Jiri Olsa · 9 years ago
  27. dd4629d perf script stackcollapse: Remove reference to the perl interpreter by Arnaldo Carvalho de Melo · 9 years ago
  28. 4330b43 Merge tag 'perf-core-for-mingo-20160621' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  29. 6745d8e perf script: Add stackcollapse.py script by Paolo Bonzini · 9 years ago
  30. 7da36e9 perf evsel: Fix write_backwards fallback by Arnaldo Carvalho de Melo · 9 years ago
  31. 0aab213 perf record: Add --dry-run option to check cmdline options by Wang Nan · 9 years ago
  32. f078464 perf llvm: Allow dump llvm output object file using llvm.dump-obj by Wang Nan · 9 years ago
  33. e861964 perf tools: Remove --perf-dir and --work-dir by Arnaldo Carvalho de Melo · 9 years ago
  34. 814b3f5 perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 9 years ago
  35. 0102ef3 perf hists: Rename __hists__add_entry to hists__add_entry by Jiri Olsa · 9 years ago
  36. cbb0bba perf script: Fix documentation of '-f' when it should be '-F' by Adrian Hunter · 9 years ago
  37. b573d80 kbuild: List libelf-devel as an alternative by Jean Delvare · 9 years ago
  38. 02469a9 Merge tag 'perf-core-for-mingo-20160615' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  39. 2fd457a perf probe: Add --cache option to cache the probe definitions by Masami Hiramatsu · 9 years ago
  40. dd97549 perf probe: Introduce perf_cache interfaces by Masami Hiramatsu · 9 years ago
  41. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 9 years ago
  42. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 9 years ago
  43. d05e3aa perf stdio: Add use_callchain parameter to hists__fprintf by Jiri Olsa · 9 years ago
  44. 8f1d1b4 perf stdio: Do not pass hists in hist_entry__fprintf by Jiri Olsa · 9 years ago
  45. 7a72a2e perf stdio: Separate standard headers output by Jiri Olsa · 9 years ago
  46. 5c854f3 perf stdio: Separate hierarchy headers output by Jiri Olsa · 9 years ago
  47. 36592eb perf stdio: Separate headers output by Jiri Olsa · 9 years ago
  48. 01b4770 perf tui: Separate hierarchy and standard headers output by Jiri Olsa · 9 years ago
  49. 94c3998 perf tools: Fix Data Object sort entry width index by Jiri Olsa · 9 years ago
  50. b0d745b perf mem: Add --ldlat option by Jiri Olsa · 9 years ago
  51. 906a827 perf unwind: Fix compile error for static cross build by He Kuang · 9 years ago
  52. c4ff492 perf probe: Uncomment and export synthesize_perf_probe_point() by Masami Hiramatsu · 9 years ago
  53. 0542bb9 perf probe: Add perf_probe_event__copy() by Masami Hiramatsu · 9 years ago
  54. 4698b8b perf buildid: Rename and export build_id_cache__cachedir() by Masami Hiramatsu · 9 years ago
  55. 844faa4 perf probe: Fix to add NULL check for strndup by Masami Hiramatsu · 9 years ago
  56. 2a1ef03 perf tools: Fix rm_rf() to handle non-regular files correctly by Masami Hiramatsu · 9 years ago
  57. 826424c perf config: Handle NULL at perf_config_set__delete() by Taeung Song · 9 years ago
  58. 2c95afc perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86 by Andi Kleen · 9 years ago
  59. 281ee05 perf/x86/intel/uncore: Remove redundant pci_get_drvdata() by Bjorn Helgaas · 9 years ago
  60. 3559ff9 Merge branch 'linus' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 9 years ago
  61. db06d75 Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 9 years ago
  62. 35398ee Merge tag 'regulator-fix-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  63. 0d2a8ef4 Merge remote-tracking branches 'regulator/fix/qcom-smd' and 'regulator/fix/tps51632' into regulator-linus by Mark Brown · 9 years ago
  64. 3bfbb4d regulator: qcom_smd: add list_voltage callback by Srinivas Kandagatla · 9 years ago
  65. 5edb564 Linux 4.7-rc3 by Linus Torvalds · 9 years ago
  66. 57120fa Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  67. 8714f8f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  68. 3a7c114 Merge tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  69. 45b00c9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  70. 5d1f702 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  71. 90735c9 Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  72. f1c32afd Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 9 years ago
  73. f89dec7 uvc_v4l2: Simplify compat ioctl implementation by Andy Lutomirski · 9 years ago
  74. a44323e uvc: Forward compat ioctls to their handlers directly by Andy Lutomirski · 9 years ago
  75. 3d0f0b6 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  76. ccf55f7 Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  77. c8f17d6 Merge tag 'hwmon-for-linus-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  78. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 9 years ago
  79. 29d6455 sched: panic on corrupted stack end by Jann Horn · 9 years ago
  80. 2f36db7 ecryptfs: forbid opening files without mmap handler by Jann Horn · 9 years ago
  81. e54ad7f proc: prevent stacking filesystems on top by Jann Horn · 9 years ago
  82. 33fc259 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  83. 75d089d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 60e3830 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 7fcbc23 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 02b07bd Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 606c17f Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. 94fcad6 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. 698ea54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  90. 729d378 Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  91. 00da900 Merge tag 'drm-fixes-for-v4.7-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  92. f758bbd Merge tag 'acpi-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  93. 524a3f2 Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  94. 9557c3c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  95. 9d98bce x86/ioapic: Fix incorrect pointers in ioapic_setup_resources() by Rui Wang · 9 years ago
  96. aaee8c3 x86/entry/traps: Don't force in_interrupt() to return true in IST handlers by Andy Lutomirski · 9 years ago
  97. 5021953 vmxnet3: segCnt can be 1 for LRO packets by Shrikrishna Khare · 9 years ago
  98. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 9 years ago
  99. ca8bdaf stmmac: fix parameter to dwmac4_set_umac_addr() by Ben Dooks · 9 years ago
  100. 8618e6e Merge branch 'mlx5-fixes' by David S. Miller · 9 years ago