From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4FBDEE81A32 for ; Tue, 17 Feb 2026 13:35:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=xdJ8NDH8ZiM2ye89tK0zkkFpi3BanVHyc8DnrDaS+Ac=; b=jqOIY4ZP1Ww7XLaRLIYQxUZ124 pgo5FrAiEKN6Q4nccHld/9eE2pmFWSNP6H2gixyu/GjSnVv39d3Ni/fbFfWkVddBuQPoAYh77cvZD bBVyz6xoEGsQqAphfahmQgbip/e5NpgYXW8mafL5m7MsJNV7RiFDtGLRsBlqtFRA/U78YovDCsS0m RbT+EDHTREWcsM9ez2dveJspRJJCdHM6b9cl6V+M01gqxlgdfxd6sFByDZg+GpeWXeP5NY8qLu2tA sRN1ywPQZGek3718fcP5jldMA/5+WqNpeZwUg9Vrdulydpz+JBe2vxMeNDJZdsLINH3IojJWLeZfe CYPl4d/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vsLEr-00000008KYt-0EkW; Tue, 17 Feb 2026 13:35:41 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vsLEn-00000008KXS-3dmI for linux-arm-kernel@lists.infradead.org; Tue, 17 Feb 2026 13:35:40 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 90B221477; Tue, 17 Feb 2026 05:35:30 -0800 (PST) Received: from e125769.cambridge.arm.com (e125769.cambridge.arm.com [10.1.196.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 988F63F632; Tue, 17 Feb 2026 05:35:35 -0800 (PST) From: Ryan Roberts To: stable@vger.kernel.org Cc: Ryan Roberts , catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jack Aboutboul , Sharath George John , Noah Meyerhans , Jim Perrin Subject: [PATCH 6.1 0/3] arm64: Speed up boot with faster linear map creation Date: Tue, 17 Feb 2026 13:35:21 +0000 Message-ID: <20260217133527.2881603-1-ryan.roberts@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260217_053537_945953_C5FDB98A X-CRM114-Status: UNSURE ( 6.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi All, This series is a backport that applies to stable kernel 6.1 (base v6.1.163), for some speed ups to enable significantly faster booting on systems with a lot of memory. The patches were originally posted at: https://lore.kernel.org/linux-arm-kernel/20240412131908.433043-1-ryan.roberts@arm.com/ ... and were originally merged upstream in v6.10-rc1. I'm requesting this be merged to stable on behalf of a partner who wants to get the benefit of this series in Debian 12. Thanks, Ryan Ryan Roberts (3): arm64: mm: Don't remap pgtables per-cont(pte|pmd) block arm64: mm: Batch dsb and isb when populating pgtables arm64: mm: Don't remap pgtables for allocate vs populate arch/arm64/include/asm/pgtable.h | 7 ++- arch/arm64/mm/mmu.c | 92 ++++++++++++++++++-------------- 2 files changed, 57 insertions(+), 42 deletions(-) -- 2.43.0