Age | Commit message (Expand) | Author | Files | Lines |
2015-04-18 | tools/power turbostat: correct dumped pkg-cstate-limit value | Len Brown | 1 | -9/+8 |
2015-04-18 | tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKL | Len Brown | 1 | -1/+38 |
2015-04-18 | tools/power turbostat: correct DRAM RAPL units on recent Xeon processors | Andrey Semin | 1 | -3/+25 |
2015-04-18 | tools/power turbostat: Initial Skylake support | Len Brown | 1 | -13/+111 |
2015-04-18 | tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O=... | Thomas D | 1 | -1/+5 |
2015-04-18 | tools/power turbostat: modprobe msr, if needed | Len Brown | 1 | -2/+3 |
2015-04-18 | tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2 | Len Brown | 1 | -36/+105 |
2015-04-18 | tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT names | Len Brown | 1 | -4/+4 |
2015-04-15 | cpupower: fix breakage from libpci API change | Lucas Stach | 1 | -2/+9 |
2015-04-14 | ACPICA: Fix a sscanf format string. | Bob Moore | 1 | -1/+1 |
2015-04-14 | ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset. | Lv Zheng | 1 | -1/+1 |
2015-04-13 | tools/power turbostat: label base frequency | Len Brown | 1 | -2/+2 |
2015-04-13 | tools/power turbostat: update PERF_LIMIT_REASONS decoding | Len Brown | 1 | -26/+26 |
2015-04-13 | tools/power turbostat: simplify default output | Len Brown | 2 | -70/+98 |
2015-03-11 | Revert "cpupower Makefile change to help run the tool without 'make install'" | Josh Boyer | 1 | -1/+1 |
2015-02-13 | Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 2 | -158/+254 |
2015-02-12 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Rafael J. Wysocki | 2 | -158/+254 |
2015-02-10 | tools/power turbostat: support additional Broadwell model | Len Brown | 1 | -1/+4 |
2015-02-10 | Merge branch 'pm-tools' | Rafael J. Wysocki | 3 | -96/+310 |
2015-02-10 | tools/power turbostat: update parameters, documentation | Len Brown | 2 | -87/+136 |
2015-02-09 | tools/power turbostat: Skip printing disabled package C-states | Len Brown | 1 | -72/+116 |
2015-02-10 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Rafael J. Wysocki | 2 | -95/+309 |
2015-02-09 | tools/power turbostat: relax dependency on APERF_MSR | Len Brown | 2 | -45/+68 |
2015-02-09 | tools/power turbostat: relax dependency on invariant TSC | Len Brown | 1 | -39/+75 |
2015-02-09 | tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS | Len Brown | 1 | -0/+126 |
2015-02-09 | tools/power turbostat: relax dependency on root permission | Len Brown | 1 | -12/+41 |
2015-02-05 | ACPICA: Update Copyright headers to 2015 | David E. Box | 11 | -11/+11 |
2015-01-30 | cpupower Makefile change to help run the tool without 'make install' | sriram@marirs.net.in | 1 | -1/+1 |
2014-12-19 | tools / cpupower: Fix no idle state information return value | Prarit Bhargava | 1 | -1/+1 |
2014-12-19 | tools / cpupower: Correctly detect if running as root | Michal Privoznik | 1 | -1/+1 |
2014-12-14 | Revert "tools: cpupower: fix return checks for sysfs_get_idlestate_count()" | Prarit Bhargava | 1 | -4/+4 |
2014-12-05 | tools: cpupower: fix return checks for sysfs_get_idlestate_count() | Prarit Bhargava | 1 | -4/+4 |
2014-10-21 | ACPICA: acpiexec: Do not put STDIN into raw mode unless it is a terminal. | Bob Moore | 1 | -0/+8 |
2014-10-21 | ACPICA: acpidump: Add ACPI 1.0 RSDP support. | Lv Zheng | 1 | -1/+1 |
2014-08-16 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -40/+40 |
2014-08-15 | tools/power turbostat: tweak whitespace in output format | Len Brown | 1 | -40/+40 |
2014-08-05 | Merge branch 'pm-tools' | Rafael J. Wysocki | 4 | -26/+28 |
2014-07-30 | cpupower: Remove redundant error check | Peter Senna Tschudin | 1 | -6/+5 |
2014-07-30 | cpupower: bench: parse.c: Fix several minor errors | Rickard Strandqvist | 1 | -18/+21 |
2014-07-30 | cpupower: mperf monitor: Correct use of ! and & | Himangi Saraogi | 1 | -1/+1 |
2014-07-19 | PM / tools: cpupower: drop negativity check on unsigned value | Andrey Utkin | 1 | -1/+1 |
2014-07-08 | ACPICA: utprint/oslibcfs: cleanup - no functional change | Bob Moore | 1 | -15/+15 |
2014-07-08 | ACPICA: OSL: Update acpidump to reduce source code differences | Lv Zheng | 2 | -7/+27 |
2014-07-08 | ACPICA: acpidump: Reduce freopen() invocations to improve portability | Lv Zheng | 3 | -9/+11 |
2014-07-08 | ACPICA: acpidump: Replace file IOs with new APIs to improve portability | Lv Zheng | 4 | -72/+69 |
2014-07-08 | ACPICA: acpidump: Remove exit() from generic layer to improve portability | Lv Zheng | 1 | -18/+32 |
2014-07-08 | ACPICA: acpidump: Add memory/string OSL usage to improve portability | Lv Zheng | 2 | -13/+14 |
2014-07-08 | ACPICA: Common: Enhance acpi_getopt() to improve portability | Lv Zheng | 2 | -9/+8 |
2014-07-08 | ACPICA: Common: Enhance cm_get_file_size() to improve portability | Lv Zheng | 2 | -9/+14 |
2014-07-08 | ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()... | Lv Zheng | 1 | -4/+4 |