[GIT PULL] turbostat update to 2022.07.28

From: Len Brown
Date: Thu Jul 28 2022 - 14:51:54 EST


Hi Linus,

Please pull these turbostat patches.
(only updating the utility here, no kernel changes)

thanks!
Len Brown, Intel Open Source Technology Center

The following changes since commit e0dccc3b76fb35bb257b4118367a883073d7390e:

Linux 5.19-rc8 (2022-07-24 13:26:27 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat

for you to fetch changes up to 3afe697b74bc6c59f0b9a9c89d5b163db56fd4b1:

tools/power turbostat: version 2022.07.28 (2022-07-28 14:38:55 -0400)

----------------------------------------------------------------
Artem Bityutskiy (4):
tools/power turbostat: separate SPR from ICX
tools/power turbostat: cleanup 'automatic_cstate_conversion_probe()'
tools/power turbostat: fix SPR PC6 limits
tools/power turbostat: do not decode ACC for ICX and SPR

Chen Yu (1):
tools/power turbostat: print the kernel boot commandline

Colin Ian King (2):
tools/power turbostat: replace strncmp with single character compare
tools/power turbostat: Fix file pointer leak

George D Sworo (1):
tools/power turbostat: Support RAPTORLAKE P

Jiang Jian (1):
tools/power turbosstat: fix comment

Len Brown (6):
tools/power turbostat: Show uncore frequency
tools/power turbostat: update turbostat.8
tools/power turbostat: dump CPUID.7.EDX.Hybrid
tools/power turbostat: simplify dump_turbo_ratio_limits()
tools/power turbostat: dump secondary Turbo-Ratio-Limit
tools/power turbostat: version 2022.07.28

Zhang Rui (2):
tools/power turbostat: Introduce support for RaptorLake
tools/power turbostat: add support for ALDERLAKE_N

arch/x86/include/asm/msr-index.h | 1 +
tools/power/x86/turbostat/turbostat.8 | 200 +++++++++++++++++-----------
tools/power/x86/turbostat/turbostat.c | 240 +++++++++++++++++++++++++---------
3 files changed, 302 insertions(+), 139 deletions(-)