1. ce74f60 perf hists: Link hist entries before inserting to an output tree by Namhyung Kim · 12 years ago
  2. 9afcf93 perf hists: Exchange order of comparing items when collapsing hists by Namhyung Kim · 12 years ago
  3. 203e04c Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  4. c1b8414 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  5. f1b9939 arm64: makefile: fix uname munging when setting ARCH on native machine by Will Deacon · 12 years ago
  6. acb8fb0 perf tools: Fix building from 'make perf-*-src-pkg' tarballs by Sebastian Andrzej Siewior · 12 years ago
  7. 3a66553 selftests: IPC message queue copy feature test by Stanislav Kinsbursky · 12 years ago
  8. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  9. 6842d98 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  10. de929b0 virtio: tools: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  11. 2bf1cbf tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_test by Dave Jones · 12 years ago
  12. 5a55f8b breakpoint selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  13. ed8ad10 kcmp selftests: print fail status instead of cause make error by Dave Young · 12 years ago
  14. 63d2336 kcmp selftests: make run_tests fix by Dave Young · 12 years ago
  15. aabccae mem-hotplug selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  16. a58130d cpu-hotplug selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  17. 9ed1d90 mqueue selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  18. 000e06b vm selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  19. e05a1c6 Merge tag 'ktest-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 12 years ago
  20. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  21. dadfab4 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  22. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  23. e1a6c3d ktest: Test if target machine is up before install by Steven Rostedt · 12 years ago
  24. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  25. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  26. 1892517 ktest: Fix breakage from change of oldnoconfig to olddefconfig by Steven Rostedt · 12 years ago
  27. fcc1f2d selftests: add a test program for variable huge page sizes in mmap/shmget by Andi Kleen · 12 years ago
  28. 7786954 ktest: Add native support for syslinux boot loader by Steven Rostedt · 12 years ago
  29. 6a5971d Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  30. bad73c5 Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  31. 2376c67 perf top: Use perf_evlist__config() by Arnaldo Carvalho de Melo · 12 years ago
  32. 75d9a108 perf record: Export the callchain parsing routine and help by Arnaldo Carvalho de Melo · 12 years ago
  33. c5ff78c perf record: Pass perf_record_opts to the callchain cmdline parsing callback by Arnaldo Carvalho de Melo · 12 years ago
  34. c79a439 perf evsel: Decode read_format and sample_type in perf_evsel__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  35. 40c5ec7 perf tools: Add install-bin Makefile target by Arnaldo Carvalho de Melo · 12 years ago
  36. 0698aed perf evsel: Adopt fprintf routine from 'perf evlist' by Arnaldo Carvalho de Melo · 12 years ago
  37. f77a951 perf evlist: Set the leader in the perf_evlist__config method by Arnaldo Carvalho de Melo · 12 years ago
  38. 62b807f perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} by Arnaldo Carvalho de Melo · 12 years ago
  39. 3a5afae perf evsel: No need to always ask for PERF_FORMAT_ID in read_format by Arnaldo Carvalho de Melo · 12 years ago
  40. a496872 ktest: Sync before reboot by Steven Rostedt · 12 years ago
  41. 7a5a5ca perf evsel: Introduce method to request IDs be used by Arnaldo Carvalho de Melo · 12 years ago
  42. a60d795 perf test: Use perf_evsel__newtp constructor in the tracepoint tests by Arnaldo Carvalho de Melo · 12 years ago
  43. c5d3d50d perf test: Fixup error reporting in basic mmap test by Arnaldo Carvalho de Melo · 12 years ago
  44. 7be5ebe perf evsel: Update sample_size when setting sample_type bits by Arnaldo Carvalho de Melo · 12 years ago
  45. 3f067dc perf machine: Move more machine methods to machine.c by Arnaldo Carvalho de Melo · 12 years ago
  46. fbb6976 perf buildid-cache: Add option to show build ids that are missing in the cache by Arnaldo Carvalho de Melo · 12 years ago
  47. 417c2ff perf symbols: Generalize filter in __fprintf_buildid methods by Arnaldo Carvalho de Melo · 12 years ago
  48. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  49. f0bf910 perf buildid-list: We need to check if a file is ELF first by Arnaldo Carvalho de Melo · 12 years ago
  50. 044c4f8f perf tools: Fix TUI helpline output by Arnaldo Carvalho de Melo · 12 years ago
  51. 3b761f9 perf tools: Don't check configuration on make tags by Arnaldo Carvalho de Melo · 12 years ago
  52. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  53. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  54. fa283ad perf diff: Remove displacement from struct hist_entry_diff by Jiri Olsa · 12 years ago
  55. 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago
  56. 2cfda56 perf evsel: Set leader evsel's ->leader to itself by Namhyung Kim · 12 years ago
  57. 5fa9041 perf hists: Link hist entry pairs to leader by Namhyung Kim · 12 years ago
  58. 2850d94 perf hists: Fix typo on hist__entry_add_pair by Namhyung Kim · 12 years ago
  59. 3843b05 perf symbols: Ignore ABS symbols when loading data maps by Namhyung Kim · 12 years ago
  60. c0d246b perf hists: Fix period symbol_conf.field_sep display by Jiri Olsa · 12 years ago
  61. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  62. 35d48dd perf tools: Fix mmap limitations on 32-bit by David Miller · 12 years ago
  63. ee8d778 perf top: Add missing newline on pr_err call by Arnaldo Carvalho de Melo · 12 years ago
  64. 03cd209 perf session: Free environment information when deleting session by Namhyung Kim · 12 years ago
  65. 3cde41b perf tools: Don't check configuration on make clean by Namhyung Kim · 12 years ago
  66. b56e533 perf ui/helpline: Introduce ui_helpline__vshow() by Namhyung Kim · 12 years ago
  67. 7529142 perf ui: Always compile error printing code by Namhyung Kim · 12 years ago
  68. 919d590 perf symbols: Fix dso__fprintf() print statement by Stephane Eranian · 12 years ago
  69. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  70. 4a7d645 tools:virtio: fix compilation warning by Cong Ding · 12 years ago
  71. 9c76820 treewide: Fix typos in various drivers by Masanari Iida · 12 years ago
  72. 6fa79bc tools/firewire: nosy-dump: check for allocation failure by Stefan Richter · 12 years ago
  73. 455e987 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 55f1f545 tools: Allow tools to be installed in a user specified location by Josh Boyer · 12 years ago
  75. ee0778a tools/power: turbostat: make Makefile a bit more capable by Mark Asselstine · 12 years ago
  76. 84764a4 tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu() by Colin Ian King · 12 years ago
  77. 889facb tools/power turbostat: v3.0: monitor Watts and Temperature by Len Brown · 12 years ago
  78. ddac0d6 tools/power turbostat: fix output buffering issue by Len Brown · 12 years ago
  79. 8d219e3 cpupower: IvyBridge (0x3a and 0x3e models) support by Thomas Renninger · 12 years ago
  80. c8cfc3c cpupower: Provide -c param for cpupower monitor to schedule process on all cores by Thomas Renninger · 12 years ago
  81. ea1021f cpupower tools: Fix warning and a bug with the cpu package count by Palmer Cox · 12 years ago
  82. 35a1697 cpupower tools: Fix malloc of cpu_info structure by Palmer Cox · 12 years ago
  83. 53d2000 cpupower tools: Fix issues with sysfs_topology_read_file by Palmer Cox · 12 years ago
  84. fb8eaeb cpupower tools: Fix minor warnings by Palmer Cox · 12 years ago
  85. 275a4dc cpupower tools: Update .gitignore for files created in the debug directories by Palmer Cox · 12 years ago
  86. 8c00bdf cpupower tools: Remove brace expansion from clean target by Palmer Cox · 12 years ago
  87. e52966c tools/power turbostat: prevent infinite loop on migration error path by Len Brown · 12 years ago
  88. 9c63a65 tools/power/x86/turbostat: share kernel MSR #defines by Len Brown · 12 years ago
  89. 7321090 perf kvm: Fix building perf kvm on non x86 arches by Xiao Guangrong · 12 years ago
  90. 3786063 perf kvm: Rename perf_kvm to perf_kvm_stat by Xiao Guangrong · 12 years ago
  91. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  92. f2d9cae perf powerpc: Use uapi/unistd.h to fix build error by Sukadev Bhattiprolu · 12 years ago
  93. 2b73f65 tools: Pass the target in descend by David Howells · 12 years ago
  94. bf35182 tools: Honour the O= flag when tool build called from a higher Makefile by David Howells · 12 years ago
  95. ca9dfc6 tools: Define a Makefile function to do subdir processing by David Howells · 12 years ago
  96. 98c4514 Merge 3.7-rc6 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  97. d892de8 tools/hv: Fix string types by Tomas Hozza · 12 years ago
  98. 95a69ad tools: hv: Netlink source address validation allows DoS by Tomas Hozza · 12 years ago
  99. 79e979e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  100. 07ac002 perf evsel: Introduce is_group_member method by Arnaldo Carvalho de Melo · 12 years ago