1. f673b7c Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 13 years ago
  2. d30c4b7 tools/power turbostat: fit output into 80 columns on snb-ep by Len Brown · 13 years ago
  3. 4d8a93c Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutils by Linus Torvalds · 13 years ago
  4. c11abbb Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  5. 029e9f7 cpupower: Do detect IDA (opportunistic processor performance) via cpuid by Thomas Renninger · 13 years ago
  6. 8fb2e44 cpupower: Show Intel turbo ratio support via ./cpupower frequency-info by Thomas Renninger · 13 years ago
  7. 76b659a cpupowerutils: increase MAX_LINE_LEN by Roman Vasiyarov · 13 years ago
  8. ee3db6f cpupower: Rename package from cpupowerutils to cpupower by Thomas Renninger · 13 years ago
  9. 4c22337 cpupowerutils: Rename: libcpufreq->libcpupower by Thomas Renninger · 13 years ago
  10. af594f0 cpupowerutils: use kernel version-derived version string by Dominik Brodowski · 13 years ago
  11. a1ce5ba cpupowerutils: utils - ConfigStyle bugfixes by Dominik Brodowski · 13 years ago
  12. 2cd005c cpupowerutils: helpers - ConfigStyle bugfixes by Dominik Brodowski · 13 years ago
  13. b510b54 cpupowerutils: idle_monitor - ConfigStyle bugfixes by Dominik Brodowski · 13 years ago
  14. 6c2b818 cpupowerutils: lib - ConfigStyle bugfixes by Dominik Brodowski · 13 years ago
  15. 02af3cb cpupowerutils: bench - ConfigStyle bugfixes by Dominik Brodowski · 13 years ago
  16. f5ac064 cpupowerutils: do not update po files on each and every compile by Dominik Brodowski · 13 years ago
  17. 7443af9 cpupowerutils: remove ccdv, use kernel quiet/verbose mechanism by Dominik Brodowski · 13 years ago
  18. c5db37f cpupowerutils: use COPYING, CREDITS from top-level directory by Dominik Brodowski · 13 years ago
  19. 7fe2f63 cpupowerutils - cpufrequtils extended with quite some features by Dominik Brodowski · 13 years ago
  20. aebdd82 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 13 years ago
  21. c0c463d Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  22. 08a4a43 perf tools, x86: Fix 32-bit compile on 64-bit system by David Ahern · 13 years ago
  23. baf040a perf tools: Make test use the preset debugfs path by Jiri Olsa · 13 years ago
  24. 13b6256 perf tools: Add automated tests for events parsing by Jiri Olsa · 13 years ago
  25. f120f9d perf tools: De-opt the parse_events function by Jiri Olsa · 13 years ago
  26. adc4bf9 perf script: Fix display of IP address for non-callchain path by David Ahern · 13 years ago
  27. eda3913 perf tools: Fix endian conversion reading event attr from file header by David Ahern · 13 years ago
  28. 0111919 perf tools: Add missing 'node' alias to the hw_cache[] array by Jiri Olsa · 13 years ago
  29. e4c0d0e tools/power x86_energy_perf_policy: fix print of uninitialized string by Len Brown · 13 years ago
  30. 250bae8 ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is not by Steven Rostedt · 13 years ago
  31. 43d1b65 ktest: Keep fonud configs separate from default configs by Steven Rostedt · 13 years ago
  32. 35ce595 ktest: Add prompt to use OUTPUT_MIN_CONFIG by Steven Rostedt · 13 years ago
  33. b9066f6 ktest: Use Kconfig dependencies to shorten time to make min_config by Steven Rostedt · 13 years ago
  34. 4c4ab12 ktest: Add test type make_min_config by Steven Rostedt · 13 years ago
  35. 14a8fd7 perf probe: Support adding probes on offline kernel modules by Masami Hiramatsu · 13 years ago
  36. 190b57f perf probe: Add probed module in front of function by Masami Hiramatsu · 13 years ago
  37. ff74178 perf probe: Introduce debuginfo to encapsulate dwarf information by Masami Hiramatsu · 13 years ago
  38. e0d153c perf-probe: Move dwarf library routines to dwarf-aux.{c, h} by Masami Hiramatsu · 13 years ago
  39. bcfc082 perf probe: Remove redundant dwarf functions by Masami Hiramatsu · 13 years ago
  40. bad03ae perf probe: Move strtailcmp to string.c by Masami Hiramatsu · 13 years ago
  41. baad2d3 perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END by Masami Hiramatsu · 13 years ago
  42. 259032b perf: Robustify proc and debugfs file recording by Sonny Rao · 13 years ago
  43. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  44. 9da4714 slub: slabinfo update for cmpxchg handling by Christoph Lameter · 13 years ago
  45. 3ae9a34d perf stat: Add noise output for csv mode by Zhengyu He · 13 years ago
  46. 343a031 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 13 years ago
  47. 10e6962 Merge commit 'v3.0-rc5' into perf/core by Ingo Molnar · 13 years ago
  48. cb1955b perf tools: Only display parent field if explictly sorted by Frederic Weisbecker · 13 years ago
  49. fd8ea21 perf tools: Allow sort dimensions to be registered more than once by Frederic Weisbecker · 13 years ago
  50. e84d212 perf tools: Don't display ignored entries on stdio ui by Frederic Weisbecker · 13 years ago
  51. 2fd701b perf tools: Remove sort print helpers declarations by Frederic Weisbecker · 13 years ago
  52. 872a878 perf tools: Make sort operations static by Frederic Weisbecker · 13 years ago
  53. d797fdc perf tools: Add inverted call graph report support. by Sam Liao · 13 years ago
  54. 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  55. 357ed6b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  56. 7cc2ed0 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  57. b4f9f2b Merge commit 'v3.0-rc3' into perf/core by Ingo Molnar · 13 years ago
  58. 203db29 tools/perf: Fix static build of perf tool by Mathias Krause · 13 years ago
  59. 37aa9a2 perf: clear out make flags when calling kernel make kernelver by Andy Whitcroft · 13 years ago
  60. 0df213c ktest: Require one TEST_START in config file by Steven Rostedt · 13 years ago
  61. ddf607e ktest: Add helper function to avoid duplicate code by Steven Rostedt · 13 years ago
  62. 1990207 ktest: Add IGNORE_WARNINGS to ignore warnings in some patches by Steven Rostedt · 13 years ago
  63. e7b1344 ktest: Fix tar extracting of modules to target by Steven Rostedt · 13 years ago
  64. 4892063 ktest: Have the testing tmp dir include machine name by Steven Rostedt · 13 years ago
  65. 0bd6c1a ktest: Add POST/PRE_BUILD options by Steven Rostedt · 13 years ago
  66. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 13 years ago
  67. db05cfe ktest: Allow initrd processing without modules defined by Steven Rostedt · 13 years ago
  68. 23715c3c ktest: Have LOG_FILE evaluate options as well by Steven Rostedt · 13 years ago
  69. ecaf8e5 ktest: Have wait on stdio honor bug timeout by Steven Rostedt · 13 years ago
  70. fcb3f16 ktest: Implement our own force min config by Steven Rostedt · 13 years ago
  71. 9064af5 ktest: Add TEST_NAME option by Steven Rostedt · 13 years ago
  72. 30f75da ktest: Add CONFIG_BISECT_GOOD option by Steven Rostedt · 13 years ago
  73. f1a5b96 ktest: Add detection of triple faults by Steven Rostedt · 13 years ago
  74. cd4f1d5 ktest: Notify reason to break out of monitoring boot by Steven Rostedt · 13 years ago
  75. 6aeccec Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  76. 5d61b9f perf: Use make kernelversion instead of parsing the Makefile by Michal Marek · 13 years ago
  77. 33726bf Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  78. 3ce2a0b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  79. 9a44fde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 13 years ago
  80. b273fa9 perf python: Fix argument name list of read_on_cpu() by Frederic Weisbecker · 13 years ago
  81. 5672238 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 13 years ago
  82. 9c850d6 perf python: Use exception to propagate errors by Arnaldo Carvalho de Melo · 13 years ago
  83. d21cc9f perf evlist: Remove dependency on debug routines by Arnaldo Carvalho de Melo · 13 years ago
  84. 7cec092 perf script: Add printing of sample address by David Ahern · 13 years ago
  85. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  86. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  87. 2cee77c perf stat: clarify unsupported events from uncounted events by David Ahern · 13 years ago
  88. 6434815 perf python: Cleanup useless double NULL termination in method arg names by Frederic Weisbecker · 13 years ago
  89. e95cc02 perf python: Fix argument name list of read_on_cpu() by Frederic Weisbecker · 13 years ago
  90. 9bf7174 ktest: Ignore unset values of the minconfig in config_bisect by Steven Rostedt · 13 years ago
  91. 4da46da ktest: Fix result of rebooting the kernel by Steven Rostedt · 13 years ago
  92. 4c8cc55 ktest: Fix off-by-one in config bisect result by Steven Rostedt · 13 years ago
  93. c2a7065 perf evlist: Don't die if sample_{id_all|type} is invalid by Arnaldo Carvalho de Melo · 13 years ago
  94. 5c6970a perf python: Use exception to propagate errors by Arnaldo Carvalho de Melo · 13 years ago
  95. bccdaba perf evlist: Remove dependency on debug routines by Arnaldo Carvalho de Melo · 13 years ago
  96. 4423fe4 virtio_test: support event index by Michael S. Tsirkin · 13 years ago
  97. e4a338d perf top: Don't stop if no kernel symtab is found by Arnaldo Carvalho de Melo · 13 years ago
  98. 5f6f558 perf top: Handle kptr_restrict by Arnaldo Carvalho de Melo · 13 years ago
  99. 59fb1ee perf top: Remove unused macro by Arnaldo Carvalho de Melo · 13 years ago
  100. 4af4c95 perf events: initialize fd array to -1 instead of 0 by David Ahern · 13 years ago