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 C2566C433F5 for ; Fri, 22 Apr 2022 18:28:10 +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:References:In-Reply-To: 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: List-Owner; bh=ditx5yN1eBe8MEsEIcpPTPIE9z4ctnm2pB4bxHiR0EE=; b=ea2RX28+aKaOoJ 1pkC/VUh4xI+/TbBmlEFFSqZwaRG8Vn/AlAc0v2YjY2tDgJ5hkgkknj7WMiw2pWcfmh57nC8OT3oH Sl8y1klkTfTFtwF3V3CKOJ+yCtjooHcoRa2t23Ya9rPASIevkyB1RMnu571SEVihJXAtfTdExWCil Gwhx2TcAxkfQJXPRjKGssTd/xkehOTMjc+orkTDXVUsuhh1/mkGC9ItluKMBG32PkzpenrDP1w5+K VmPPEmNapKrqREtZ46AthOVfuHB7MOfqRGdlvaFhlsDAOP3EU+PPD1zvYY3Rz+SgpR1yO5TLXFQR4 1imMbTxza2QBtS1l5qNA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhxzj-001xTU-2F; Fri, 22 Apr 2022 18:27:03 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhxzf-001xT7-PC for linux-arm-kernel@lists.infradead.org; Fri, 22 Apr 2022 18:27:01 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 2B59E61776; Fri, 22 Apr 2022 18:26:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58777C385A0; Fri, 22 Apr 2022 18:26:55 +0000 (UTC) From: Catalin Marinas To: Shuah Khan , Marc Zyngier , Mark Brown , Will Deacon , Shuah Khan Cc: Suzuki K Poulose , Luis Machado , James Morse , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kselftest@vger.kernel.org, Basant Kumar Dwivedi , Alexandru Elisei , Salil Akerkar , Alan Hayward , Luca Salabrino , Szabolcs Nagy Subject: Re: (subset) [PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension Date: Fri, 22 Apr 2022 19:26:52 +0100 Message-Id: <165065199613.1610925.15958452310991530163.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220419112247.711548-1-broonie@kernel.org> References: <20220419112247.711548-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220422_112659_894269_8C897FB2 X-CRM114-Status: GOOD ( 12.16 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 19 Apr 2022 12:22:08 +0100, Mark Brown wrote: > This series provides initial support for the ARMv9 Scalable Matrix > Extension (SME). SME takes the approach used for vectors in SVE and > extends this to provide architectural support for matrix operations. A > more detailed overview can be found in [1]. > > For the kernel SME can be thought of as a series of features which are > intended to be used together by applications but operate mostly > orthogonally: > > [...] Applied to arm64 (for-next/kselftest), thanks! [28/39] kselftest/arm64: Add manual encodings for SME instructions https://git.kernel.org/arm64/c/b5d3f4daf4d3 [29/39] kselftest/arm64: sme: Add SME support to vlset https://git.kernel.org/arm64/c/0fea47609e48 [30/39] kselftest/arm64: Add tests for TPIDR2 https://git.kernel.org/arm64/c/f442d9edcff0 [31/39] kselftest/arm64: Extend vector configuration API tests to cover SME https://git.kernel.org/arm64/c/7e387a00d640 [32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test https://git.kernel.org/arm64/c/aee8a834e3f0 [33/39] kselftest/arm64: signal: Handle ZA signal context in core code https://git.kernel.org/arm64/c/f2608edbc17b [34/39] kselftest/arm64: Add stress test for SME ZA context switching https://git.kernel.org/arm64/c/659689a61912 [35/39] kselftest/arm64: signal: Add SME signal handling tests https://git.kernel.org/arm64/c/8d41f50ade02 [36/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests https://git.kernel.org/arm64/c/e4bbc3f2c589 [37/39] kselftest/arm64: Add coverage for the ZA ptrace interface https://git.kernel.org/arm64/c/8f6bb75334f4 [38/39] kselftest/arm64: Add SME support to syscall ABI test https://git.kernel.org/arm64/c/5bbfaf598476 [39/39] selftests/arm64: Add a testcase for handling of ZA on clone() https://git.kernel.org/arm64/c/fb146c8a0ad9 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel