* [PATCH] x86/cpu: Add CPU model number for Wildcatlake
@ 2025-07-30 15:04 Tony Luck
2025-08-01 16:42 ` [tip: x86/urgent] x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake tip-bot2 for Tony Luck
0 siblings, 1 reply; 2+ messages in thread
From: Tony Luck @ 2025-07-30 15:04 UTC (permalink / raw)
To: x86; +Cc: linux-kernel, patches, Tony Luck
Wildcatlake is a mobile CPU.
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index be10c188614f..5367dcbf5b30 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -150,6 +150,8 @@
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Crestmont */
+#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
+
/* "Small Core" Processors (Atom/E-Core) */
#define INTEL_ATOM_BONNELL IFM(6, 0x1C) /* Diamondville, Pineview */
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip: x86/urgent] x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake
2025-07-30 15:04 [PATCH] x86/cpu: Add CPU model number for Wildcatlake Tony Luck
@ 2025-08-01 16:42 ` tip-bot2 for Tony Luck
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Tony Luck @ 2025-08-01 16:42 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Tony Luck, Borislav Petkov (AMD), x86, linux-kernel
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: 49f848788a4d157bb6648a57963cb060fed3d56e
Gitweb: https://git.kernel.org/tip/49f848788a4d157bb6648a57963cb060fed3d56e
Author: Tony Luck <tony.luck@intel.com>
AuthorDate: Wed, 30 Jul 2025 08:04:37 -07:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Fri, 01 Aug 2025 18:22:34 +02:00
x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake
Wildcatlake is a mobile CPU. Novalake has both desktop and mobile
versions.
[ bp: Merge into a single patch. ]
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250730150437.4701-1-tony.luck@intel.com
---
arch/x86/include/asm/intel-family.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index be10c18..e345dbd 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -150,6 +150,11 @@
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Crestmont */
+#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
+
+#define INTEL_NOVALAKE IFM(18, 0x01)
+#define INTEL_NOVALAKE_L IFM(18, 0x03)
+
/* "Small Core" Processors (Atom/E-Core) */
#define INTEL_ATOM_BONNELL IFM(6, 0x1C) /* Diamondville, Pineview */
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-01 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 15:04 [PATCH] x86/cpu: Add CPU model number for Wildcatlake Tony Luck
2025-08-01 16:42 ` [tip: x86/urgent] x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake tip-bot2 for Tony Luck
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).