aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/string.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-06-04powerpc/lib: optimise PPC32 memcmpGravatar Christophe Leroy 1-17/+0
2018-06-04powerpc/lib: optimise 32 bits __clear_user()Gravatar Christophe Leroy 1-46/+0
2018-06-04powerpc/lib: Adjust .balign inside string functions for PPC32Gravatar Christophe Leroy 1-3/+4
2016-11-14powerpc: EX_TABLE macro for exception tablesGravatar Nicholas Piggin 1-7/+4
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+6
2016-06-14powerpc: Align hot loops of some string functionsGravatar Anton Blanchard 1-0/+3
2016-06-14powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmpGravatar Anton Blanchard 1-41/+0
2015-01-23powerpc: Add 64bit optimised memcmpGravatar Anton Blanchard 1-0/+2
2012-07-03powerpc: 64bit optimised __clear_userGravatar Anton Blanchard 1-0/+2
2012-05-27powerpc: Use the new generic strncpy_from_user() and strnlen_user()Gravatar Paul Mackerras 1-45/+0
2010-05-21powerpc: Fix string library functionsGravatar Andreas Schwab 1-8/+8
2010-04-07powerpc: Fix handling of strncmp with zero lenGravatar Jeff Mahoney 1-1/+3
2008-07-22powerpc: Use PPC_LONG and PPC_LONG_ALIGN in lib/string.SGravatar Michael Ellerman 1-12/+6
2008-04-07[POWERPC] Add hand-coded assembly strcmpGravatar Steven Rostedt 1-0/+14
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-10-10powerpc: Use reg.h instead of processor.h when we just want reg namesGravatar Paul Mackerras 1-5/+0
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Gravatar Paul Mackerras 1-0/+203