lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 14 Feb 2019 04:25:28 -0800
From:   tip-bot for Rajneesh Bhardwaj <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     kan.liang@...ux.intel.com, dave.hansen@...ux.intel.com,
        x86@...nel.org, tglx@...utronix.de, mingo@...nel.org,
        mingo@...hat.com, andriy.shevchenko@...ux.intel.com, bp@...e.de,
        peterz@...radead.org, qiuxu.zhuo@...el.com,
        linux-kernel@...r.kernel.org, hpa@...or.com,
        srinivas.pandruvada@...ux.intel.com, david.e.box@...el.com,
        rajneesh.bhardwaj@...ux.intel.com
Subject: [tip:x86/urgent] x86/CPU: Add Icelake model number

Commit-ID:  8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d
Gitweb:     https://git.kernel.org/tip/8cd8f0ce0d6aafe661cb3d6781c8b82bc696c04d
Author:     Rajneesh Bhardwaj <rajneesh.bhardwaj@...ux.intel.com>
AuthorDate: Thu, 14 Feb 2019 17:27:08 +0530
Committer:  Borislav Petkov <bp@...e.de>
CommitDate: Thu, 14 Feb 2019 13:18:30 +0100

x86/CPU: Add Icelake model number

Add the CPUID model number of Icelake (ICL) mobile processors to the
Intel family list. Icelake U/Y series uses model number 0x7E.

Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@...ux.intel.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: "David E. Box" <david.e.box@...el.com>
Cc: dvhart@...radead.org
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: Kan Liang <kan.liang@...ux.intel.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: platform-driver-x86@...r.kernel.org
Cc: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: x86-ml <x86@...nel.org>
Link: https://lkml.kernel.org/r/20190214115712.19642-2-rajneesh.bhardwaj@linux.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 d9a9993af882..9f15384c504a 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -52,6 +52,8 @@
 
 #define INTEL_FAM6_CANNONLAKE_MOBILE	0x66
 
+#define INTEL_FAM6_ICELAKE_MOBILE	0x7E
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ