aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/memcmp_64.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2023-04-20powerpc: add CFUNC assembly label annotationGravatar Nicholas Piggin 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-25powerpc/64: Fix memcmp reading past the end of src/destGravatar Michael Ellerman 1-4/+13
2018-07-24powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Gravatar Simon Guo 1-11/+46
2018-07-24powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionGravatar Simon Guo 1-2/+239
2018-07-24powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Gravatar Simon Guo 1-7/+133
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+2
2015-01-23powerpc: Add 64bit optimised memcmpGravatar Anton Blanchard 1-0/+233