Message ID | 20220715134847.2190-1-jszhang@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org> 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 D8E82C43334 for <linux-riscv@archiver.kernel.org>; Fri, 15 Jul 2022 13:58:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=rPBUTaKQuNK7RCBZv4myo5WgoZoX7cQuqXiWcp89c6w=; b=L52wh74AYfWz7d 57x5U1PEpYX3jHQjGgUYHu22iXvf7yAyMdbEISAo2nmQPFfGUmzsyrJxpGkohIbkk0zPRaNZP4dji 4UCAmQvFTTjAHLNHQhOTcADJHBByK3GK1qy1KLkdZ5+McyuUjirAZbih7ojmXBumfO/iBD9RsYinE VkD3ozf17ho3Vl0+zVLtuBBS8lOy4Fbq1eIrN3HmNX2Fx9A+5mzsiThPiCzjuTBST8Vt6/1wRqG0v +HF5sI026Ec94QDEJLToOLXTMkHeiTNy439eJ90gjQGfVtMfDlcxgIJksQiweJpvVNE1n/Qq6m6XG SCXer4qNgtaMz4gnLDXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCLpN-007QWV-FT; Fri, 15 Jul 2022 13:57:57 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCLpK-007QUQ-VL for linux-riscv@lists.infradead.org; Fri, 15 Jul 2022 13:57:56 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 1EBC2CE2FAC; Fri, 15 Jul 2022 13:57:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E54BCC34115; Fri, 15 Jul 2022 13:57:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657893469; bh=EG4+eyeSWG6p8MlL7myTufaqwBpKi2OXqFxrvHcxxqk=; h=From:To:Cc:Subject:Date:From; b=H/NtYc2qH5vOLGbu9x44ie3b74tKGwAGm9igLGf1rL2YHQLeiQk7Yab1Z4PzzvBLx IPBeVog8S0aW1Rr4XGEQQ3Y20eVg1AyKNFAiFOzpm+g5cqxPz8CYss56D40SG31bAY tbAOUaJnHeqCRFvu2VfmLXXaSQJdH38IJL8C9xo/UzghG7qIdvny8Q0tpgQxuZPk7M n4DGWUWlt/AjMg1CLlxDEhvtQysZBjTJCRAHjc9Ib/FrBKFp7Ky8BB7hlCciP+/PRQ d8SJzg9IIU3nz7t226BI1Y667Dxz5ZUOevXDaNO78XPiSTdvq61ZVmCXeNFJe3SdWk 17zWo0xQl+rEQ== From: Jisheng Zhang <jszhang@kernel.org> To: Paul Walmsley <paul.walmsley@sifive.com>, Palmer Dabbelt <palmer@dabbelt.com>, Albert Ou <aou@eecs.berkeley.edu>, Andrey Ryabinin <ryabinin.a.a@gmail.com>, Alexander Potapenko <glider@google.com>, Andrey Konovalov <andreyknvl@gmail.com>, Dmitry Vyukov <dvyukov@google.com>, Vincenzo Frascino <vincenzo.frascino@arm.com>, Alexandre Ghiti <alexandre.ghiti@canonical.com> Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com Subject: [PATCH v5 0/2] use static key to optimize pgtable_l4_enabled Date: Fri, 15 Jul 2022 21:48:45 +0800 Message-Id: <20220715134847.2190-1-jszhang@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220715_065755_468597_56E97539 X-CRM114-Status: GOOD ( 12.23 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-riscv.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-riscv>, <mailto:linux-riscv-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-riscv/> List-Post: <mailto:linux-riscv@lists.infradead.org> List-Help: <mailto:linux-riscv-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-riscv>, <mailto:linux-riscv-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" <linux-riscv-bounces@lists.infradead.org> Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org |
Series |
use static key to optimize pgtable_l4_enabled
|
expand
|