index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
power
/
cpupower
/
utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/cpupower: display residency value in idle-info
Aboorva Devarajan
2024-08-09
1
-0
/
+4
*
cpupower: Change the var type of the 'monitor' subcommand display mode
Roman Storozhenko
2024-06-20
1
-1
/
+1
*
tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs
Dhananjay Ugwekar
2024-05-28
1
-3
/
+23
*
cpupower: Fix cpuidle_set to accept only numeric values for idle-set operation.
Likhitha Korrapati
2023-07-19
1
-9
/
+7
*
cpupower: Add turbo-boost support in cpupower
Wyes Karny
2023-07-19
3
-1
/
+42
*
cpupower: Add support for amd_pstate mode change
Wyes Karny
2023-07-19
3
-2
/
+43
*
cpupower: Add EPP value change support
Wyes Karny
2023-07-19
3
-1
/
+46
*
cpupower: Recognise amd-pstate active mode driver
Wyes Karny
2023-07-19
1
-1
/
+1
*
cpupower: Make TSC read per CPU for Mperf monitor
Wyes Karny
2023-05-08
1
-17
/
+14
*
cpupower: rapl monitor - shows the used power consumption in uj for each rapl...
Thomas Renninger
2022-12-01
3
-3
/
+153
*
cpupower: Introduce powercap intel-rapl library and powercap-info command
Thomas Renninger
2022-12-01
3
-0
/
+120
*
tools/cpupower: Choose base_cpu to display default cpupower details
Saket Kumar Bhaskar
2022-11-25
3
-6
/
+6
*
cpupower: Add "perf" option to print AMD P-State information
Huang Rui
2022-02-24
1
-1
/
+18
*
cpupower: Add function to print AMD P-State performance capabilities
Huang Rui
2022-02-23
3
-3
/
+40
*
cpupower: Move print_speed function into misc helper
Huang Rui
2022-02-23
3
-48
/
+52
*
cpupower: Enable boost state support for AMD P-State module
Huang Rui
2022-02-23
3
-0
/
+25
*
cpupower: Add AMD P-State sysfs definition and access helper
Huang Rui
2022-02-23
1
-0
/
+30
*
cpupower: Initial AMD P-State capability
Huang Rui
2022-02-23
1
-0
/
+13
*
cpupower: Add the function to check AMD P-State enabled
Huang Rui
2022-02-23
2
-0
/
+28
*
cpupower: Add AMD P-State capability flag
Huang Rui
2022-02-23
1
-0
/
+1
*
cpupower: Add cpuid cap flag for MSR_AMD_HWCR support
Nathan Fontenot
2021-01-26
3
-7
/
+7
*
cpupower: Remove family arg to decode_pstates()
Nathan Fontenot
2021-01-26
3
-17
/
+14
*
cpupower: Condense pstate enabled bit checks in decode_pstates()
Nathan Fontenot
2021-01-26
1
-3
/
+3
*
cpupower: Update family checks when decoding HW pstates
Nathan Fontenot
2021-01-26
3
-5
/
+10
*
cpupower: Remove unused pscur variable.
Nathan Fontenot
2021-01-26
1
-8
/
+1
*
cpupower: Add CPUPOWER_CAP_AMD_HW_PSTATE cpuid caps flag
Nathan Fontenot
2021-01-26
3
-8
/
+14
*
cpupower: Correct macro name for CPB caps flag
Robert Richter
2021-01-26
3
-3
/
+3
*
cpupower: Update msr_pstate union struct naming
Nathan Fontenot
2021-01-26
1
-12
/
+14
*
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2020-12-16
5
-2
/
+89
|
\
|
*
cpupower: Provide online and offline CPU information
Brahadambal Srinivasan
2020-10-26
5
-1
/
+92
*
|
tools/power/cpupower: Read energy_perf_bias from sysfs
Borislav Petkov
2020-11-16
5
-34
/
+54
|
/
*
tools: Avoid comma separated statements
Joe Perches
2020-10-02
1
-5
/
+9
*
cpupower: Fix comparing pointer to 0 coccicheck warns
Shuah Khan
2020-07-07
1
-3
/
+3
*
cpupower: Remove unneeded semicolon
Zou Wei
2020-05-08
7
-9
/
+9
*
cpupower: avoid multiple definition with gcc -fno-common
Mike Gilbert
2020-03-02
4
-3
/
+5
*
cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e
Thomas Renninger
2020-01-17
1
-6
/
+6
*
cpupower: mperf_monitor: Update cpupower to use the RDPRU instruction
Janakarajan Natarajan
2019-11-06
3
-0
/
+25
*
cpupower: mperf_monitor: Introduce per_cpu_schedule flag
Janakarajan Natarajan
2019-11-06
2
-10
/
+33
*
cpupower: Move needs_root variable into a sub-struct
Janakarajan Natarajan
2019-11-06
8
-8
/
+10
*
cpupower : Handle set and info subcommands correctly
Abhishek Goel
2019-11-04
2
-0
/
+18
*
tools/power/cpupower: Fix initializer override in hsw_ext_cstates
Nathan Chancellor
2019-10-02
1
-1
/
+0
*
cpupower : frequency-set -r option misses the last cpu in related cpu list
Abhishek Goel
2019-06-04
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
Thomas Gleixner
2019-05-30
18
-40
/
+18
*
tools/power/cpupower: Display boost frequency separately
Abhishek Goel
2019-02-13
1
-11
/
+31
*
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
6
-10
/
+15
|
\
|
*
tools/cpupower: Add Hygon Dhyana support
Pu Wen
2018-10-04
6
-10
/
+15
*
|
cpupower: Fix coredump on VMWare
Prarit Bhargava
2018-10-08
2
-0
/
+7
*
|
cpupower: Fix AMD Family 0x17 msr_pstate size
Prarit Bhargava
2018-10-08
1
-1
/
+1
|
/
*
cpupower : Fix header name to read idle state name
Abhishek Goel
2018-05-29
3
-15
/
+44
*
Merge tag 'linux-cpupower-4.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
2017-11-18
1
-3
/
+6
|
\
[next]