summaryrefslogtreecommitdiffstats
path: root/tools/power
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-023-200/+244
|\
| * tools/power turbostat: introduce -s to dump countersAndy Shevchenko2014-02-011-33/+65
| * tools/power turbostat: remove unused command line optionAndy Shevchenko2014-02-011-3/+3
| * turbostat: Add option to report joules consumed per sampleDirk Brandewie2014-01-181-25/+66
| * turbostat: run on HSXLen Brown2014-01-181-11/+31
| * turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett2014-01-181-0/+1
| * turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett2014-01-181-69/+38
| * turbostat: Factor out common function to open file and exit on failureJosh Triplett2014-01-181-15/+16
| * turbostat: Add a helper to parse a single int out of a fileJosh Triplett2014-01-181-57/+24
| * turbostat: Check return value of fscanfJosh Triplett2014-01-181-4/+16
| * turbostat: Use GCC's CPUID functions to support PICJosh Triplett2014-01-181-5/+6
| * turbostat: Don't attempt to printf an off_t with %zxJosh Triplett2014-01-181-1/+1
| * turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett2014-01-182-2/+2
| |
| \
*-. \ Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki2014-01-174-13/+138
|\ \ \
| | * | cpupower: Fix sscanf robustness in cpufreq-setOne Thousand Gnomes2014-01-081-1/+1
| * | | ACPICA: acpidump: Cleanup tools/power/acpi makefiles.Lv Zheng2014-01-163-12/+137
| | |/ | |/|
* | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-4/+1
|\ \ \ | |/ / |/| |
| * | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-4/+1
* | | cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer2013-12-171-3/+3
| |/ |/|
* | tools: cpupower: fix wrong err msg not supported vs not availableThomas Renninger2013-11-251-2/+2
* | tools: cpupower: Add cpupower-idle-set(1) manpageThomas Renninger2013-11-252-1/+73
|/
* tools / power turbostat: Support SilvermontLen Brown2013-11-121-56/+141
* cpupower: Add Haswell family 0x45 specific idle monitor to show PC8,9,10 statesThomas Renninger2013-07-053-0/+198
* cpupower: Haswell also supports the C-states introduced with SandyBridgeThomas Renninger2013-07-051-0/+4
* cpupower: Introduce idle-set subcommand and C-state enabling/disablingThomas Renninger2013-07-056-9/+142
* cpupower: Implement disabling of cstate interfaceThomas Renninger2013-07-052-1/+123
* cpupower: Make idlestate usage unsignedThomas Renninger2013-07-053-16/+6
* turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett2013-06-131-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2013-05-111-1/+53
|\
| * tools/power turbostat: display C8, C9, C10 residencyKristen Carlson Accardi2013-04-171-1/+53
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ | |/ |/|
| * treewide: Fix typos in kernel messagesMasanari Iida2013-03-311-1/+1
* | tools/power turbostat: additional Haswell CPU-idLen Brown2013-03-151-1/+4
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-182-30/+54
|\
| * tools/power turbostat: display SMI count by defaultLen Brown2013-02-132-24/+38
| * tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown2013-02-081-6/+7
| * tools/power turbostat: support HaswellLen Brown2013-02-081-1/+10
* | ACPI tools / acpidump: must be run as root - install it into /usr/sbinThomas Renninger2013-02-051-1/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-12-185-81/+728
|\
| * tools: Allow tools to be installed in a user specified locationJosh Boyer2012-11-301-2/+4
| * tools/power: turbostat: make Makefile a bit more capableMark Asselstine2012-11-301-4/+16
| * tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu()Colin Ian King2012-11-301-1/+1
| * tools/power turbostat: v3.0: monitor Watts and TemperatureLen Brown2012-11-302-56/+690
| * tools/power turbostat: fix output buffering issueLen Brown2012-11-301-0/+1
| * tools/power turbostat: prevent infinite loop on migration error pathLen Brown2012-11-271-1/+10
| * tools/power/x86/turbostat: share kernel MSR #definesLen Brown2012-11-232-19/+8
* | cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger2012-11-272-2/+10
* | cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger2012-11-274-3/+48
* | cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox2012-11-271-5/+13
* | cpupower tools: Fix malloc of cpu_info structurePalmer Cox2012-11-272-19/+12