1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. be5f3c7 lib/kstrtox.c: use "unsigned int" more by Alexey Dobriyan · 7 years ago
  3. 512750e lib/kstrtox.c: delete end-of-string test by Alexey Dobriyan · 7 years ago
  4. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  5. 8cfd56d lib/kstrtox.c: smaller _parse_integer() by Alexey Dobriyan · 8 years ago
  6. a81a5a1 lib: add "on"/"off" support to kstrtobool by Kees Cook · 8 years ago
  7. ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 8 years ago
  8. 2d2e471 kstrto*: accept "-0" for signed conversion by Alexey Dobriyan · 9 years ago
  9. ae2924a lib/kstrtox.c: remove redundant cleanup by Felipe Contreras · 10 years ago
  10. 4c925d6 kstrto*: add documentation by Eldad Zack · 12 years ago
  11. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  12. 690d137 Reduce the number of expensive division instructions done by _parse_integer() by David Howells · 12 years ago
  13. 1dff46d lib/kstrtox: common code between kstrto*() and simple_strto*() functions by Alexey Dobriyan · 13 years ago
  14. 75fb8f2 lib: make _tolower() public by Andy Shevchenko · 13 years ago
  15. c196e32 lib: add kstrto*_from_user() by Alexey Dobriyan · 13 years ago
  16. 78be959 kstrtox: simpler code in _kstrtoull() by Alexey Dobriyan · 13 years ago
  17. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago