aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kstrtox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23lib/kstrtox.c: remove redundant cleanupFelipe Contreras1-1/+0
2012-12-17kstrto*: add documentationEldad Zack1-0/+64
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-02-09Reduce the number of expensive division instructions done by _parse_integer()David Howells1-5/+13
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan1-22/+53
2011-07-25lib: make _tolower() publicAndy Shevchenko1-5/+0
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan1-0/+26
2011-04-14kstrtox: simpler code in _kstrtoull()Alexey Dobriyan1-6/+3
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan1-0/+227