summaryrefslogtreecommitdiffstats
path: root/tools/power
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2016-12-253-371/+673
|\
| * tools/power turbostat: remove obsolete -M, -m, -C, -c optionsLen Brown2016-12-242-110/+2
| * tools/power turbostat: Make extensible via the --add parameterLen Brown2016-12-242-9/+409
| * tools/power turbostat: Denverton uses a 25 MHz crystal, not 19.2 MHzLen Brown2016-12-011-1/+1
| * tools/power turbostat: line up headers when -M is usedLen Brown2016-12-011-1/+1
| * tools/power turbostat: fix SKX PKG_CSTATE_LIMIT decodingLen Brown2016-12-011-1/+4
| * tools/power turbostat: Support Knights Mill (KNM)Len Brown2016-12-011-0/+7
| * tools/power turbostat: Display HWP OOB statusSrinivas Pandruvada2016-12-011-2/+3
| * tools/power turbostat: fix Denverton BCLKXiaolong Wang2016-12-011-0/+1
| * tools/power turbostat: use intel-family.h model stringsLen Brown2016-12-012-124/+126
| * tools/power/turbostat: Add Denverton RAPL supportJacob Pan2016-12-011-0/+3
| * tools/power/turbostat: Add Denverton supportJacob Pan2016-12-011-0/+2
| * tools/power/turbostat: split core MSR support into status + limitJacob Pan2016-12-011-9/+11
| * tools/power turbostat: fix error case overflow read of slm_freq_table[]Colin Ian King2016-12-011-1/+1
| * tools/power turbostat: Allocate correct amount of fd and irq entriesMika Westerberg2016-12-011-4/+4
| * tools/power turbostat: switch to tab delimited outputLen Brown2016-12-011-85/+85
| * tools/power turbostat: Gracefully handle ACPI S3Len Brown2016-12-011-42/+35
| * tools/power turbostat: tidy up output on Joule counter overflowLen Brown2016-12-011-5/+1
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-172-5/+1
|\ \
| * | make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-112-5/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ \
| * | | treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
| | |/ | |/|
* | | Merge branch 'acpica'Rafael J. Wysocki2016-12-121-2/+11
|\ \ \ | |/ / |/| |
| * | Merge back earlier ACPICA material for v4.10.Rafael J. Wysocki2016-12-011-2/+11
| |\ \
| | * | ACPICA: MacOSX: Fix wrong sem_destroy definitionLv Zheng2016-10-211-1/+6
| | * | ACPICA: MacOSX: Fix anonymous semaphore implementationLv Zheng2016-10-211-1/+5
| | |/
* | | tools/power/acpi: Remove direct kernel source include referenceLv Zheng2016-11-165-34/+53
|/ /
* | cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-setLaura Abbott2016-11-011-5/+2
|/
* ACPICA: Cleanup for all string-to-integer conversionsBob Moore2016-09-103-4/+6
* ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...Lv Zheng2016-08-137-295/+81
* ACPICA: Clib: Add -nostdinc support for EFI layerLv Zheng2016-08-132-5/+4
* ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng2016-08-133-2/+1
* ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng2016-08-132-6/+0
* ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined ...Lv Zheng2016-08-131-2/+2
* ACPICA: acpidump: Fix a duplicate variable definitionLv Zheng2016-08-132-6/+1
* ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to linkLv Zheng2016-08-131-3/+0
* ACPICA: iASL/Disassembler: Add a check for missing filenameBob Moore2016-08-131-1/+1
* Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-261-3/+4
|\
| * tools/acpi: use CROSS_COMPILE to define prefixAndy Shevchenko2016-06-231-3/+4
* | tools/power turbostat: Replace MSR_NHM_TURBO_RATIO_LIMITSrinivas Pandruvada2016-07-072-2/+2
* | tools/turbostat: allow user to alter DESTDIR and PREFIXAndy Shevchenko2016-06-281-2/+2
|/
* Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-167-43/+51
|\
| *---. Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2016-05-161-2/+2
| |\ \ \
| | | | * tools/power/acpi: close file only if it is openLv Zheng2016-04-091-2/+2
| | | |/
| * | | Merge back new ACPICA material for v4.7.Rafael J. Wysocki2016-05-066-41/+49
| |\ \ \ | | |/ / | |/| |
| | * | ACPICA: Move all ASCII utilities to a common fileBob Moore2016-05-052-1/+8
| | * | ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng2016-05-053-37/+36
| | * | ACPICA: Utilities: Update for strtoul64 mergerBob Moore2016-04-052-2/+4
| | * | ACPICA: Add support for QNX 6.6 platformWill Miles2016-04-051-1/+1
| | |/
* | | cpupower: fix potential memory leakArjun Sreedharan2016-05-051-3/+5
OpenPOWER on IntegriCloud