mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/cpu/intel: Add Knights Mill to Intel family
@ 2016-10-12 18:05 Piotr Luc
  2016-10-16 11:22 ` [tip:x86/urgent] " tip-bot for Piotr Luc
  2016-10-17  8:49 ` tip-bot for Piotr Luc
  0 siblings, 2 replies; 3+ messages in thread
From: Piotr Luc @ 2016-10-12 18:05 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, linux-kernel

Add CPUID of Knights Mill (KNM) processor to Intel family list.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
---
 arch/x86/include/asm/intel-family.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 6277194..ba7d8d8 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -64,5 +64,6 @@
 /* Xeon Phi */
 
 #define INTEL_FAM6_XEON_PHI_KNL		0x57 /* Knights Landing */
+#define INTEL_FAM6_XEON_PHI_KNM		0x85 /* Knights Mill */
 
 #endif /* _ASM_X86_INTEL_FAMILY_H */
-- 
2.10.1

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

* [tip:x86/urgent] x86/cpu/intel: Add Knights Mill to Intel family
  2016-10-12 18:05 [PATCH] x86/cpu/intel: Add Knights Mill to Intel family Piotr Luc
@ 2016-10-16 11:22 ` tip-bot for Piotr Luc
  2016-10-17  8:49 ` tip-bot for Piotr Luc
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Piotr Luc @ 2016-10-16 11:22 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, dvlasenk, dave.hansen, hpa, piotr.luc, jpoimboe, tglx,
	brgerst, linux-kernel, bp, peterz, luto, torvalds

Commit-ID:  0adc909065d5e5b36a241a5ed1846fb277b89e70
Gitweb:     http://git.kernel.org/tip/0adc909065d5e5b36a241a5ed1846fb277b89e70
Author:     Piotr Luc <piotr.luc@intel.com>
AuthorDate: Wed, 12 Oct 2016 20:05:20 +0200
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Sun, 16 Oct 2016 11:32:11 +0200

x86/cpu/intel: Add Knights Mill to Intel family

Add CPUID of Knights Mill (KNM) processor to Intel family list.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/include/asm/intel-family.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 9ae5ab8..34a46dc 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -64,5 +64,6 @@
 /* Xeon Phi */
 
 #define INTEL_FAM6_XEON_PHI_KNL		0x57 /* Knights Landing */
+#define INTEL_FAM6_XEON_PHI_KNM		0x85 /* Knights Mill */
 
 #endif /* _ASM_X86_INTEL_FAMILY_H */

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

* [tip:x86/urgent] x86/cpu/intel: Add Knights Mill to Intel family
  2016-10-12 18:05 [PATCH] x86/cpu/intel: Add Knights Mill to Intel family Piotr Luc
  2016-10-16 11:22 ` [tip:x86/urgent] " tip-bot for Piotr Luc
@ 2016-10-17  8:49 ` tip-bot for Piotr Luc
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Piotr Luc @ 2016-10-17  8:49 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: dave.hansen, mingo, jpoimboe, torvalds, brgerst, piotr.luc,
	dvlasenk, peterz, tglx, bp, luto, hpa, linux-kernel

Commit-ID:  0047f59834e5947d45f34f5f12eb330d158f700b
Gitweb:     http://git.kernel.org/tip/0047f59834e5947d45f34f5f12eb330d158f700b
Author:     Piotr Luc <piotr.luc@intel.com>
AuthorDate: Wed, 12 Oct 2016 20:05:20 +0200
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 17 Oct 2016 10:45:08 +0200

x86/cpu/intel: Add Knights Mill to Intel family

Add CPUID of Knights Mill (KNM) processor to Intel family list.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/include/asm/intel-family.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 9ae5ab8..34a46dc 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -64,5 +64,6 @@
 /* Xeon Phi */
 
 #define INTEL_FAM6_XEON_PHI_KNL		0x57 /* Knights Landing */
+#define INTEL_FAM6_XEON_PHI_KNM		0x85 /* Knights Mill */
 
 #endif /* _ASM_X86_INTEL_FAMILY_H */

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

end of thread, other threads:[~2016-10-17  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12 18:05 [PATCH] x86/cpu/intel: Add Knights Mill to Intel family Piotr Luc
2016-10-16 11:22 ` [tip:x86/urgent] " tip-bot for Piotr Luc
2016-10-17  8:49 ` tip-bot for Piotr Luc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome