mbox series

[GIT,PULL] turbostat update to 2022.07.28

Message ID CAJvTdK=yehzeVG42K=W_chyJ2YPRh18m729S1trWk=yKVDzRQw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] turbostat update to 2022.07.28 | expand

Pull-request

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

Message

Len Brown July 28, 2022, 6:51 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 2, 2022, 9:30 p.m. UTC | #1
The pull request you sent on Thu, 28 Jul 2022 14:51:36 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/efb2883060afc79638bb1eb19e2c30e7f6c5a178

Thank you!