1. d944c4e tools: Consolidate types.h by Borislav Petkov · 10 years ago
  2. 5ac3e4b tools: Unify export.h by Borislav Petkov · 10 years ago
  3. 2519d3b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  4. 3617660 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  5. aeffe2a Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 10 years ago
  6. e5744fe bpf_dbg: fix wrong register usage by Brendan Hickey · 10 years ago
  7. 9a12672 perf tests x86: Fix stack map lookup in dwarf unwind test by Jiri Olsa · 10 years ago
  8. 6392b4e perf x86: Fix perf to use non-executable stack, again by Mathias Krause · 10 years ago
  9. 603940b perf tools: Remove extra '/' character in events file path by Xia Kaixu · 10 years ago
  10. 61d4290 perf machine: Search for modules in %s/lib/modules/%s by Richard Yao · 10 years ago
  11. 611ec12 perf tests: Add static build make test by Jiri Olsa · 10 years ago
  12. 2cf9040 perf tools: Fix bfd dependency libraries detection by Jiri Olsa · 10 years ago
  13. e27a08f perf tools: Use LDFLAGS instead of ALL_LDFLAGS by Jiri Olsa · 10 years ago
  14. 8ab596a perf tools ARM64: Wire up perf_regs and unwind support by Jean Pihet · 10 years ago
  15. 88080ce perf tools: Move u64_swap union by Borislav Petkov · 10 years ago
  16. c0bc8c6 perf tests: Add a test of kvm-390: trace event by Alexander Yarygin · 10 years ago
  17. 615b8f9 perf tests: Add numeric identifier to evlist_test by Alexander Yarygin · 10 years ago
  18. 2b9032e perf tools: Parse tracepoints with '-' in system name by Alexander Yarygin · 10 years ago
  19. e148c76 perf tools: Handle EINTR error for readn/writen by Namhyung Kim · 10 years ago
  20. fabf01238 perf tests: Add map groups sharing with thread object test by Jiri Olsa · 10 years ago
  21. cddcef6 perf tools: Share map_groups among threads of the same group by Jiri Olsa · 10 years ago
  22. a26ca67 perf tools: Reference count map_groups objects by Arnaldo Carvalho de Melo · 10 years ago
  23. 93d5731 perf tools: Allocate thread map_groups's dynamically by Arnaldo Carvalho de Melo · 10 years ago
  24. 4e85edf perf tests: Add thread maps lookup automated tests by Jiri Olsa · 10 years ago
  25. 3c3cfd9 perf tests: Add a test case for hists filtering by Namhyung Kim · 10 years ago
  26. 6e344a9 perf tests: Factor out fake_setup_machine() by Namhyung Kim · 10 years ago
  27. 2933d78 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  28. 42ebd27 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
  29. c3b7895 perf hists/tui: Count callchain rows separately by Namhyung Kim · 10 years ago
  30. 268397c perf top/tui: Update nr_entries properly after a filter is applied by Namhyung Kim · 10 years ago
  31. 112f761 perf ui/tui: Rename hist_browser__update_nr_entries() by Namhyung Kim · 10 years ago
  32. c481f93 perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries() by Namhyung Kim · 10 years ago
  33. 3186b68 perf hists: Add missing update on filtered stats in hists__decay_entries() by Namhyung Kim · 10 years ago
  34. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 10 years ago
  35. 87e90f4 perf hists: Collapse expanded callchains after filter is applied by Namhyung Kim · 10 years ago
  36. 9283ba9 perf hists: Add a couple of hists stat helper functions by Namhyung Kim · 10 years ago
  37. ae993ef perf hists: Move column length calculation out of hists__inc_stats() by Namhyung Kim · 10 years ago
  38. 6263835 perf hists: Rename hists__inc_stats() by Namhyung Kim · 10 years ago
  39. 58c311d perf report: Count number of entries separately by Namhyung Kim · 10 years ago
  40. 89b90ee Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 10 years ago
  41. de04f86 tools lib traceevent: Fix memory leak in pretty_print() by Steven Rostedt · 10 years ago
  42. 4508793 tools lib traceevent: Fix backward compatibility macros for pevent filter enums by Steven Rostedt · 10 years ago
  43. 4dc549e perf tools: Disable libdw unwind for all but x86 arch by Jiri Olsa · 10 years ago
  44. 763d7f5 perf tests x86: Fix memory leak in sample_ustack() by Masanari Iida · 10 years ago
  45. cff6bb4 perf callchain: Add generic report parse callchain callback function by Don Zickus · 10 years ago
  46. 4b62795 perf kmem: Utilize the new generic cpunode_map by Don Zickus · 10 years ago
  47. f5b1f4e perf tools: Use cpu/possible instead of cpu/kernel_max by Don Zickus · 10 years ago
  48. 7780c25 perf tools: Allow ability to map cpus to nodes easily by Don Zickus · 10 years ago
  49. 7c2f816 perf tools: Fix pmu object compilation error by Jiri Olsa · 10 years ago
  50. 75e4f20 tools/power/acpi: Minor bugfixes by Thomas Renninger · 10 years ago
  51. 200bde2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. ffa9188 perf tools: Improve error reporting by Adrien BAK · 10 years ago
  53. 922d0e4 perf tools: Adjust symbols in VDSO by Vladimir Nikulichev · 10 years ago
  54. acb61fc perf kvm: Fix 'Min time' counting in report command by Alexander Yarygin · 10 years ago
  55. 25bfe4f Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  56. 1111b680 Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. by Ingo Molnar · 10 years ago
  57. 2a83dc7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. d99d591 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. 314672a Tools: hv: Handle the case when the target file exists correctly by K. Y. Srinivasan · 10 years ago
  60. a83edb2 perf sched: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  61. a2368c3 perf lock: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  62. 8d2a2a1 perf mem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  63. 3bca235 perf kmem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  64. 95ce0ba perf tools: Show absolute percentage by default by Namhyung Kim · 11 years ago
  65. 105eb30 perf ui/tui: Add 'F' hotkey to toggle percentage output by Namhyung Kim · 11 years ago
  66. 0b93da1 perf tools: Add hist.percentage config option by Namhyung Kim · 11 years ago
  67. 8810f6c perf diff: Add --percentage option by Namhyung Kim · 11 years ago
  68. 33db456 perf top: Add --percentage option by Namhyung Kim · 11 years ago
  69. f214833 perf report: Add --percentage option by Namhyung Kim · 11 years ago
  70. 1ab1fa5 perf hists: Add support for showing relative percentage by Namhyung Kim · 11 years ago
  71. c9e87a4 perf tools: Instead of redirecting flex output, use -o by Cody P Schafer · 10 years ago
  72. ae450a7 perf tools: Fix double free in perf test 21 (code-reading.c) by Adrian Hunter · 10 years ago
  73. fbdd17e Merge branch 'perf-core-for-mingo' into perf/urgent by Ingo Molnar · 10 years ago
  74. 65063ce Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into core/urgent by Ingo Molnar · 10 years ago
  75. 90f6bb6 perf stat: Initialize statistics correctly by Andi Kleen · 10 years ago
  76. 40ba93e perf bench: Set more defaults in the 'numa' suite by Ramkumar Ramachandra · 10 years ago
  77. 5673872 perf bench: Fix segfault at the end of an 'all' execution by Ramkumar Ramachandra · 10 years ago
  78. 95a2b3c perf bench: Update manpage to mention numa and futex by Ramkumar Ramachandra · 10 years ago
  79. 03d8941 perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi() by Namhyung Kim · 10 years ago
  80. 182c228 perf probe: Fix to handle errors in line_range searching by Masami Hiramatsu · 10 years ago
  81. 202c7c1 perf probe: Fix --line option behavior by Namhyung Kim · 10 years ago
  82. 2c529e4 perf tools: Pick up libdw without explicit LIBDW_DIR by Ramkumar Ramachandra · 10 years ago
  83. 9458955 perf callchains: Disable unwind libraries when libelf isn't found by Arnaldo Carvalho de Melo · 10 years ago
  84. 9e9e5df tools lib traceevent: Do not call warning() directly by Namhyung Kim · 10 years ago
  85. 3388cc3 tools lib traceevent: Print event name when show warning if possible by Namhyung Kim · 10 years ago
  86. 5e09714 perf top: Fix documentation of invalid -s option by Namhyung Kim · 10 years ago
  87. eeb91e4 Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  88. 8c73c4d Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  89. 73df623 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpuidle by Rafael J. Wysocki · 10 years ago
  90. 65a6a41 tools/vm/page-types.c: page-cache sniffing feature by Konstantin Khlebnikov · 10 years ago
  91. 18a1a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  92. 05b1332 Merge tag 'ktest-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 10 years ago
  93. 23a299c Merge branches 'turbostat' and 'intel_idle' into release by Len Brown · 10 years ago
  94. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  95. 64056a9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  96. 235c7b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  97. 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  98. be227b4 tools/liblockdep: Add proper versioning to the shared obj by Sasha Levin · 10 years ago
  99. 95f7547 tools/liblockdep: Ignore asmlinkage and visible by Sasha Levin · 10 years ago
  100. 8c292f1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago