All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2]tools/power turbostat: enable turbostat to support Knights Mill (KNM)
@ 2016-10-18 21:06 Piotr Luc
  2016-10-18 21:06 ` [PATCH v3 1/2] tools/power turbostat: Use Intel family processor macros Piotr Luc
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Piotr Luc @ 2016-10-18 21:06 UTC (permalink / raw)
  To: Len Brown, x86, Borislav Petkov
  Cc: linux-kernel, Rafael J . Wysocki, Dave Hansen

This patchset is rebased onto 08328814256d888634ff15ba8fb67e2ae4340b64. 

First patch improves code style by replacing raw numbers
of CPUID with descriptive macros of processor names.

The second patch adds Knights Mill (KNM) to the list of CPUIDs supported
by turbostat.

Both patches come in new versions where trailing comments, which 
described CPUs, are removed because self-descriptive macros are 
used instead raw numbers.

Piotr Luc (2):
  tools/power turbostat: Use Intel family processor macros
  tools/power turbostat: enable turbostat to support Knights Mill (KNM)

 tools/power/x86/turbostat/Makefile    |   3 +-
 tools/power/x86/turbostat/turbostat.c | 250 ++++++++++++++++++----------------
 2 files changed, 131 insertions(+), 122 deletions(-)

-- 
2.10.1

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/2] tools/power turbostat: enable turbostat to support Knights Mill (KNM)
@ 2016-10-12 18:29 Piotr Luc
  0 siblings, 0 replies; 5+ messages in thread
From: Piotr Luc @ 2016-10-12 18:29 UTC (permalink / raw)
  To: linux-kernel, linux-pm; +Cc: Rafael J. Wysocki

The intention of this series is to add KNM CPU ID to turbostat.
The first patch improves code style by replacing raw numbers of CPUIDs
with descriptive macros of processor names. 
The second patch enables turbostat to support KNM processor.

The second patch depends oni patch: 
x86/cpu/intel: Add Knights Mill to Intel family
https://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc () intel ! com

Piotr Luc (2):
  tools/power turbostat: Use Intel family processor macros
  tools/power turbostat: enable turbostat to support Knights Mill (KNM)

 tools/power/x86/turbostat/Makefile    |   3 +-
 tools/power/x86/turbostat/turbostat.c | 249 +++++++++++++++++-----------------
 2 files changed, 130 insertions(+), 122 deletions(-)

-- 
2.10.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-24 16:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-18 21:06 [PATCH 0/2]tools/power turbostat: enable turbostat to support Knights Mill (KNM) Piotr Luc
2016-10-18 21:06 ` [PATCH v3 1/2] tools/power turbostat: Use Intel family processor macros Piotr Luc
2016-10-18 21:06 ` [PATCH v2 2/2] tools/power turbostat: enable turbostat to support Knights Mill (KNM) Piotr Luc
2016-10-24 16:07 ` [PATCH 0/2]tools/power " Luc, Piotr
  -- strict thread matches above, loose matches on Subject: below --
2016-10-12 18:29 [PATCH 0/2] tools/power " Piotr Luc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.