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-08-161-40/+40
|\
| * tools/power turbostat: tweak whitespace in output formatLen Brown2014-08-151-40/+40
* | Merge branch 'pm-tools'Rafael J. Wysocki2014-08-054-26/+28
|\ \
| * | cpupower: Remove redundant error checkPeter Senna Tschudin2014-07-301-6/+5
| * | cpupower: bench: parse.c: Fix several minor errorsRickard Strandqvist2014-07-301-18/+21
| * | cpupower: mperf monitor: Correct use of ! and &Himangi Saraogi2014-07-301-1/+1
| * | PM / tools: cpupower: drop negativity check on unsigned valueAndrey Utkin2014-07-191-1/+1
| |/
* | ACPICA: utprint/oslibcfs: cleanup - no functional changeBob Moore2014-07-081-15/+15
* | ACPICA: OSL: Update acpidump to reduce source code differencesLv Zheng2014-07-082-7/+27
* | ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2014-07-083-9/+11
* | ACPICA: acpidump: Replace file IOs with new APIs to improve portabilityLv Zheng2014-07-084-72/+69
* | ACPICA: acpidump: Remove exit() from generic layer to improve portabilityLv Zheng2014-07-081-18/+32
* | ACPICA: acpidump: Add memory/string OSL usage to improve portabilityLv Zheng2014-07-082-13/+14
* | ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng2014-07-082-9/+8
* | ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng2014-07-082-9/+14
* | ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng2014-07-081-4/+4
* | ACPICA: Utilities: Add formatted printing APIsLv Zheng2014-07-081-0/+7
* | ACPICA: OSL: Add portable file IO to improve portabilityLv Zheng2014-07-081-0/+214
* | ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng2014-07-084-22/+1306
* | ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng2014-07-082-1/+1
* | ACPICA: acpidump: Add support for ACPI 1.0 GUID in LinuxLv Zheng2014-07-081-7/+41
|/
*-. Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki2014-06-0316-175/+456
|\ \
| | * cpupower: Remove mc and smt power aware scheduler info/settingsThomas Renninger2014-05-174-106/+5
| | * cpupower: cpupower info -b should return 0 on success, not the perf bias valueThomas Renninger2014-05-171-3/+4
| | * cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not ava...Thomas Renninger2014-05-171-0/+14
| | * cpupower: Install recently added cpupower-idle-{set, info} manpagesThomas Renninger2014-05-171-0/+2
| | * cpupower: Introduce idle state disable-by-latency and enable-allThomas Renninger2014-05-172-8/+77
| | * cpupower: Remove all manpages on make uninstallRamkumar Ramachandra2014-05-171-2/+6
| | * cpupower: Remove dead link to homepage, and update the targets built.Ramkumar Ramachandra2014-05-172-10/+7
| | * cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.Ramkumar Ramachandra2014-05-171-6/+6
| | * PM / tools: cpupower: add option to display values without round offsPrarit Bhargava2014-05-072-40/+73
| | * tools / power: turbostat: Drop temperature checksJean Delvare2014-05-071-2/+2
| * | ACPI / tools: Introduce ec_access.c - tool to access the ECThomas Renninger2014-04-283-0/+262
| |/
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-06-032-2/+2
|\ \
| * | cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar2014-05-012-2/+2
| |/
* | ACPICA: acpidump: Fix repetitive table dump in -n mode.Lv Zheng2014-05-291-0/+4
* | ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.Lv Zheng2014-05-071-0/+12
* | ACPICA: acpidump: Add support to force using RSDT.Lv Zheng2014-05-073-18/+50
* | ACPICA: acpidump: Fix truncated RSDP signature validation.Lv Zheng2014-05-071-10/+31
* | ACPICA: acpidump: Fix code issue in invoking fread in the loop.Lv Zheng2014-05-071-11/+6
* | Merge back earlier ACPICA material.Rafael J. Wysocki2014-05-0712-574/+3216
|\ \ | |/ |/|
| * ACPICA: acpidump: Update man page.Lv Zheng2014-04-201-12/+73
| * ACPICA: acpidump: Remove old acpidump source.Lv Zheng2014-04-201-559/+0
| * ACPICA: acpidump: Update Makefile to build acpidump from ACPICA.Lv Zheng2014-04-201-3/+23
| * ACPICA: acpidump: Update new structures and add missing file.Lv Zheng2014-04-201-0/+101
| * ACPICA: acpidump: Add support to generate acpidump release.Lv Zheng2014-04-208-0/+3019
* | tools/power/acpi: Minor bugfixesThomas Renninger2014-04-211-10/+1
|/
* tools/power turbostat: Run on BroadwellLen Brown2014-03-051-1/+11
* tools/power turbostat: simplify output, add Avg_MHzLen Brown2014-03-052-205/+150
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-023-200/+244
|\