From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Thu, 2 Nov 2017 16:32:49 +0000 Subject: [PATCH v5 00/30] ARM Scalable Vector Extension (SVE) In-Reply-To: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> References: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> Message-ID: <20171102163248.GB595@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 31, 2017 at 03:50:52PM +0000, Dave Martin wrote: > This series implements Linux kernel support for the ARM Scalable Vector > Extension (SVE). [1] It supersedes the previous v3: see [3] for link > and full cover letter. > > This is a minor update to v4, but does contain a couple of important > fixes. I've pushed a version of this series out to the arm64 devel branch, with a view to putting it into next. git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git devel Please kick the tyres and let me know of any issues ASAP. Will