summaryrefslogtreecommitdiffstats
path: root/lib/string.c
AgeCommit message (Expand)AuthorLines
2021-09-25lib/string: Move helper functions out of string.cKees Cook-204/+6
2021-08-30string: improve default out-of-line memcmp() implementationLinus Torvalds-0/+16
2021-07-01lib: memscan() fixletAlexey Dobriyan-1/+1
2020-12-15lib/string: remove unnecessary #undefsNick Desaulniers-4/+0
2020-09-26lib/string.c: implement stpcpyNick Desaulniers-0/+24
2020-02-21lib/string.c: update match_string() doc-strings with correct behaviorAlexandru Ardelean-0/+16
2020-02-04lib/string: add strnchrnul()Yury Norov-0/+17
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar-21/+0
2019-09-25strscpy: reject buffer sizes larger than INT_MAXKees Cook-1/+1
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches-4/+6
2019-07-16lib/string.c: allow searching for NUL with strnchrPeter Rosin-1/+10
2019-04-08lib/string: Add strscpy_pad() functionTobin C. Harding-7/+40
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers-0/+20
2018-10-16lib: Fix ia64 bootloader linkageAlexander Shishkin-30/+0
2018-10-11lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin-0/+31
2018-02-01lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin-1/+1
2017-11-17lib: add module support to string testsGeert Uytterhoeven-141/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-08lib/string.c: check for kmalloc() failureDan Carpenter-3/+15
2017-09-08lib/string.c: add testcases for memset16/32/64Matthew Wilcox-0/+129
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox-0/+66
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay-0/+7
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+26
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com-1/+1
2017-03-23lib/string: add sysfs_match_string helperHeikki Krogerus-0/+26
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook-29/+0
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko-0/+26
2015-11-10lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko-1/+1
2015-10-06strscpy: zero any trailing garbage bytes in the destinationChris Metcalf-1/+2
2015-09-10string: provide strscpy()Chris Metcalf-0/+88
2015-06-25lib/string.c: introduce strreplace()Rasmus Villemoes-0/+17
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann-1/+1
2015-03-20lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-0/+5
2015-02-13lib/string.c: improve strrchr()Rasmus Villemoes-6/+6
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes-8/+0
2015-01-08lib: memzero_explicit: add comment for its usageDaniel Borkmann-0/+5
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+16
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann-0/+16
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes-0/+1
2014-10-14lib/string.c: remove duplicated functionRasmus Villemoes-17/+10
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds-2/+2
2014-06-04lib/string.c: use the name "C-string" in commentsDan Carpenter-4/+4
2014-05-23lib: add glibc style strchrnul() variantGrant Likely-0/+18
2014-02-13asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen-1/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+3
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds-0/+1
2012-03-23string: memchr_inv() speed improvementsAkinobu Mita-4/+16
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+4
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker-0/+1