summaryrefslogtreecommitdiff
path: root/lib/kstrtox.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan
2017-07-10lib/kstrtox.c: delete end-of-string testAlexey Dobriyan
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-11lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan
2014-01-23lib/kstrtox.c: remove redundant cleanupFelipe Contreras
2012-12-17kstrto*: add documentationEldad Zack
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-02-09Reduce the number of expensive division instructions done by _parse_integer()David Howells
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan
2011-07-25lib: make _tolower() publicAndy Shevchenko
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-04-14kstrtox: simpler code in _kstrtoull()Alexey Dobriyan
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan