index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
power
/
cpupower
/
utils
Age
Commit message (
Expand
)
Author
Lines
2021-01-26
cpupower: Add cpuid cap flag for MSR_AMD_HWCR support
Nathan Fontenot
-7
/
+7
2021-01-26
cpupower: Remove family arg to decode_pstates()
Nathan Fontenot
-17
/
+14
2021-01-26
cpupower: Condense pstate enabled bit checks in decode_pstates()
Nathan Fontenot
-3
/
+3
2021-01-26
cpupower: Update family checks when decoding HW pstates
Nathan Fontenot
-5
/
+10
2021-01-26
cpupower: Remove unused pscur variable.
Nathan Fontenot
-8
/
+1
2021-01-26
cpupower: Add CPUPOWER_CAP_AMD_HW_PSTATE cpuid caps flag
Nathan Fontenot
-8
/
+14
2021-01-26
cpupower: Correct macro name for CPB caps flag
Robert Richter
-3
/
+3
2021-01-26
cpupower: Update msr_pstate union struct naming
Nathan Fontenot
-12
/
+14
2020-12-15
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-2
/
+89
2020-11-16
tools/power/cpupower: Read energy_perf_bias from sysfs
Borislav Petkov
-34
/
+54
2020-10-26
cpupower: Provide online and offline CPU information
Brahadambal Srinivasan
-1
/
+92
2020-10-02
tools: Avoid comma separated statements
Joe Perches
-5
/
+9
2020-07-06
cpupower: Fix comparing pointer to 0 coccicheck warns
Shuah Khan
-3
/
+3
2020-05-08
cpupower: Remove unneeded semicolon
Zou Wei
-9
/
+9
2020-03-02
cpupower: avoid multiple definition with gcc -fno-common
Mike Gilbert
-3
/
+5
2020-01-17
cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e
Thomas Renninger
-6
/
+6
2019-11-05
cpupower: mperf_monitor: Update cpupower to use the RDPRU instruction
Janakarajan Natarajan
-0
/
+25
2019-11-05
cpupower: mperf_monitor: Introduce per_cpu_schedule flag
Janakarajan Natarajan
-10
/
+33
2019-11-05
cpupower: Move needs_root variable into a sub-struct
Janakarajan Natarajan
-8
/
+10
2019-11-04
cpupower : Handle set and info subcommands correctly
Abhishek Goel
-0
/
+18
2019-10-01
tools/power/cpupower: Fix initializer override in hsw_ext_cstates
Nathan Chancellor
-1
/
+0
2019-06-04
cpupower : frequency-set -r option misses the last cpu in related cpu list
Abhishek Goel
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
Thomas Gleixner
-40
/
+18
2019-02-13
tools/power/cpupower: Display boost frequency separately
Abhishek Goel
-11
/
+31
2018-10-23
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-10
/
+15
2018-10-08
cpupower: Fix coredump on VMWare
Prarit Bhargava
-0
/
+7
2018-10-08
cpupower: Fix AMD Family 0x17 msr_pstate size
Prarit Bhargava
-1
/
+1
2018-10-04
tools/cpupower: Add Hygon Dhyana support
Pu Wen
-10
/
+15
2018-05-29
cpupower : Fix header name to read idle state name
Abhishek Goel
-15
/
+44
2017-11-18
Merge tag 'linux-cpupower-4.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
-3
/
+6
2017-11-15
cpupower : Fix cpupower working when cpu0 is offline
Abhishek Goel
-3
/
+6
2017-11-13
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
-2
/
+0
2017-11-03
cpupower: Fix no-rounding MHz frequency output
Prarit Bhargava
-2
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+11
2017-07-31
tools/power/cpupower: allow running without cpu0
Prarit Bhargava
-17
/
+28
2017-06-27
cpupower: Add support for new AMD family 0x17
Sherry Hurwitz
-11
/
+44
2017-06-27
cpupower: Fix bug where return value was not used
Sherry Hurwitz
-3
/
+2
2017-04-13
cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
Ben Hutchings
-0
/
+1
2017-01-19
cpupower: Restore format of frequency-info limit
Stafford Horne
-9
/
+12
2016-11-01
cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-set
Laura Abbott
-5
/
+2
2016-04-28
cpupower: Add cpuidle parts into library
Thomas Renninger
-168
/
+43
2016-01-19
cpupower: Fix build error in cpufreq-info
Shreyas B. Prabhu
-0
/
+1
2015-12-03
cpupower: fix how "cpupower frequency-info" interprets latency
Jacob Tanenbaum
-2
/
+2
2015-12-03
cpupower: rework the "cpupower frequency-info" command
Jacob Tanenbaum
-147
/
+88
2015-12-03
cpupower: Do not analyse offlined cpus
Thomas Renninger
-15
/
+31
2015-12-03
cpupower: Fix precedence issue
Thomas Renninger
-1
/
+1
2015-11-02
Creating a common structure initialization pattern for struct option
Sriram Raghunathan
-34
/
+30
2015-11-02
cpupower: Enable disabled Cstates if they are below max latency
Thomas Renninger
-4
/
+13
2015-11-02
cpupower: Remove debug message when using cpupower idle-set -D switch
Thomas Renninger
-2
/
+0
2015-11-02
cpupower: cpupower monitor reports uninitialized values for offline cpus
Jacob Tanenbaum
-9
/
+23
[next]