mbox series

[GIT,PULL] turbostat: update to version 20.09.30

Message ID CAJvTdKkS9ywVCp3_MK9e_N7J=LvSHFRjTfSb8Q7O+WvVh2zACA@mail.gmail.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] turbostat: update to version 20.09.30 | expand

Pull-request

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

Message

Len Brown Nov. 10, 2020, 6 p.m. UTC
Hi Linus,

Please pull these turbostat related patches.

thanks!
Len Brown, Intel Open Source Technology Center

The following changes since commit e00b62f0b06d0ae2b844049f216807617aff0cdb:

  x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to
Intel CPU family (2020-07-25 12:16:59 +0200)

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 3e9fa9983b9297407c2448114d6d27782d5e2ef2:

  tools/power turbostat: update version number (2020-11-10 11:41:36 -0500)

----------------------------------------------------------------
Alexander A. Klimov (1):
      tools/power turbostat: Replace HTTP links with HTTPS ones:
TURBOSTAT UTILITY

Alexander Monakov (1):
      tools/power turbostat: Build with _FILE_OFFSET_BITS=64

Antti Laakso (1):
      tools/power turbostat: Remove empty columns for Jacobsville

Chen Yu (3):
      tools/power turbostat: Make the energy variable to be 64 bit
      tools/power turbostat: Introduce functions to accumulate RAPL consumption
      tools/power turbostat: Enable accumulate RAPL display

David Arcari (1):
      tools/power turbostat: Fix output formatting for ACPI CST enumeration

Doug Smythies (1):
      tools/power turbostat: Always print idle in the system
configuration header

Kim Phillips (1):
      tools/power turbostat: Support AMD Family 19h

Len Brown (7):
      tools/power turbostat: Print /dev/cpu_dma_latency
      tools/power turbostat: Support additional CPU model numbers
      tools/power turbostat: Skip pc8, pc9, pc10 columns, if they are disabled
      tools/power turbostat: adjust for temperature offset
      tools/power turbostat: harden against cpu hotplug
      powercap: restrict energy meter to root access
      tools/power turbostat: update version number

Ondřej Lysoněk (1):
      tools/power x86_energy_perf_policy: Input/output error in a VM

Prarit Bhargava (1):
      tools/power turbostat: Use sched_getcpu() instead of hardcoded cpu 0

Rafael Antognolli (1):
      tools/power turbostat: Add a new GFXAMHz column that exposes
gt_act_freq_mhz.

 drivers/powercap/powercap_sys.c                    |   4 +-
 tools/power/x86/turbostat/Makefile                 |   3 +-
 tools/power/x86/turbostat/turbostat.8              |   2 +-
 tools/power/x86/turbostat/turbostat.c              | 573 ++++++++++++++++-----
 .../x86_energy_perf_policy.c                       |  67 ++-
 5 files changed, 509 insertions(+), 140 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 11, 2020, 1:39 p.m. UTC | #1
The pull request you sent on Tue, 10 Nov 2020 13:00:02 -0500:

> 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/8bff39bfdc30c9bd6e152eb88a0bd6dd35bdd760

Thank you!