Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-01lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin
2017-11-18lib: add module support to string testsGeert Uytterhoeven
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09lib/string.c: check for kmalloc() failureDan Carpenter
2017-09-09lib/string.c: add testcases for memset16/32/64Matthew Wilcox
2017-09-09lib/string.c: add multibyte memset functionsMatthew Wilcox
2017-07-13include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-05-05Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-23lib/string: add sysfs_match_string helperHeikki Krogerus
2016-03-18lib: move strtobool() to kstrtobool()Kees Cook
2016-03-18lib/string: introduce match_string() helperAndy Shevchenko
2015-11-11lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko
2015-10-06strscpy: zero any trailing garbage bytes in the destinationChris Metcalf
2015-09-10string: provide strscpy()Chris Metcalf
2015-06-26lib/string.c: introduce strreplace()Rasmus Villemoes
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann
2015-03-19lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-14lib/string.c: improve strrchr()Rasmus Villemoes
2015-02-13lib/string.c: remove strnicmp()Rasmus Villemoes
2015-01-08lib: memzero_explicit: add comment for its usageDaniel Borkmann
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes
2014-10-14lib/string.c: remove duplicated functionRasmus Villemoes
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds
2014-06-05lib/string.c: use the name "C-string" in commentsDan Carpenter
2014-05-23lib: add glibc style strchrnul() variantGrant Likely
2014-02-14asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-24string: memchr_inv() speed improvementsAkinobu Mita
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-03-01bug.h: add include of it to various implicit C usersPaul Gortmaker
2011-11-01lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu
2011-11-01lib/string.c: introduce memchr_inv()Akinobu Mita
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron
2010-03-06lib/string.c: simplify strnstr()André Goddard Rosa
2010-03-06lib/string.c: simplify stricmp()André Goddard Rosa
2010-01-15lib: Introduce strnstr()Li Zefan
2009-12-23lib/string.c: fix kernel-doc warningsRandy Dunlap
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa
2009-11-19strcmp: fix overflow and possibly signedness errorLinus Torvalds
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2006-10-28[PATCH] strstrip remove last blank fixMichael Holzheu