summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/memcmp_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/64: Fix memcmp reading past the end of src/destMichael Ellerman2019-03-251-4/+13
* powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Simon Guo2018-07-241-11/+46
* powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo2018-07-241-2/+239
* powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Simon Guo2018-07-241-7/+133
* ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* powerpc: Add 64bit optimised memcmpAnton Blanchard2015-01-231-0/+233