aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/kstrtox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan1-4/+6
2017-07-10lib/kstrtox.c: delete end-of-string testAlexey Dobriyan1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-11lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan1-5/+1
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook1-3/+17
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook1-0/+50
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan1-1/+1
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