summaryrefslogtreecommitdiffstats
path: root/tools/power
AgeCommit message (Expand)AuthorLines
2016-11-16tools/power/acpi: Remove direct kernel source include referenceLv Zheng-34/+53
2016-11-01cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-setLaura Abbott-5/+2
2016-09-10ACPICA: Cleanup for all string-to-integer conversionsBob Moore-4/+6
2016-08-13ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...Lv Zheng-295/+81
2016-08-13ACPICA: Clib: Add -nostdinc support for EFI layerLv Zheng-5/+4
2016-08-13ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng-2/+1
2016-08-13ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng-6/+0
2016-08-13ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined ...Lv Zheng-2/+2
2016-08-13ACPICA: acpidump: Fix a duplicate variable definitionLv Zheng-6/+1
2016-08-13ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to linkLv Zheng-3/+0
2016-08-13ACPICA: iASL/Disassembler: Add a check for missing filenameBob Moore-1/+1
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-3/+4
2016-07-07tools/power turbostat: Replace MSR_NHM_TURBO_RATIO_LIMITSrinivas Pandruvada-2/+2
2016-06-28tools/turbostat: allow user to alter DESTDIR and PREFIXAndy Shevchenko-2/+2
2016-06-23tools/acpi: use CROSS_COMPILE to define prefixAndy Shevchenko-3/+4
2016-05-16Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-43/+51
2016-05-16Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki-2/+2
2016-05-06Merge back new ACPICA material for v4.7.Rafael J. Wysocki-41/+49
2016-05-05ACPICA: Move all ASCII utilities to a common fileBob Moore-1/+8
2016-05-05ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng-37/+36
2016-05-05cpupower: fix potential memory leakArjun Sreedharan-3/+5
2016-04-28cpupower: Add cpuidle parts into libraryThomas Renninger-931/+1242
2016-04-28cpupowerutils: bench: trivial fix of spelling mistake on "average"Colin Ian King-3/+3
2016-04-28Fix cpupower manpages "NAME" sectionMattia Dongili-4/+4
2016-04-28cpupower: bench: parse.c: fix several resource leaksColin Ian King-3/+11
2016-04-28Honour user's LDFLAGSMattia Dongili-1/+1
2016-04-09tools/power/acpi: close file only if it is openLv Zheng-2/+2
2016-04-08Merge branches 'pm-core', 'powercap' and 'pm-tools'Rafael J. Wysocki-10/+107
2016-04-07tools/power turbostat: work around RC6 counter wrapLen Brown-4/+15
2016-04-07tools/power turbostat: initial KBL supportLen Brown-0/+14
2016-04-07tools/power turbostat: initial SKX supportLen Brown-1/+8
2016-04-07tools/power turbostat: decode BXT TSC frequency via CPUIDLen Brown-1/+4
2016-04-07tools/power turbostat: initial BXT supportLen Brown-0/+9
2016-04-07tools/power turbostat: print IRTL MSRsLen Brown-3/+56
2016-04-07tools/power turbostat: SGX state should print only if --debugLen Brown-1/+1
2016-04-05ACPICA: Utilities: Update for strtoul64 mergerBob Moore-2/+4
2016-04-05ACPICA: Add support for QNX 6.6 platformWill Miles-1/+1
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-193/+720
2016-03-14Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki-197/+724
2016-03-13tools/power turbostat: bugfix: TDP MSRs print bits fixingChen Yu-10/+10
2016-03-13tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dumpLen Brown-1/+1
2016-03-13tools/power turbostat: call __cpuid() instead of __get_cpuid()Len Brown-7/+7
2016-03-13tools/power turbostat: indicate SMX and SGX supportLen Brown-1/+27
2016-03-13tools/power turbostat: detect and work around syscall jitterLen Brown-1/+50
2016-03-13tools/power turbostat: show GFX%rc6Len Brown-0/+45
2016-03-13tools/power turbostat: show GFXMHzLen Brown-1/+49
2016-03-13tools/power turbostat: show IRQs per CPULen Brown-4/+122
2016-03-13tools/power turbostat: make fewer systems callsLen Brown-10/+41
2016-03-13tools/power turbostat: fix compiler warningsLen Brown-4/+4
2016-03-13tools/power turbostat: add --out option for saving output in a fileLen Brown-135/+160