aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki16-175/+456
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki2-2/+2
2014-05-29ACPICA: acpidump: Fix repetitive table dump in -n mode.Lv Zheng1-0/+4
2014-05-17cpupower: Remove mc and smt power aware scheduler info/settingsThomas Renninger4-106/+5
2014-05-17cpupower: cpupower info -b should return 0 on success, not the perf bias valueThomas Renninger1-3/+4
2014-05-17cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not availableThomas Renninger1-0/+14
2014-05-17cpupower: Install recently added cpupower-idle-{set, info} manpagesThomas Renninger1-0/+2
2014-05-17cpupower: Introduce idle state disable-by-latency and enable-allThomas Renninger2-8/+77
2014-05-17cpupower: Remove all manpages on make uninstallRamkumar Ramachandra1-2/+6
2014-05-17cpupower: Remove dead link to homepage, and update the targets built.Ramkumar Ramachandra2-10/+7
2014-05-17cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.Ramkumar Ramachandra1-6/+6
2014-05-07ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.Lv Zheng1-0/+12
2014-05-07ACPICA: acpidump: Add support to force using RSDT.Lv Zheng3-18/+50
2014-05-07ACPICA: acpidump: Fix truncated RSDP signature validation.Lv Zheng1-10/+31
2014-05-07ACPICA: acpidump: Fix code issue in invoking fread in the loop.Lv Zheng1-11/+6
2014-05-07Merge back earlier ACPICA material.Rafael J. Wysocki12-574/+3216
2014-05-07PM / tools: cpupower: add option to display values without round offsPrarit Bhargava2-40/+73
2014-05-07tools / power: turbostat: Drop temperature checksJean Delvare1-2/+2
2014-05-01cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar2-2/+2
2014-04-28ACPI / tools: Introduce ec_access.c - tool to access the ECThomas Renninger3-0/+262
2014-04-21tools/power/acpi: Minor bugfixesThomas Renninger1-10/+1
2014-04-20ACPICA: acpidump: Update man page.Lv Zheng1-12/+73
2014-04-20ACPICA: acpidump: Remove old acpidump source.Lv Zheng1-559/+0
2014-04-20ACPICA: acpidump: Update Makefile to build acpidump from ACPICA.Lv Zheng1-3/+23
2014-04-20ACPICA: acpidump: Update new structures and add missing file.Lv Zheng1-0/+101
2014-04-20ACPICA: acpidump: Add support to generate acpidump release.Lv Zheng8-0/+3019
2014-03-05tools/power turbostat: Run on BroadwellLen Brown1-1/+11
2014-03-05tools/power turbostat: simplify output, add Avg_MHzLen Brown2-205/+150
2014-02-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds3-200/+244
2014-02-01tools/power turbostat: introduce -s to dump countersAndy Shevchenko1-33/+65
2014-02-01tools/power turbostat: remove unused command line optionAndy Shevchenko1-3/+3
2014-01-18turbostat: Add option to report joules consumed per sampleDirk Brandewie1-25/+66
2014-01-18turbostat: run on HSXLen Brown1-11/+31
2014-01-18turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett1-0/+1
2014-01-18turbostat: Clean up error handling; disambiguate error messages; use err and errxJosh Triplett1-69/+38
2014-01-18turbostat: Factor out common function to open file and exit on failureJosh Triplett1-15/+16
2014-01-18turbostat: Add a helper to parse a single int out of a fileJosh Triplett1-57/+24
2014-01-18turbostat: Check return value of fscanfJosh Triplett1-4/+16
2014-01-18turbostat: Use GCC's CPUID functions to support PICJosh Triplett1-5/+6
2014-01-18turbostat: Don't attempt to printf an off_t with %zxJosh Triplett1-1/+1
2014-01-18turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett2-2/+2
2014-01-17Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki4-13/+138
2014-01-16ACPICA: acpidump: Cleanup tools/power/acpi makefiles.Lv Zheng3-12/+137
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-4/+1
2014-01-08cpupower: Fix sscanf robustness in cpufreq-setOne Thousand Gnomes1-1/+1
2013-12-17cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer1-3/+3
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-4/+1
2013-11-25tools: cpupower: fix wrong err msg not supported vs not availableThomas Renninger1-2/+2
2013-11-25tools: cpupower: Add cpupower-idle-set(1) manpageThomas Renninger2-1/+73
2013-11-12tools / power turbostat: Support SilvermontLen Brown1-56/+141