[GIT PULL] turbostat v2026.02.14
From: Len Brown
Date: Tue Feb 17 2026 - 14:13:39 EST
Hi Linus,
Please pull these turbostat-2026.02.14 patches.
thanks!
Len Brown, Intel Open Source Technology Center
The following changes since commit 7f98ab9da046865d57c102fd3ca9669a29845f67:
Merge tag 'for-6.19-rc4-tag' of
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2026-01-05
14:10:48 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
tags/turbostat-2026.02.14
for you to fetch changes up to 51496091dd37b405e6e399a9638da3f1da3f4c64:
tools/power turbostat: version 2026.02.14 (2026-02-13 14:08:33 -0600)
----------------------------------------------------------------
turbostat-2026.02.14
Since release 2025.12.02:
Add L2 statistics columns for recent Intel processors:
L2MRPS = L2 Cache M-References Per Second
L2%hit = L2 Cache Hit %
Sort work and output by cpu# rather than core#
Minor features and fixes.
----------------------------------------------------------------
Kaushlendra Kumar (1):
tools/power turbostat: Use strtoul() for iteration parsing
Len Brown (22):
tools/power turbostat: AMD: msr offset 0x611 read failed:
Input/output error
tools/power turbostat: Dump CPUID(1) consistently with CPUID(6)
tools/power turbostat: Dump CPUID.1.ECX[31] (Hypervisor)
tools/power turbostat: Dump hypervisor name
tools/power turbostat: Harden against unexpected values
tools/power turbostat.8: Document the "--force" option
tools/power turbostat: Rename "LLCkRPS" column to "LLCMRPS"
tools/power turbostat: Allow more use of is_hybrid flag
tools/power turbostat: Remove redundant newlines from err(3) strings
tools/power turbostat: Add L2 cache statistics
tools/power turbostat: Cleanup internal use of "base_cpu"
tools/power turbostat: Cleanup package_id
tools/power turbostat: Rename physical_core_id to core_id
tools/power turbostat: Delete core_data.core_id
tools/power turbostat: Allocate average counters dynamically
tools/power turbostat: Unify even/odd/average counter referencing
tools/power turbostat: Simplify global core_id calculation
tools/power turbostat: Enhance HT enumeration
tools/power turbostat: Expunge logical_cpu_id
tools/power turbostat: Favor cpu# over core#
tools/power turbostat: Fix and document --header_iterations
tools/power turbostat: version 2026.02.14
tools/power/x86/turbostat/turbostat.8 | 20 +-
tools/power/x86/turbostat/turbostat.c | 1455 +++++++++++++++++++++------------
2 files changed, 936 insertions(+), 539 deletions(-)