summaryrefslogtreecommitdiff
path: root/include/linux/string.h
Commit message (Expand)AuthorAge
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-31
|\
| * new primitive: vmemdup_user()Al Viro2018-01-07
* | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-01-30
|\ \
| * | string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-19
| |/
* | string.h: workaround for increased stack usageArnd Bergmann2017-12-14
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* string.h: un-fortify memcpy_and_padMartin Wilck2017-09-11
* Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-09
|\
| * string.h: add memcpy_and_pad()Martin Wilck2017-08-28
* | lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-08
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-15
|\
| * Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2017-07-06
* | replace incorrect strscpy use in FORTIFY_SOURCEDaniel Micay2017-07-14
* | include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-12
* | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-09
|/
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\
| * x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams2017-04-25
* | lib/string: add sysfs_match_string helperHeikki Krogerus2017-03-23
|/
* include/linux: apply __malloc attributeRasmus Villemoes2016-05-19
* lib: move strtobool() to kstrtobool()Kees Cook2016-03-17
* lib/string: introduce match_string() helperAndy Shevchenko2016-03-17
* new helper: memdup_user_nul()Al Viro2016-01-04
* 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