linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 00/11] Add Knights Mill CPU ID
@ 2016-10-13 15:30 Piotr Luc
  2016-10-13 15:30 ` [RESEND PATCH 01/11] EDAC, sb_edac: Use Intel family processor macros Piotr Luc
                   ` (11 more replies)
  0 siblings, 12 replies; 34+ messages in thread
From: Piotr Luc @ 2016-10-13 15:30 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin, x86, Rafael J. Wysocki, Viresh Kumar
  Cc: Doug Thompson, Borislav Petkov, linux-edac, linux-kernel,
	Len Brown, linux-pm, Srinivas Pandruvada

Resending patches related to KNM CPU ID in one patchset for
more convenient pick up.

This series of patches enables support for Knights Mill (KNM).

First two patches improve code style by replacing raw numbers
of CPUID with descriptive macros of processor names.

The third one introduces KNM CPU ID to Intel family.

The other patches add KNM CPU ID to several modules and depend on
the third one. Because KNM is closely related to Knights Landing (KNL)
it reuses KNL code.
The turbostat patch (tools/power turbostat: Use Intel family processor
macros) comes in v2 with fixed compilation (missed including of
intel-family.h).

Regards,
Piotr

Piotr Luc (11):
  EDAC, sb_edac: Use Intel family processor macros
  tools/power turbostat: Use Intel family processor macros
  x86/cpu/intel: Add Knights Mill to Intel family
  x86/intel_idle: Add Knights Mill CPUID
  EDAC, sb_edac: Add Knights Mill CPUID
  cpufreq: intel_pstate: Add Knights Mill CPUID
  perf/x86/intel: Add Knights Mill CPUID
  perf/x86/intel/rapl: Add Knights Mill CPUID
  perf/x86/intel/uncore: Add Knights Mill CPUID
  powercap / RAPL: Add Knights Mill CPUID
  tools/power turbostat: enable turbostat to support Knights Mill (KNM)

 arch/x86/events/intel/core.c          |   3 +-
 arch/x86/events/intel/rapl.c          |   1 +
 arch/x86/events/intel/uncore.c        |   1 +
 arch/x86/include/asm/intel-family.h   |   1 +
 drivers/cpufreq/intel_pstate.c        |   1 +
 drivers/edac/sb_edac.c                |  14 +-
 drivers/idle/intel_idle.c             |   1 +
 drivers/powercap/intel_rapl.c         |   1 +
 tools/power/x86/turbostat/Makefile    |   3 +-
 tools/power/x86/turbostat/turbostat.c | 250 ++++++++++++++++++----------------
 10 files changed, 147 insertions(+), 129 deletions(-)

--
2.10.1

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

end of thread, other threads:[~2016-12-01 11:17 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 15:30 [RESEND PATCH 00/11] Add Knights Mill CPU ID Piotr Luc
2016-10-13 15:30 ` [RESEND PATCH 01/11] EDAC, sb_edac: Use Intel family processor macros Piotr Luc
2016-10-13 22:01   ` Borislav Petkov
2016-10-13 15:30 ` [PATCH v2 02/11] tools/power turbostat: " Piotr Luc
2016-10-14 11:56   ` Thomas Gleixner
2016-10-24 13:15     ` Luc, Piotr
2016-10-13 15:30 ` [RESEND PATCH 03/11] x86/cpu/intel: Add Knights Mill to Intel family Piotr Luc
2016-10-13 15:30 ` [RESEND PATCH 04/11] x86/intel_idle: Add Knights Mill CPUID Piotr Luc
2016-10-25 10:36   ` [RESEND,04/11] " Luc, Piotr
2016-12-01  5:29   ` [RESEND PATCH 04/11] " Len Brown
2016-12-01  8:45     ` Luc, Piotr
2016-10-13 15:30 ` [RESEND PATCH 05/11] EDAC, sb_edac: " Piotr Luc
2016-10-13 22:04   ` Borislav Petkov
2016-10-19 10:38     ` Borislav Petkov
2016-10-13 15:31 ` [RESEND PATCH 06/11] cpufreq: intel_pstate: " Piotr Luc
2016-10-13 17:51   ` Srinivas Pandruvada
2016-10-25 10:48     ` Luc, Piotr
2016-10-25 11:16       ` Rafael J. Wysocki
2016-10-25 11:44         ` Luc, Piotr
2016-11-30 16:19           ` Luc, Piotr
2016-11-30 22:01             ` Rafael J. Wysocki
2016-11-30 22:16               ` Luc, Piotr
2016-10-13 15:31 ` [RESEND PATCH 07/11] perf/x86/intel: " Piotr Luc
2016-10-13 15:31 ` [RESEND PATCH 08/11] perf/x86/intel/rapl: " Piotr Luc
2016-10-13 15:31 ` [RESEND PATCH 09/11] perf/x86/intel/uncore: " Piotr Luc
2016-10-13 15:31 ` [RESEND PATCH 10/11] powercap / RAPL: " Piotr Luc
2016-10-25 10:41   ` [RESEND,10/11] " Luc, Piotr
2016-11-30 22:33     ` Luc, Piotr
2016-11-30 22:42       ` Rafael J. Wysocki
2016-10-13 15:31 ` [RESEND PATCH 11/11] tools/power turbostat: enable turbostat to support Knights Mill (KNM) Piotr Luc
2016-12-01  6:47   ` Len Brown
2016-12-01 11:17     ` Luc, Piotr
2016-10-13 21:56 ` [RESEND PATCH 00/11] Add Knights Mill CPU ID Rafael J. Wysocki
2016-10-24 16:13   ` Luc, Piotr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).