1. 79bbe9c Merge android-4.9.187 (fabc071) into msm-4.9 by jianzhou · 4 years, 7 months ago
  2. 8dd8b4d lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 6 years ago
  3. 45728c3 Merge android-4.9.169 (1ef64da) into msm-4.9 by jianzhou · 5 years ago
  4. 7eceaf5 lib/string.c: implement a basic bcmp by Nick Desaulniers · 5 years ago
  5. 0f51310 include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  6. ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 8 years ago
  7. 56b0608 lib/string: introduce match_string() helper by Andy Shevchenko · 8 years ago
  8. 3368e8fb lib/string.c: add ULL suffix to the constant definition by Andy Shevchenko · 8 years ago
  9. 990486c strscpy: zero any trailing garbage bytes in the destination by Chris Metcalf · 9 years ago
  10. 30035e4 string: provide strscpy() by Chris Metcalf · 9 years ago
  11. 94df290 lib/string.c: introduce strreplace() by Rasmus Villemoes · 9 years ago
  12. 7829fb0 lib: make memzero_explicit more robust against dead store elimination by Daniel Borkmann · 9 years ago
  13. 0b053c9 lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR by mancha security · 9 years ago
  14. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  15. 8da53d4 lib/string.c: improve strrchr() by Rasmus Villemoes · 9 years ago
  16. af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 9 years ago
  17. 8155330 lib: memzero_explicit: add comment for its usage by Daniel Borkmann · 9 years ago
  18. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  19. d4c5efd random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
  20. b0bfb63 lib: string: Make all calls to strnicmp into calls to strncasecmp by Rasmus Villemoes · 10 years ago
  21. cd514e7 lib/string.c: remove duplicated function by Rasmus Villemoes · 10 years ago
  22. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  23. 0046dd9 lib/string.c: use the name "C-string" in comments by Dan Carpenter · 10 years ago
  24. 11d200e lib: add glibc style strchrnul() variant by Grant Likely · 10 years ago
  25. a7330c9 asmlinkage Make __stack_chk_failed and memcmp visible by Andi Kleen · 10 years ago
  26. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  27. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  28. f43804b string: memchr_inv() speed improvements by Akinobu Mita · 12 years ago
  29. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  30. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 12 years ago
  31. 66f6958 lib/string.c: fix strim() semantics for strings that have only blanks by Michael Holzheu · 13 years ago
  32. 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  33. d0f1fed Add a strtobool function matching semantics of existing in kernel equivalents by Jonathan Cameron · 13 years ago
  34. d6a2eed lib/string.c: simplify strnstr() by André Goddard Rosa · 14 years ago
  35. a11d2b6 lib/string.c: simplify stricmp() by André Goddard Rosa · 14 years ago
  36. d5f1fb5 lib: Introduce strnstr() by Li Zefan · 14 years ago
  37. a6cd13f lib/string.c: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  38. ca54cb8 Subject: Re: [PATCH] strstrip incorrectly marked __must_check by KOSAKI Motohiro · 14 years ago
  39. 84c95c9 string: on strstrip(), first remove leading spaces before running over str by André Goddard Rosa · 14 years ago
  40. f653398 string: factorize skip_spaces and export it to be generally available by André Goddard Rosa · 14 years ago
  41. a414f01 strcmp: fix overflow and possibly signedness error by Linus Torvalds · 14 years ago
  42. 34990cf Add a new sysfs_streq() string comparison function by David Brownell · 16 years ago
  43. ded220b [STRING]: Move strcasecmp/strncasecmp to lib/string.c by David S. Miller · 17 years ago
  44. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  45. 6e6d9fa [PATCH] strstrip remove last blank fix by Michael Holzheu · 18 years ago
  46. 481fad4 [PATCH] strstrip() API by Pekka Enberg · 18 years ago
  47. 4c416ab [PATCH] Silence a const vs non-const warning by Jan-Benedict Glaw · 18 years ago
  48. 8833d32 [PATCH] Clean up arch-overrides in linux/string.h by Kyle McMartin · 18 years ago
  49. 894b577 [PATCH] No arch-specific strpbrk implementations by Kyle McMartin · 18 years ago
  50. f4a641d [PATCH] multiple exports of strpbrk by Andrew Morton · 18 years ago
  51. 82da2c3 [PATCH] lib/string.c cleanup: restore useful memmove const by Paul Jackson · 19 years ago
  52. 850b924 [PATCH] lib/string.c cleanup: remove pointless explicit casts by Jesper Juhl · 19 years ago
  53. cc75fb7 [PATCH] lib/string.c cleanup: remove pointless register keyword by Jesper Juhl · 19 years ago
  54. 51a0f0f [PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanups by Jesper Juhl · 19 years ago
  55. 2527952 [PATCH] documentation for strncpy() by walter harms · 19 years ago
  56. 0c28130 [PATCH] x86_64: make string func definition work as intended by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago