Received: by mail.netbsd.org (Postfix, from userid 605) id 7D2CD84E88; Wed, 15 Apr 2020 14:25:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97DC684E81 for ; Wed, 15 Apr 2020 14:25:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MAzoOOTbpVso for ; Wed, 15 Apr 2020 14:25:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1B2B584D04 for ; Wed, 15 Apr 2020 14:25:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14C2AFB27; Wed, 15 Apr 2020 14:25:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 15 Apr 2020 14:25:10 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200415142510.14C2AFB27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Wed Apr 15 14:25:09 UTC 2020 Modified Files: src/sys/arch/x86/include [netbsd-8]: specialreg.h src/sys/arch/x86/x86 [netbsd-8]: procfs_machdep.c tsc.c src/usr.sbin/cpuctl/arch [netbsd-8]: i386.c Log Message: Pull up the following, requested by msaitoh in ticket #1530: sys/arch/x86/x86/procfs_machdep.c 1.33-1.36 sys/arch/x86/x86/tsc.c 1.40 sys/arch/x86/x86/specialreg.h 1.159-1.161 usr.sbin/cpuctl/arch/i386.c 1.109-1.110 via patch - Print avx512ifma, cqm_mbm_total, cqm_mbm_local, waitpkg, rdpru, Fast Short Rep Mov(fsrm), AVX512_VP2INTERSECT, SERIALIZE and TSXLDTRK. - Rename CPUID Fn8000_0007 %edx bit 8 from "TSC" to "ITSC" (Invariant TSC) to avoid confusion. - Print CPUID 0x80000007 %edx on both Intel and AMD. - Remove ci_max_ext_cpuid from usr.sbin/cpuctl/arch/i386.c because it's the same as ci_cpuid_extlevel. - Use unsigned to avoid undefined behavior in procfs_getonefeatreg(). To generate a diff of this commit: cvs rdiff -u -r1.98.2.18 -r1.98.2.19 src/sys/arch/x86/include/specialreg.h cvs rdiff -u -r1.15.2.9 -r1.15.2.10 src/sys/arch/x86/x86/procfs_machdep.c cvs rdiff -u -r1.36 -r1.36.22.1 src/sys/arch/x86/x86/tsc.c cvs rdiff -u -r1.74.6.9 -r1.74.6.10 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.