summaryrefslogtreecommitdiffstats
path: root/lib/kstrtox.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan2016-10-111-5/+1
* lib: add "on"/"off" support to kstrtoboolKees Cook2016-03-171-3/+17
* lib: move strtobool() to kstrtobool()Kees Cook2016-03-171-0/+50
* kstrto*: accept "-0" for signed conversionAlexey Dobriyan2015-09-101-1/+1
* lib/kstrtox.c: remove redundant cleanupFelipe Contreras2014-01-231-1/+0
* kstrto*: add documentationEldad Zack2012-12-171-0/+64
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* Reduce the number of expensive division instructions done by _parse_integer()David Howells2012-02-091-5/+13
* lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan2011-10-311-22/+53
* lib: make _tolower() publicAndy Shevchenko2011-07-251-5/+0
* lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+26
* kstrtox: simpler code in _kstrtoull()Alexey Dobriyan2011-04-141-6/+3
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-221-0/+227