summaryrefslogtreecommitdiffstats
path: root/lib/kstrtox.c
Commit message (Expand)AuthorAgeFilesLines
* 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