From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 16 Jul 2014 11:41:54 +0100 Subject: [PATCH RFCv3 00/14] arm64: eBPF JIT compiler In-Reply-To: <1405405512-4423-1-git-send-email-zlim.lnx@gmail.com> References: <1405405512-4423-1-git-send-email-zlim.lnx@gmail.com> Message-ID: <20140716104153.GL29414@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 15, 2014 at 07:24:58AM +0100, Zi Shen Lim wrote: > This series implements eBPF JIT compiler for arm64. > See [14/14] for change log. > > Patches [1-13/14] implement code generation functions. Nice work, I'll take a look. Thanks! Will