summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-17lib/string.c: implement a basic bcmpNick Desaulniers2-0/+23
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook4-30/+57
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko2-0/+28
2015-11-11lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1
2015-10-06strscpy: zero any trailing garbage bytes in the destinationChris Metcalf1-1/+2
2015-09-10string: provide strscpy()Chris Metcalf2-0/+91
2015-06-26lib/string.c: introduce strreplace()Rasmus Villemoes2-0/+18
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann4-2/+23
2015-03-19lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security1-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds70-709/+1785
2015-02-14lib/string.c: improve strrchr()Rasmus Villemoes1-6/+6
2015-02-13lib/string.c: remove strnicmp()Rasmus Villemoes4-13/+0
2015-01-08lib: memzero_explicit: add comment for its usageDaniel Borkmann1-0/+5
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-19/+36
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann3-6/+23
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2-1/+2
2014-10-14lib/string.c: remove duplicated functionRasmus Villemoes1-17/+10
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds5-6/+8
2014-06-04lib/string.c: use the name "C-string" in commentsDan Carpenter1-4/+4
2014-05-23lib: add glibc style strchrnul() variantGrant Likely2-0/+21
2014-02-14asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2-2/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds93-132/+223
2012-03-23string: memchr_inv() speed improvementsAkinobu Mita1-4/+16
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker21-0/+21
2011-11-01lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu1-2/+1
2011-11-01lib/string.c: introduce memchr_inv()Akinobu Mita5-68/+57
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2-0/+30
2010-03-06lib/string.c: simplify strnstr()André Goddard Rosa1-3/+3
2010-03-06lib/string.c: simplify stricmp()André Goddard Rosa1-19/+15
2010-01-15lib: Introduce strnstr()Li Zefan2-2/+30
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap1-3/+3
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro3-6/+13
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa1-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa3-4/+17
2009-11-19strcmp: fix overflow and possibly signedness errorLinus Torvalds1-6/+14
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell2-0/+29
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller17-151/+39
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day33-116/+105
2006-10-28[PATCH] strstrip remove last blank fixMichael Holzheu1-1/+1
2006-06-23[PATCH] strstrip() APIPekka Enberg2-0/+31
2006-04-11[PATCH] Silence a const vs non-const warningJan-Benedict Glaw1-1/+1
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hKyle McMartin2-5/+14
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin20-20/+1
2006-03-22[PATCH] multiple exports of strpbrkAndrew Morton5-1/+4
2005-10-31[PATCH] lib/string.c cleanup: restore useful memmove constPaul Jackson1-1/+2
2005-10-31[PATCH] lib/string.c cleanup: remove pointless explicit castsJesper Juhl1-10/+11
2005-10-31[PATCH] lib/string.c cleanup: remove pointless register keywordJesper Juhl1-2/+2
2005-10-31[PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsJesper Juhl1-60/+53
[next]