| Commit message (Expand) | Author | Age | Files | Lines |
* | tools/power: turbostat: fix large c1% issue | Len Brown | 2012-07-20 | 1 | -4/+8 |
* | tools/power: turbostat v2 - re-write for efficiency | Len Brown | 2012-07-20 | 3 | -539/+868 |
* | tools/power turbostat: fix IVB support | Len Brown | 2012-06-04 | 1 | -0/+2 |
* | tools/power turbostat: fix un-intended affinity of forked program | Len Brown | 2012-06-04 | 1 | -2/+26 |
* | sched: Remove stale power aware scheduling remnants and dysfunctional knobs | Peter Zijlstra | 2012-05-17 | 2 | -42/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-03-31 | 2 | -120/+224 |
|\ |
|
| * | tools turbostat: harden against cpu online/offline | Len Brown | 2012-03-30 | 1 | -54/+61 |
| * | tools turbostat: reduce measurement overhead due to IPIs | Len Brown | 2012-03-30 | 1 | -0/+46 |
| * | tools turbostat: add summary option | Len Brown | 2012-03-29 | 2 | -69/+120 |
* | | cpupower tools: add install target to the debug tools' makefiles | Franck Bui-Huu | 2012-03-03 | 2 | -2/+24 |
* | | cpupower tools: allow to build debug tools in a separate directory too | Franck Bui-Huu | 2012-03-03 | 2 | -14/+26 |
* | | cpupower: Fix broken mask values | Thomas Renninger | 2012-03-03 | 1 | -2/+2 |
* | | cpupower tool: allow to build in a separate directory | Franck Bui-Huu | 2012-03-03 | 2 | -39/+71 |
* | | cpupower tool: makefile: simplify the recipe used to generate cpupower.pot ta... | Franck Bui-Huu | 2012-03-03 | 1 | -3/+1 |
* | | cpupower tool: remove use of undefined variables from the clean target of the... | Franck Bui-Huu | 2012-03-03 | 1 | -2/+0 |
* | | cpupower: Fix linking with --as-needed | Ozan Çağlayan | 2012-03-03 | 1 | -1/+1 |
* | | cpupower: Remove unneeded code and by that fix a memleak | Thomas Renninger | 2012-03-03 | 1 | -7/+0 |
* | | cpupower: Fix number of idle states | Thomas Renninger | 2012-03-03 | 1 | -3/+2 |
* | | cpupower: Unify cpupower-frequency-* manpages | Thomas Renninger | 2012-03-03 | 2 | -6/+2 |
* | | cpupower: Add cpupower-idle-info manpage | Thomas Renninger | 2012-03-03 | 1 | -0/+90 |
* | | cpupower: AMD fam14h/Ontario monitor can also be used by fam12h cpus | Thomas Renninger | 2012-03-03 | 2 | -9/+9 |
* | | cpupower: Better interface for accessing AMD pci registers | Thomas Renninger | 2012-03-03 | 4 | -23/+32 |
|/ |
|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-19 | 1 | -0/+2 |
|\ |
|
| * | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 2012-01-18 | 1 | -0/+2 |
| |\ |
|
| | * | tools turbostat: recognize and run properly on IVB | Len Brown | 2011-11-18 | 1 | -0/+2 |
* | | | tools/power turbostat: update fields in manpage | Arun Thomas | 2011-12-15 | 1 | -4/+4 |
|/ / |
|
* | | Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into next | Len Brown | 2011-11-07 | 1 | -13/+15 |
|\ \
| |/
|/| |
|
| * | tools/power turbostat: less verbose debugging | Len Brown | 2011-07-04 | 1 | -13/+15 |
* | | cpupower: use man(1) when calling "cpupower help subcommand" | Dominik Brodowski | 2011-08-19 | 11 | -228/+86 |
* | | cpupower: make NLS truly optional | Dominik Brodowski | 2011-08-19 | 2 | -0/+10 |
* | | cpupower: fix Makefile typo | Dave Jones | 2011-08-19 | 1 | -2/+2 |
* | | cpupower: Make monitor command -c/--cpu aware | Thomas Renninger | 2011-08-15 | 1 | -0/+8 |
* | | cpupower: Better detect offlined CPUs | Thomas Renninger | 2011-08-15 | 5 | -4/+66 |
* | | cpupower: Do not show an empty Idle_Stats monitor if no idle driver is available | Thomas Renninger | 2011-08-15 | 1 | -1/+1 |
* | | cpupower: mperf monitor - Use TSC to calculate max frequency if possible | Thomas Renninger | 2011-08-15 | 2 | -48/+131 |
* | | cpupower: avoid using symlinks | Amerigo Wang | 2011-08-15 | 3 | -6/+4 |
* | | Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-08-03 | 2 | -26/+25 |
|\ \ |
|
| * | | tools/power turbostat: fit output into 80 columns on snb-ep | Len Brown | 2011-08-03 | 1 | -23/+23 |
| * | | tools/power x86_energy_perf_policy: fix print of uninitialized string | Len Brown | 2011-07-16 | 1 | -3/+2 |
| |/ |
|
* | | cpupower: Do detect IDA (opportunistic processor performance) via cpuid | Thomas Renninger | 2011-07-29 | 4 | -41/+9 |
* | | cpupower: Show Intel turbo ratio support via ./cpupower frequency-info | Thomas Renninger | 2011-07-29 | 4 | -17/+95 |
* | | cpupowerutils: increase MAX_LINE_LEN | Roman Vasiyarov | 2011-07-29 | 1 | -1/+1 |
* | | cpupower: Rename package from cpupowerutils to cpupower | Thomas Renninger | 2011-07-29 | 1 | -6/+6 |
* | | cpupowerutils: Rename: libcpufreq->libcpupower | Thomas Renninger | 2011-07-29 | 3 | -18/+17 |
* | | cpupowerutils: use kernel version-derived version string | Dominik Brodowski | 2011-07-29 | 2 | -7/+41 |
* | | cpupowerutils: utils - ConfigStyle bugfixes | Dominik Brodowski | 2011-07-29 | 6 | -108/+122 |
* | | cpupowerutils: helpers - ConfigStyle bugfixes | Dominik Brodowski | 2011-07-29 | 9 | -86/+100 |
* | | cpupowerutils: idle_monitor - ConfigStyle bugfixes | Dominik Brodowski | 2011-07-29 | 6 | -115/+128 |
* | | cpupowerutils: lib - ConfigStyle bugfixes | Dominik Brodowski | 2011-07-29 | 4 | -172/+209 |
* | | cpupowerutils: bench - ConfigStyle bugfixes | Dominik Brodowski | 2011-07-29 | 8 | -58/+75 |