mbox series

[GIT,PULL] turbostat 19.03.20 for upstream

Message ID CAJvTdKmQHWthLat=8KMHwCY5=x3mOg9n6fQLrqB+JgAB0YKwdA@mail.gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] turbostat 19.03.20 for upstream | expand

Pull-request

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

Message

Len Brown March 29, 2019, 6:04 p.m. UTC
Hi Rafael,

Please pull these turbostat patches.
Misc fixes and updates, all in one user-space file.

thanks!
Len Brown, Intel Open Source Technology Center

The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:

  Linux 5.0 (2019-03-03 15:21:29 -0800)

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 0f71d089c912769251c992b8f7dcd508a472fe10:

  tools/power turbostat: update version number (2019-03-20 23:23:25 -0400)

----------------------------------------------------------------
Ben Hutchings (1):
      tools/power turbostat: Add checks for failure of fgets() and fscanf()

Calvin Walton (2):
      tools/power turbostat: Add support for AMD Fam 17h (Zen) RAPL
      tools/power turbostat: Also read package power on AMD F17h (Zen)

Len Brown (6):
      tools/power turbostat: Restore ability to execute in topology-order
      tools/power turbostat: Cleanup CC3-skip code
      tools/power turbostat: Cleanup CNL-specific code
      tools/power turbostat: Add Icelake support
      tools/power turbostat: Add Die column
      tools/power turbostat: update version number

Prarit Bhargava (2):
      tools/power turbostat: Do not display an error on systems
without a cpufreq driver
      tools/power turbostat: Warn on bad ACPI LPIT data

 tools/power/x86/turbostat/turbostat.c | 277 +++++++++++++++++++++++++++-------

Comments

Rafael J. Wysocki March 30, 2019, 12:57 a.m. UTC | #1
On Fri, Mar 29, 2019 at 7:04 PM Len Brown <lenb@kernel.org> wrote:
>
> Hi Rafael,
>
> Please pull these turbostat patches.
> Misc fixes and updates, all in one user-space file.

Pulled, thanks!