summaryrefslogtreecommitdiff
path: root/lib/string.c
Commit message (Expand)AuthorAge
* lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin2018-02-01
* lib: add module support to string testsGeert Uytterhoeven2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* lib/string.c: check for kmalloc() failureDan Carpenter2017-09-08
* lib/string.c: add testcases for memset16/32/64Matthew Wilcox2017-09-08
* lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-08
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-12
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-04
|\
| * lib/string: add sysfs_match_string helperHeikki Krogerus2017-03-23
* | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-02
|/
* lib: move strtobool() to kstrtobool()Kees Cook2016-03-17
* lib/string: introduce match_string() helperAndy Shevchenko2016-03-17
* lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko2015-11-10
* strscpy: zero any trailing garbage bytes in the destinationChris Metcalf2015-10-06
* string: provide strscpy()Chris Metcalf2015-09-10
* lib/string.c: introduce strreplace()Rasmus Villemoes2015-06-25
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-04
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-03-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-14
|\
| * lib: memzero_explicit: add comment for its usageDaniel Borkmann2015-01-08
* | lib/string.c: improve strrchr()Rasmus Villemoes2015-02-13
* | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-12
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-24
|\
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-17
* | lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-14
* | lib/string.c: remove duplicated functionRasmus Villemoes2014-10-14
* | Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-13
|/
* lib/string.c: use the name "C-string" in commentsDan Carpenter2014-06-04
* lib: add glibc style strchrnul() variantGrant Likely2014-05-23
* asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2014-02-13
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\ \
| * | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-29
| |/
* | string: memchr_inv() speed improvementsAkinobu Mita2012-03-23
|/
* lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu2011-10-31
* lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-31
* Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2011-05-19
* lib/string.c: simplify strnstr()André Goddard Rosa2010-03-06
* lib/string.c: simplify stricmp()André Goddard Rosa2010-03-06
* lib: Introduce strnstr()Li Zefan2010-01-14
* lib/string.c: fix kernel-doc warningsRandy Dunlap2009-12-22
* Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-15
* string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa2009-12-15
* string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa2009-12-15
* strcmp: fix overflow and possibly signedness errorLinus Torvalds2009-11-18
* Add a new sysfs_streq() string comparison functionDavid Brownell2008-05-01
* [STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2007-04-26
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* [PATCH] strstrip remove last blank fixMichael Holzheu2006-10-28