summaryrefslogtreecommitdiffstats
path: root/tools/power
AgeCommit message (Expand)AuthorLines
2014-02-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-200/+244
2014-02-01tools/power turbostat: introduce -s to dump countersAndy Shevchenko-33/+65
2014-02-01tools/power turbostat: remove unused command line optionAndy Shevchenko-3/+3
2014-01-18turbostat: Add option to report joules consumed per sampleDirk Brandewie-25/+66
2014-01-18turbostat: run on HSXLen Brown-11/+31
2014-01-18turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett-0/+1
2014-01-18turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett-69/+38
2014-01-18turbostat: Factor out common function to open file and exit on failureJosh Triplett-15/+16
2014-01-18turbostat: Add a helper to parse a single int out of a fileJosh Triplett-57/+24
2014-01-18turbostat: Check return value of fscanfJosh Triplett-4/+16
2014-01-18turbostat: Use GCC's CPUID functions to support PICJosh Triplett-5/+6
2014-01-18turbostat: Don't attempt to printf an off_t with %zxJosh Triplett-1/+1
2014-01-18turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett-2/+2
2014-01-17Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki-13/+138
2014-01-16ACPICA: acpidump: Cleanup tools/power/acpi makefiles.Lv Zheng-12/+137
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki-4/+1
2014-01-08cpupower: Fix sscanf robustness in cpufreq-setOne Thousand Gnomes-1/+1
2013-12-17cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer-3/+3
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng-4/+1
2013-11-25tools: cpupower: fix wrong err msg not supported vs not availableThomas Renninger-2/+2
2013-11-25tools: cpupower: Add cpupower-idle-set(1) manpageThomas Renninger-1/+73
2013-11-12tools / power turbostat: Support SilvermontLen Brown-56/+141
2013-07-05cpupower: Add Haswell family 0x45 specific idle monitor to show PC8,9,10 statesThomas Renninger-0/+198
2013-07-05cpupower: Haswell also supports the C-states introduced with SandyBridgeThomas Renninger-0/+4
2013-07-05cpupower: Introduce idle-set subcommand and C-state enabling/disablingThomas Renninger-9/+142
2013-07-05cpupower: Implement disabling of cstate interfaceThomas Renninger-1/+123
2013-07-05cpupower: Make idlestate usage unsignedThomas Renninger-16/+6
2013-06-13turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett-1/+1
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-1/+53
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-04-17tools/power turbostat: display C8, C9, C10 residencyKristen Carlson Accardi-1/+53
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida-1/+1
2013-03-15tools/power turbostat: additional Haswell CPU-idLen Brown-1/+4
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki-30/+54
2013-02-13tools/power turbostat: display SMI count by defaultLen Brown-24/+38
2013-02-08tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown-6/+7
2013-02-08tools/power turbostat: support HaswellLen Brown-1/+10
2013-02-05ACPI tools / acpidump: must be run as root - install it into /usr/sbinThomas Renninger-1/+1
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-81/+728
2012-11-30tools: Allow tools to be installed in a user specified locationJosh Boyer-2/+4
2012-11-30tools/power: turbostat: make Makefile a bit more capableMark Asselstine-4/+16
2012-11-30tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu()Colin Ian King-1/+1
2012-11-30tools/power turbostat: v3.0: monitor Watts and TemperatureLen Brown-56/+690
2012-11-30tools/power turbostat: fix output buffering issueLen Brown-0/+1
2012-11-27cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger-2/+10
2012-11-27cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger-3/+48
2012-11-27cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox-5/+13
2012-11-27cpupower tools: Fix malloc of cpu_info structurePalmer Cox-19/+12
2012-11-27cpupower tools: Fix issues with sysfs_topology_read_filePalmer Cox-8/+13
2012-11-27cpupower tools: Fix minor warningsPalmer Cox-21/+1