summaryrefslogtreecommitdiff
path: root/lib/kstrtox.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan2017-07-10
* lib/kstrtox.c: delete end-of-string testAlexey Dobriyan2017-07-10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan2016-10-11
* lib: add "on"/"off" support to kstrtoboolKees Cook2016-03-17
* lib: move strtobool() to kstrtobool()Kees Cook2016-03-17
* kstrto*: accept "-0" for signed conversionAlexey Dobriyan2015-09-10
* lib/kstrtox.c: remove redundant cleanupFelipe Contreras2014-01-23
* kstrto*: add documentationEldad Zack2012-12-17
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* Reduce the number of expensive division instructions done by _parse_integer()David Howells2012-02-09
* lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan2011-10-31
* lib: make _tolower() publicAndy Shevchenko2011-07-25
* lib: add kstrto*_from_user()Alexey Dobriyan2011-05-25
* kstrtox: simpler code in _kstrtoull()Alexey Dobriyan2011-04-14
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-22