summaryrefslogtreecommitdiff
path: root/include/linux/string.h (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani2024-10-17
* lib/string.c: add multibyte memset functionsMatthew Wilcox2021-08-04
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-23
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-27
* string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2019-02-20
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2018-02-25
* lib: move strtobool() to kstrtobool()Kees Cook2016-10-28
* string: provide strscpy()Chris Metcalf2015-09-10
* lib/string.c: introduce strreplace()Rasmus Villemoes2015-06-25
* mm/util: add kstrdup_constAndrzej Hajda2015-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: add glibc style strchrnul() variantGrant Likely2014-05-23
* string: introduce helper to get base file name from given pathAndy Shevchenko2012-12-17
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* string: do not export memweight() to userspaceWANG Cong2012-08-21
* string: introduce memweight()Akinobu Mita2012-07-30
* 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: Introduce strnstr()Li Zefan2010-01-14
* Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-15
* string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa2009-12-15
* strstrip(): mark as as must_checkKOSAKI Motohiro2009-10-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds2009-04-05
|\
| * strstarts: helper function for !strncmp(str, prefix, strlen(prefix))Rusty Russell2009-03-31
* | Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-05
|\ \
| * | vsprintf: add binary printfLai Jiangshan2009-03-06
| |/
* / memdup_user(): introduceLi Zefan2009-04-01
|/
* linux/string.h: fix comment typoJeff Garzik2008-11-02
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-24
* Add a new sysfs_streq() string comparison functionDavid Brownell2008-05-01
* [TIPC]: Fix headercheck wrt. tipc_config.hDavid S. Miller2007-10-30
* add argv_split()Jeremy Fitzhardinge2007-07-18
* add kstrndupJeremy Fitzhardinge2007-07-18
* [STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2007-04-26
* [PATCH] kmemdup: introduceAlexey Dobriyan2006-10-01
* [PATCH] strstrip() APIPekka Enberg2006-06-23
* [PATCH] Clean up arch-overrides in linux/string.hKyle McMartin2006-04-11
* [PATCH] strndup_user()Davi Arnaut2006-03-24
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [PATCH] propagate __nocast annotationsAlexey Dobriyan2005-07-07
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-23
* Linux-2.6.12-rc2Linus Torvalds2005-04-16