1. 73659be Merge branches 'pm-core', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 8 years ago
  2. 9185e98 tools/power turbostat: work around RC6 counter wrap by Len Brown · 8 years ago
  3. cdc5727 tools/power turbostat: initial KBL support by Len Brown · 8 years ago
  4. ec53e59 tools/power turbostat: initial SKX support by Len Brown · 8 years ago
  5. e8efbc8 tools/power turbostat: decode BXT TSC frequency via CPUID by Len Brown · 8 years ago
  6. e4085d5 tools/power turbostat: initial BXT support by Len Brown · 8 years ago
  7. 5a63426 tools/power turbostat: print IRTL MSRs by Len Brown · 8 years ago
  8. 8ae7225 tools/power turbostat: SGX state should print only if --debug by Len Brown · 8 years ago
  9. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  10. 685b535 tools/power turbostat: bugfix: TDP MSRs print bits fixing by Chen Yu · 9 years ago
  11. 6c34f16 tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dump by Len Brown · 8 years ago
  12. 5aea2f7 tools/power turbostat: call __cpuid() instead of __get_cpuid() by Len Brown · 8 years ago
  13. aa8d8cc tools/power turbostat: indicate SMX and SGX support by Len Brown · 8 years ago
  14. 0102b06 tools/power turbostat: detect and work around syscall jitter by Len Brown · 8 years ago
  15. fdf676e tools/power turbostat: show GFX%rc6 by Len Brown · 8 years ago
  16. 27d4735 tools/power turbostat: show GFXMHz by Len Brown · 8 years ago
  17. 562a2d3 tools/power turbostat: show IRQs per CPU by Len Brown · 8 years ago
  18. 3622989 tools/power turbostat: make fewer systems calls by Len Brown · 8 years ago
  19. 58cc30a tools/power turbostat: fix compiler warnings by Len Brown · 8 years ago
  20. b7d8c14 tools/power turbostat: add --out option for saving output in a file by Len Brown · 8 years ago
  21. 75d2e44 tools/power turbostat: re-name "%Busy" field to "Busy%" by Len Brown · 8 years ago
  22. cbf97ab tools/power turbostat: Intel Xeon x200: fix turbo-ratio decoding by Hubert Chrzaniuk · 8 years ago
  23. 121b48b tools/power turbostat: Intel Xeon x200: fix erroneous bclk value by Chrzaniuk, Hubert · 8 years ago
  24. 2a0609c tools/power turbostat: allow sub-sec intervals by Len Brown · 8 years ago
  25. 1b69317 tools/power turbostat: fix various build warnings by Colin Ian King · 8 years ago
  26. f005731 tools/power turbostat: Decode MSR_MISC_PWR_MGMT by Len Brown · 9 years ago
  27. 7f5c258 tools/power turbostat: decode HWP registers by Len Brown · 9 years ago
  28. 61a87ba tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequency by Len Brown · 9 years ago
  29. 69807a6 tools/power turbostat: decode more CPUID fields by Len Brown · 9 years ago
  30. ec0adc5 tools/power turbostat: use new name for MSR_PLATFORM_INFO by Len Brown · 9 years ago
  31. 759d2a9 tools/power turbostat: bugfix: print MAX_NON_TURBO_RATIO by Len Brown · 9 years ago
  32. 21ed557 tools/power turbostat: simplify Bzy_MHz calculation by Len Brown · 9 years ago
  33. af71b98 tools/power turbosat: update version number by Len Brown · 9 years ago
  34. a2b7b74 tools/power turbostat: SKL: Adjust for TSC difference from base frequency by Len Brown · 9 years ago
  35. b2b34df tools/power turbostat: KNL workaround for %Busy and Avg_MHz by Hubert Chrzaniuk · 9 years ago
  36. 756357b tools/power turbostat: IVB Xeon: fix --debug regression by Len Brown · 9 years ago
  37. 82bb70c Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-tools by Rafael J. Wysocki · 9 years ago
  38. bd6906e tools/power turbostat: fix typo on DRAM column in Joules-mode by Len Brown · 9 years ago
  39. a01e72f tools/power turbostat: fix parameter passing for forked command by Len Brown · 9 years ago
  40. 6fb3143 tools/power turbostat: dump CONFIG_TDP by Len Brown · 9 years ago
  41. bfae205 tools/power turbostat: cpu0 is no longer hard-coded, so update output by Len Brown · 9 years ago
  42. b72e746 x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers by Borislav Petkov · 9 years ago
  43. 75fd7ff tools/power turbostat: update turbostat(8) by Len Brown · 9 years ago
  44. a68c7c3 tools/power turbostat: update version number to 4.7 by Len Brown · 9 years ago
  45. 7ce7d5d tools/power turbostat: allow running without cpu0 by Prarit Bhargava · 9 years ago
  46. e9be7dd tools/power turbostat: correctly decode of ENERGY_PERFORMANCE_BIAS by Len Brown · 9 years ago
  47. fb5d432 tools/power turbostat: enable turbostat to support Knights Landing (KNL) by Dasaratharaman Chandramouli · 9 years ago
  48. e275b38 tools/power turbostat: correctly display more than 2 threads/core by Dasaratharaman Chandramouli · 9 years ago
  49. e9257f5 tools/power turbostat: correct dumped pkg-cstate-limit value by Len Brown · 9 years ago
  50. 8a5bdf4 tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKL by Len Brown · 9 years ago
  51. 40ee8e3 tools/power turbostat: correct DRAM RAPL units on recent Xeon processors by Andrey Semin · 10 years ago
  52. 0b2bb69 tools/power turbostat: Initial Skylake support by Len Brown · 9 years ago
  53. f82263c tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O= option in Makefile by Thomas D · 10 years ago
  54. a21d38c tools/power turbostat: modprobe msr, if needed by Len Brown · 9 years ago
  55. fcd1721 tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2 by Len Brown · 9 years ago
  56. 12bb43c tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT names by Len Brown · 9 years ago
  57. 8f61f35 tools/power turbostat: label base frequency by Len Brown · 9 years ago
  58. e33cbe8 tools/power turbostat: update PERF_LIMIT_REASONS decoding by Len Brown · 9 years ago
  59. 1cc21f7 tools/power turbostat: simplify default output by Len Brown · 9 years ago
  60. 48a0631 tools/power turbostat: support additional Broadwell model by Len Brown · 9 years ago
  61. d8af6f5 tools/power turbostat: update parameters, documentation by Len Brown · 9 years ago
  62. ee7e38e tools/power turbostat: Skip printing disabled package C-states by Len Brown · 9 years ago
  63. a729617 tools/power turbostat: relax dependency on APERF_MSR by Len Brown · 9 years ago
  64. d789944 tools/power turbostat: relax dependency on invariant TSC by Len Brown · 9 years ago
  65. 3a9a941 tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS by Len Brown · 10 years ago
  66. 98481e7 tools/power turbostat: relax dependency on root permission by Len Brown · 10 years ago
  67. e7c95ff tools/power turbostat: tweak whitespace in output format by Len Brown · 10 years ago
  68. 3482124 tools / power: turbostat: Drop temperature checks by Jean Delvare · 10 years ago
  69. 4e8e863f tools/power turbostat: Run on Broadwell by Len Brown · 10 years ago
  70. fc04cc6 tools/power turbostat: simplify output, add Avg_MHz by Len Brown · 10 years ago
  71. 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 10 years ago
  72. f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 10 years ago
  73. 5c56be9 turbostat: Add option to report joules consumed per sample by Dirk Brandewie · 11 years ago
  74. e6f9bb3 turbostat: run on HSX by Len Brown · 11 years ago
  75. 7ade7f4 turbostat: Add a .gitignore to ignore the compiled turbostat binary by Josh Triplett · 11 years ago
  76. b2c95d9 turbostat: Clean up error handling; disambiguate error messages; use err and errx by Josh Triplett · 11 years ago
  77. 57a42a3 turbostat: Factor out common function to open file and exit on failure by Josh Triplett · 11 years ago
  78. 95aebc4 turbostat: Add a helper to parse a single int out of a file by Josh Triplett · 11 years ago
  79. 7482341 turbostat: Check return value of fscanf by Josh Triplett · 11 years ago
  80. 2b92865 turbostat: Use GCC's CPUID functions to support PIC by Josh Triplett · 11 years ago
  81. 2e9c6bc turbostat: Don't attempt to printf an off_t with %zx by Josh Triplett · 11 years ago
  82. b731f31 turbostat: Don't put unprocessed uapi headers in the include path by Josh Triplett · 11 years ago
  83. 144b44b tools / power turbostat: Support Silvermont by Len Brown · 11 years ago
  84. b844db3 turbostat: Increase output buffer size to accommodate C8-C10 by Josh Triplett · 11 years ago
  85. ca58710 tools/power turbostat: display C8, C9, C10 residency by Kristen Carlson Accardi · 12 years ago
  86. 149c231 tools/power turbostat: additional Haswell CPU-id by Len Brown · 11 years ago
  87. 1ed5101 tools/power turbostat: display SMI count by default by Len Brown · 11 years ago
  88. 6792041 tools/power turbostat: decode MSR_IA32_POWER_CTL by Len Brown · 11 years ago
  89. 70b4340 tools/power turbostat: support Haswell by Len Brown · 11 years ago
  90. 6842d98 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  91. 55f1f545 tools: Allow tools to be installed in a user specified location by Josh Boyer · 12 years ago
  92. ee0778a tools/power: turbostat: make Makefile a bit more capable by Mark Asselstine · 12 years ago
  93. 84764a4 tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu() by Colin Ian King · 12 years ago
  94. 889facb tools/power turbostat: v3.0: monitor Watts and Temperature by Len Brown · 12 years ago
  95. ddac0d6 tools/power turbostat: fix output buffering issue by Len Brown · 12 years ago
  96. e52966c tools/power turbostat: prevent infinite loop on migration error path by Len Brown · 12 years ago
  97. 9c63a65 tools/power/x86/turbostat: share kernel MSR #defines by Len Brown · 12 years ago
  98. d91bb17 tools/power turbostat: graceful fail on garbage input by Len Brown · 12 years ago
  99. 39300ff tools/power turbostat: Repair Segmentation fault when using -i option by Len Brown · 12 years ago
  100. f924081 tools/power/turbostat: add option to count SMIs, re-name some options by Len Brown · 12 years ago