aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/xor.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-07-08ARM: crypto: add NEON accelerated XOR implementationArd Biesheuvel1-0/+73
Add a source file xor-neon.c (which is really just the reference C implementation passed through the GCC vectorizer) and hook it up to the XOR framework. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Nicolas Pitre <nico@linaro.org>
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+141
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>