summaryrefslogtreecommitdiffstats
path: root/tools/power/cpupower
Commit message (Expand)AuthorAgeFilesLines
* cpupower: avoid multiple definition with gcc -fno-commonMike Gilbert2020-03-024-3/+5
* Correction to manpage of cpupowerBrahadambal Srinivasan2020-01-271-3/+3
* cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3eThomas Renninger2020-01-173-23/+87
* cpupower: ToDo: Update ToDo with ideas for per_cpu_schedule handlingJanakarajan Natarajan2019-11-051-0/+14
* cpupower: mperf_monitor: Update cpupower to use the RDPRU instructionJanakarajan Natarajan2019-11-053-0/+25
* cpupower: mperf_monitor: Introduce per_cpu_schedule flagJanakarajan Natarajan2019-11-052-10/+33
* cpupower: Move needs_root variable into a sub-structJanakarajan Natarajan2019-11-058-8/+10
* cpupower : Handle set and info subcommands correctlyAbhishek Goel2019-11-042-0/+18
* tools/power/cpupower: Fix initializer override in hsw_ext_cstatesNathan Chancellor2019-10-011-1/+0
* cpupower: update German translationBenjamin Weis2019-08-291-164/+180
* tools/power/cpupower: fix 64bit detection when cross-compilingSébastien Szymanski2019-08-291-6/+8
* cpupower: Add missing newline at end of fileGeert Uytterhoeven2019-08-292-2/+2
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-2/+2
* Merge tag 'linux-cpupower-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2019-06-137-6/+8
|\
| * cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel2019-06-041-0/+2
| * cpupower: correct spelling of intervalNick Black2019-06-046-6/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-3024-52/+24
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-112/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 155Thomas Gleixner2019-05-302-28/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* tools/power/cpupower: Display boost frequency separatelyAbhishek Goel2019-02-133-27/+50
* cpupower : Auto-completion for cpupower toolAbhishek Goel2018-12-052-1/+133
* tools cpupower: Override CFLAGS assignmentsJiri Olsa2018-11-061-6/+6
* tools cpupower debug: Allow to use outside build flagsJiri Olsa2018-11-061-2/+2
* tools/power/cpupower: fix compilation with STATIC=trueKonstantin Khlebnikov2018-11-065-6/+6
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-236-10/+15
|\
| * tools/cpupower: Add Hygon Dhyana supportPu Wen2018-10-046-10/+15
* | cpupower: Fix coredump on VMWarePrarit Bhargava2018-10-082-0/+7
* | cpupower: Fix AMD Family 0x17 msr_pstate sizePrarit Bhargava2018-10-081-1/+1
* | cpupower: remove stringop-truncation waringAnders Roxell2018-08-281-1/+1
|/
* treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-232-82/+82
* cpupower : Fix header name to read idle state nameAbhishek Goel2018-05-293-15/+44
* cpupower: fix spelling mistake: "logilename" -> "logfilename"Colin Ian King2018-05-101-1/+1
* cpupower: Remove FSF addressLaura Abbott2017-12-151-4/+0
* Merge tag 'pm-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-302-4/+7
|\
| * Merge tag 'linux-cpupower-4.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2017-11-182-4/+7
| |\
| | * cpupower : Fix cpupower working when cpu0 is offlineAbhishek Goel2017-11-151-3/+6
| | * cpupowerutils: bench - Fix cpu online checkAbhishek Goel2017-11-151-1/+1
* | | kbuild: /bin/pwd -> pwdBjørn Forsman2017-11-181-1/+1
|/ /
| |
| \
*-. | Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki2017-11-133-4/+7
|\ \|
| | * tools/power/cpupower: add libcpupower.so.0.0.1 to .gitignorePrarit Bhargava2017-11-091-2/+1
| | * tools/power/cpupower: Add 64 bit library detectionPrarit Bhargava2017-11-091-0/+6
| | * cpupower: Fix no-rounding MHz frequency outputPrarit Bhargava2017-11-031-2/+0
| |/
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0218-0/+18
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0218-0/+18
* | kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada2017-10-071-1/+1
|/
* Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-141-1/+1
|\
| * kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada2017-09-011-1/+1