From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DF71F3AAF5B for ; Mon, 17 Aug 2026 10:25:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786962337; cv=none; b=TId88GfZsgdR0A0q3NfTlSD5iHKk902+hYtxEqzgZBz/Js1G05lFkyFlNrWntzXbhaxpm1BHSyCE2h3YT74+Va4RbDgm34Y08e4wfvaU79rpVW+D+m/4SSsFhEocef8ETecedUh3onhbvXjV36EKToEI7aEQAVyqplVE7oRhgEU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786962337; c=relaxed/simple; bh=C1LvzRpyNaOAn5jv7h2z1jsN07LF76K0y1upEaCxYAg=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=isg3j5HuFUwfaCBwu+kV14foJL9q67NzQbzXn6M+mk5lQSLUZH7R3EMD4ejDFnNBbRLl2xN/zoqB/BFHDIVPDSvxE5f17PNeHCYlY+/UgrFRBt+1CU/D0I5YNMth31/Br+UF7cHl+OCtP0S5wkKRRfyIP7NSkvpQFl1RWQS+Qns= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LsfnwXST; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LsfnwXST" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B1961F000E9; Mon, 17 Aug 2026 10:25:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786962336; bh=p9kFmcCHulXKU2ah6jiyzWnUfvBxefOTWECWKmFQnhY=; h=Date:From:To:Cc:Subject; b=LsfnwXSTd7VxWVEkLQArDmnpsmy1ETq1oJplv4PPjO9MRlVdlP27Y+f357mKhLFcR hWI2SjtsXmfn41WICWxNDj+YjTJRrgmgjanjblFpF7+uv2PjVFYneCBD+1+BzB3Yxl /LNBYj33cT7g5a3J5011P79PEteNxCm7dqqMLCEICNGJLGp5G42dvAUn9QndWNfjqU rk3lIKg72oduHCatDCnWpfKsXujlOVndJgbTS8Sz27Ny+Q3W01nQOnHCfYfzemCKXR lRdyfgisSmSWTELqhEtXWDlWBVlAP2pxVcM50MpaJ17pyorTsZWeOj9+MEIr2RKv7r FWWyxZz3e6epw== Date: Mon, 17 Aug 2026 12:25:32 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , Andrew Morton Subject: [GIT PULL] x86/documentation changes for v7.3 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Linus, Please pull the latest x86/documentation Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-documentation-2026-08-17 for you to fetch changes up to 33a581d800670e5d91e99203536d15ef7451ad69: x86/documentation changes for v7.3: - Misc x86 documentation updates (Randy Dunlap, Daniel Gibson) Thanks, Ingo ------------------> Daniel Gibson (1): Documentation/arch/x86/amd-debugging: Add example for reset register Randy Dunlap (4): x86/barrier: Use correct parameter names in kernel-doc x86/lib: checksum_64.h: Eliminate all kernel-doc warnings x86/speculation: Drop Excess function parameter descriptions x86/intel/quark: Clean up function kernel-doc Documentation/arch/x86/amd-debugging.rst | 5 +++++ arch/x86/include/asm/barrier.h | 6 +++--- arch/x86/include/asm/checksum_64.h | 29 ++++++++++++++++------------ arch/x86/include/asm/spec-ctrl.h | 2 -- arch/x86/platform/intel-quark/imr_selftest.c | 7 +------ 5 files changed, 26 insertions(+), 23 deletions(-)