3'/>
summaryrefslogtreecommitdiff
path: root/include/linux/string.h
AgeCommit message (Expand)Author
2017-09-11string.h: un-fortify memcpy_and_padMartin Wilck
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox
2017-08-28string.h: add memcpy_and_pad()Martin Wilck
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-14replace incorrect strscpy use in FORTIFY_SOURCEDaniel Micay
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-07-06Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-25x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams
2017-03-23lib/string: add sysfs_match_string helperHeikki Krogerus
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook
2016-03-17lib/string: introduce match_string() helperAndy Shevchenko
2016-01-04new helper: memdup_user_nul()Al Viro