mbox series

[GIT,PULL] turbostat 2024.04.27 for linux-next

Message ID CAJvTdKmqJx5nnwfxehRRHrYi7mR=6Y8bbrwL083Ain=MhBQq6g@mail.gmail.com
State New
Headers show
Series [GIT,PULL] turbostat 2024.04.27 for linux-next | expand

Pull-request

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

Message

Len Brown April 28, 2024, 3:02 a.m. UTC
Hi Stephen,
Please add this branch to linux-next:

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

Currently, and in the foreseeable future, I will stage some upstream-bound
user-space power management utility work on this branch.

I do not expect any other trees to touch these files,
including Rafael's pm/linux-next branch,
and so it should merge without conflicts.

If you pull today, you'll get the changes below.

thanks!
-Len

The following changes since commit a6189a7407795b3f5167ea532ac85931cd26083a:

  Merge tag 'turbostat-2024.04.10' of
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux (2024-04-10
13:13:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c9d06640119383d166924f0739cfaaefd442394a:

  tools/power turbostat: version 2024.04.27 (2024-04-27 22:15:48 -0400)

----------------------------------------------------------------
Len Brown (6):
      tools/power turbostat: Add "snapshot:" Makefile target
      tools/power turbostat: Harden probe_intel_uncore_frequency()
      tools/power turbostat: Remember global max_die_id
      tools/power turbostat: Survive sparse die_id
      tools/power turbostat: Add columns for clustered uncore frequency
      tools/power turbostat: version 2024.04.27

Patryk Wlazlyn (2):
      tools/power turbostat: Replace _Static_assert with BUILD_BUG_ON
      tools/power turbostat: Enable non-privileged users to read sysfs counters

Zhang Rui (2):
      tools/power/turbostat: Enhance ARL/LNL support
      tools/power/turbostat: Add ARL-H support

 tools/power/x86/turbostat/Makefile    |  27 +-
 tools/power/x86/turbostat/turbostat.8 |   4 +-
 tools/power/x86/turbostat/turbostat.c | 485 ++++++++++++++++++++++------------
 3 files changed, 343 insertions(+), 173 deletions(-)