Fwd: [GIT PULL] turbostat 2025.06.08

From: Len Brown
Date: Sun Jun 08 2025 - 14:24:02 EST


Hi Linus,

Please pull these turbostat patches.
(same as previous message, but added list cc's)

thanks!
Len Brown, Intel Open Source Technology Center

The following changes since commit 0ff41df1cb268fc69e703a08a57ee14ae967d0ca:

Linux 6.15 (2025-05-25 16:09:23 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
tags/turbostat-2025.06.08

for you to fetch changes up to 42fd37dcc432df1ea1987232d41bb84fcb7e150c:

tools/power turbostat: version 2025.06.08 (2025-06-08 14:10:17 -0400)

----------------------------------------------------------------
turbostat v2025.06.08

Add initial DMR support, which required smarter RAPL probe
Fix AMD MSR RAPL energy reporting
Add RAPL power limit configuration output
Minor fixes

----------------------------------------------------------------
Gautham R. Shenoy (1):
tools/power turbostat: Fix AMD package-energy reporting

Kaushlendra Kumar (2):
tools/power turbostat: Add Android support for MSR device handling
tools/power turbostat: Fix RAPL_GFX_ALL typo

Len Brown (3):
tools/power turbostat.8: fix typo: idle_pct should be pct_idle
tools/power turbostat.8: pm_domain wording fix
tools/power turbostat: version 2025.06.08

Zhang Rui (12):
tools/power turbostat: Always check rapl_joules flag
tools/power turbostat: Quit early for unsupported RAPL counters
tools/power turbostat: Remove add_rapl_perf_counter_()
tools/power turbostat: Remove add_cstate_perf_counter_()
tools/power turbostat: Remove add_msr_perf_counter_()
tools/power turbostat: Introduce add_msr_counter()
tools/power turbostat: Clean up add perf/msr counter logic
tools/power turbostat: Allow probing RAPL with
platform_features->rapl_msrs cleared
tools/power turbostat: Avoid probing the same perf counters
tools/power turbostat: Dump RAPL sysfs info
tools/power turbostat: Add initial support for DMR
tools/power turbostat: Add initial support for BartlettLake

tools/power/x86/turbostat/turbostat.8 | 6 +-
tools/power/x86/turbostat/turbostat.c | 468 ++++++++++++++++++++++++++--------
2 files changed, 364 insertions(+), 110 deletions(-)