From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 81DC71494D9 for ; Tue, 21 Jan 2025 07:28:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737444511; cv=none; b=tn//AxDed5vvwCY28mfiTbDvyUBapjvG7+5hU0LZ1159yreFFF3qHZO2MwfxIsoeAE8KgARPa5wYr0kwe4kuRVZL2KKe8tLMK+7z7oGwRZz41zdsKZanU8X0SIE31EIsCAT+zexqw/9yc+3A0vYJSizQsMN7yX+h2cXU4lwjAgg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737444511; c=relaxed/simple; bh=NsGYufhF1b+QIKSZo/IGd6b2llfwr33840WL1urHZM0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=P2gH0iBbBMEYpz4Iy27l/CbG8BlyLn/hb7xkGnV0IcCRf4fLS60iDRMV98INRbMTrOdg5b5F+WgaaSlSA3h00hnrgZ78wf5NiyvWJ/Vxsbd4ik5h++r1WhNRfFUstBYyiAJO+30ig6F4ThPLtbTxm+MgffKu+FtWQySFcJtiLzw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nzW7ptFq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nzW7ptFq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDEA9C4CEDF; Tue, 21 Jan 2025 07:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737444510; bh=NsGYufhF1b+QIKSZo/IGd6b2llfwr33840WL1urHZM0=; h=Date:From:To:Cc:Subject:From; b=nzW7ptFqPB3cAISVCKgMQhYZzOJ/mw5wTkHj6cnsqz+YJjfviIE+bMfEJuFrET8se Wpz9lqm6TssZbXjE/fiRediobDsGXBwrS9HHgVIYGz6vLYd2Va5eSyv/wVZTtdlqTZ JU4yunwQmBl4MYYdgqYqKu463AM3BqljcZ2Att7Aa1dAIZcjp/Qw7zn0vnQeUhLk3O aB/QDwKqw2WcZtrJhvWYUZcHEQ6/V53+D+edlkQKgd3T9jKhxaenzb7niaWZmjD6Ee FM4OsiwhF7GFAr/tZ/pHr21ybTbJQRLHv4CWe8G4yb6z8P6eToNkSL4PTrGj2vTswn g5V0mH8D9+9dg== Date: Tue, 21 Jan 2025 08:28:27 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers Subject: [GIT PULL] x86/cleanups for v6.14 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/cleanups Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2025-01-21 # HEAD: 0094014be0cd75273ef7f2934c17fb8cffd4db6e x86/ioapic: Remove a stray tab in the IO-APIC type string Miscellaneous x86 cleanups and typo fixes, and also the removal of the "disablelapic" boot parameter. Thanks, Ingo ------------------> Alan Song (1): x86/ioapic: Remove a stray tab in the IO-APIC type string Baoquan He (2): x86/ioremap: Simplify setup_data mapping variants x86/ioremap: Remove unused size parameter in remapping functions Borislav Petkov (AMD) (5): x86/boot/compressed: Remove unused header includes from kaslr.c Documentation: Merge x86-specific boot options doc into kernel-parameters.txt x86/apic: Remove "disablelapic" cmdline option Documentation/kernel-parameters: Fix a typo in kvm.enable_virt_at_load text x86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leaf Raag Jadav (1): x86/cpu: Fix typo in x86_match_cpu()'s doc Documentation/admin-guide/kernel-parameters.rst | 3 - Documentation/admin-guide/kernel-parameters.txt | 239 +++++++++++++++- Documentation/arch/x86/x86_64/boot-options.rst | 312 --------------------- .../arch/x86/x86_64/fake-numa-for-cpusets.rst | 2 +- Documentation/arch/x86/x86_64/index.rst | 1 - arch/x86/Kconfig.debug | 2 +- arch/x86/boot/compressed/kaslr.c | 4 - arch/x86/include/asm/cpufeatures.h | 12 +- arch/x86/kernel/apic/apic.c | 9 +- arch/x86/kernel/apic/io_apic.c | 2 +- arch/x86/kernel/cpu/match.c | 2 +- arch/x86/kernel/cpu/topology.c | 2 +- arch/x86/kernel/pci-dma.c | 4 - arch/x86/mm/ioremap.c | 117 +++----- 14 files changed, 277 insertions(+), 434 deletions(-) delete mode 100644 Documentation/arch/x86/x86_64/boot-options.rst