- f9cfb19 string: use __builtin_memcpy() in strlcpy/strlcat by Alexander Potapenko · 1 year, 9 months ago
- a8c5540 lib/string: Use strchr() in strpbrk() by Andy Shevchenko · 2 years, 1 month ago
- 03699f2 string: Rewrite and add more kern-doc for the str*() functions by Kees Cook · 2 years, 6 months ago
- 2de6f3b kmsan: disable strscpy() optimization under KMSAN by Alexander Potapenko · 2 years, 5 months ago
- dffad91 lib/string.c: simplify str[c]spn by Rasmus Villemoes · 2 years, 10 months ago
- cfecea6 lib/string: Move helper functions out of string.c by Kees Cook · 3 years, 8 months ago
- 291d47cc string: improve default out-of-line memcmp() implementation by Linus Torvalds · 3 years, 7 months ago
- 1a58be6 lib: memscan() fixlet by Alexey Dobriyan · 3 years, 8 months ago
- ff72daa lib/string: remove unnecessary #undefs by Nick Desaulniers · 4 years, 2 months ago
- 1e1b6d6 lib/string.c: implement stpcpy by Nick Desaulniers · 4 years, 5 months ago
- c11d3fa lib/string.c: update match_string() doc-strings with correct behavior by Alexandru Ardelean · 5 years ago
- 0bee0ce lib/string: add strnchrnul() by Yury Norov · 5 years ago
- bec5007 lib/string: Make memzero_explicit() inline instead of external by Arvind Sankar · 5 years ago
- 9a15646 strscpy: reject buffer sizes larger than INT_MAX by Kees Cook · 5 years ago
- 917cda27 kernel-doc: core-api: include string.h into core-api by Joe Perches · 5 years ago
- b097571 lib/string.c: allow searching for NUL with strnchr by Peter Rosin · 6 years ago
- 458a3bf lib/string: Add strscpy_pad() function by Tobin C. Harding · 6 years ago
- 5f074f3 lib/string.c: implement a basic bcmp by Nick Desaulniers · 6 years ago
- 93048c0 lib: Fix ia64 bootloader linkage by Alexander Shishkin · 6 years ago
- ce76d93 lib: Add memcat_p(): paste 2 pointer arrays together by Alexander Shishkin · 6 years ago
- 1a3241f lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 7 years ago
- d6b28e0 lib: add module support to string tests by Geert Uytterhoeven · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- da43652 lib/string.c: check for kmalloc() failure by Dan Carpenter · 7 years ago
- 03270c1 lib/string.c: add testcases for memset16/32/64 by Matthew Wilcox · 7 years ago
- 3b3c4ba lib/string.c: add multibyte memset functions by Matthew Wilcox · 7 years ago
- 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 8 years ago
- 8f28472 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
- 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
- e1fe7b6 lib/string: add sysfs_match_string helper by Heikki Krogerus · 8 years ago
- ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 9 years ago
- 56b0608 lib/string: introduce match_string() helper by Andy Shevchenko · 9 years ago
- 3368e8f lib/string.c: add ULL suffix to the constant definition by Andy Shevchenko · 9 years ago
- 990486c strscpy: zero any trailing garbage bytes in the destination by Chris Metcalf · 9 years ago
- 30035e4 string: provide strscpy() by Chris Metcalf · 10 years ago
- 94df290 lib/string.c: introduce strreplace() by Rasmus Villemoes · 10 years ago
- 7829fb0 lib: make memzero_explicit more robust against dead store elimination by Daniel Borkmann · 10 years ago
- 0b053c9 lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR by mancha security · 10 years ago
- fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- 8da53d4 lib/string.c: improve strrchr() by Rasmus Villemoes · 10 years ago
- af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 10 years ago
- 8155330 lib: memzero_explicit: add comment for its usage by Daniel Borkmann · 10 years ago
- 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
- d4c5efd random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
- b0bfb63 lib: string: Make all calls to strnicmp into calls to strncasecmp by Rasmus Villemoes · 10 years ago
- cd514e7 lib/string.c: remove duplicated function by Rasmus Villemoes · 10 years ago
- 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
- 0046dd9 lib/string.c: use the name "C-string" in comments by Dan Carpenter · 11 years ago
- 11d200e lib: add glibc style strchrnul() variant by Grant Likely · 11 years ago
- a7330c9 asmlinkage Make __stack_chk_failed and memcmp visible by Andi Kleen · 11 years ago
- 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- f43804b string: memchr_inv() speed improvements by Akinobu Mita · 13 years ago
- 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
- 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 13 years ago
- 66f6958 lib/string.c: fix strim() semantics for strings that have only blanks by Michael Holzheu · 13 years ago
- 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
- d0f1fed Add a strtobool function matching semantics of existing in kernel equivalents by Jonathan Cameron · 14 years ago
- d6a2eed lib/string.c: simplify strnstr() by André Goddard Rosa · 15 years ago
- a11d2b6 lib/string.c: simplify stricmp() by André Goddard Rosa · 15 years ago
- d5f1fb5 lib: Introduce strnstr() by Li Zefan · 15 years ago
- a6cd13f lib/string.c: fix kernel-doc warnings by Randy Dunlap · 15 years ago
- ca54cb8 Subject: Re: [PATCH] strstrip incorrectly marked __must_check by KOSAKI Motohiro · 15 years ago
- 84c95c9 string: on strstrip(), first remove leading spaces before running over str by André Goddard Rosa · 15 years ago
- f653398 string: factorize skip_spaces and export it to be generally available by André Goddard Rosa · 15 years ago
- a414f01 strcmp: fix overflow and possibly signedness error by Linus Torvalds · 15 years ago
- 34990cf Add a new sysfs_streq() string comparison function by David Brownell · 17 years ago
- ded220b [STRING]: Move strcasecmp/strncasecmp to lib/string.c by David S. Miller · 18 years ago
- 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
- 6e6d9fa [PATCH] strstrip remove last blank fix by Michael Holzheu · 18 years ago
- 481fad4 [PATCH] strstrip() API by Pekka Enberg · 19 years ago
- 4c416ab [PATCH] Silence a const vs non-const warning by Jan-Benedict Glaw · 19 years ago
- 8833d32 [PATCH] Clean up arch-overrides in linux/string.h by Kyle McMartin · 19 years ago
- 894b577 [PATCH] No arch-specific strpbrk implementations by Kyle McMartin · 19 years ago
- f4a641d [PATCH] multiple exports of strpbrk by Andrew Morton · 19 years ago
- 82da2c3 [PATCH] lib/string.c cleanup: restore useful memmove const by Paul Jackson · 19 years ago
- 850b924 [PATCH] lib/string.c cleanup: remove pointless explicit casts by Jesper Juhl · 19 years ago
- cc75fb7 [PATCH] lib/string.c cleanup: remove pointless register keyword by Jesper Juhl · 19 years ago
- 51a0f0f [PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanups by Jesper Juhl · 19 years ago
- 2527952 [PATCH] documentation for strncpy() by walter harms · 20 years ago
- 0c28130 [PATCH] x86_64: make string func definition work as intended by Paolo 'Blaisorblade' Giarrusso · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2