aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/string.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-45/+0
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+3
2021-10-26s390/string: use generic strlcpyHeiko Carstens1-26/+0
2021-10-26s390/string: use generic strrchrHeiko Carstens1-19/+0
2021-10-12s390: fix strrchr() implementationRoberto Sassu1-8/+7
2021-09-25lib/string: Move helper functions out of string.cKees Cook1-0/+3
2021-07-05s390/lib,string: fix strcat() inline asm constraint modifierHeiko Carstens1-1/+1
2021-06-28s390/lib,string: get rid of register asmHeiko Carstens1-56/+75
2020-10-07s390/lib: fix kernel doc for memcmp()Julian Wiedmann1-1/+1
2019-01-18s390/kasan: improve string/memory functions checksVasily Gorbik1-0/+28
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-14/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09s390: cleanup string ops prototypesHeiko Carstens1-14/+14
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-12-14s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens1-6/+6
2016-08-08s390/lib: fix memcmp and strstrChristian Borntraeger1-9/+7
2016-06-28s390/lib: use basic blocks for inline assembliesHeiko Carstens1-24/+26
2012-09-26s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens1-51/+5
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2009-03-26[S390] use compiler builtin versions of strlen/strcpy/strcatHeiko Carstens1-0/+8
2006-07-12[S390] Fix sparse warnings.Heiko Carstens1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+381