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
| ||
|
Message-ID: <169827325246.3135.11228248693373670513.tip-bot2@tip-bot2> Date: Wed, 25 Oct 2023 22:34:12 -0000 From: "tip-bot2 for Tony Luck" <tip-bot2@...utronix.de> To: linux-tip-commits@...r.kernel.org Cc: Tony Luck <tony.luck@...el.com>, Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org, linux-kernel@...r.kernel.org Subject: [tip: x86/urgent] x86/cpu: Add model number for Intel Arrow Lake mobile processor The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 083efcfd1c31dcc395341b4f5aa5d0ae072ae329 Gitweb: https://git.kernel.org/tip/083efcfd1c31dcc395341b4f5aa5d0ae072ae329 Author: Tony Luck <tony.luck@...el.com> AuthorDate: Wed, 25 Oct 2023 13:25:13 -07:00 Committer: Dave Hansen <dave.hansen@...ux.intel.com> CommitterDate: Wed, 25 Oct 2023 15:27:44 -07:00 x86/cpu: Add model number for Intel Arrow Lake mobile processor For "reasons" Intel has code-named this CPU with a "_H" suffix. [ dhansen: As usual, apply this and send it upstream quickly to make it easier for anyone who is doing work that consumes this. ] Signed-off-by: Tony Luck <tony.luck@...el.com> Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com> Link: https://lore.kernel.org/all/20231025202513.12358-1-tony.luck%40intel.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 5fcd85f..1973161 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -27,6 +27,7 @@ * _X - regular server parts * _D - micro server parts * _N,_P - other mobile parts + * _H - premium mobile parts * _S - other client parts * * Historical OPTDIFFs: @@ -124,6 +125,7 @@ #define INTEL_FAM6_METEORLAKE 0xAC #define INTEL_FAM6_METEORLAKE_L 0xAA +#define INTEL_FAM6_ARROWLAKE_H 0xC5 #define INTEL_FAM6_ARROWLAKE 0xC6 #define INTEL_FAM6_LUNARLAKE_M 0xBD
Powered by blists - more mailing lists