summaryrefslogtreecommitdiffstats
path: root/lib/kstrtox.c
AgeCommit message (Expand)AuthorLines
2025-05-11kstrtox: add support for enabled and disabled in kstrtobool()Mario Limonciello-0/+4
2023-08-21kstrtox: consistently use _tolower()Andy Shevchenko-1/+1
2022-05-13lib/kstrtox.c: add "false"/"true" support to kstrtobool()Jagdish Gediya-1/+5
2022-01-20kstrtox: uninline everythingAlexey Dobriyan-0/+12
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+3
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko-2/+3
2021-05-19lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald-3/+10
2020-11-19lib: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder-8/+4
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder-4/+4
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan-8/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-10lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan-4/+6
2017-07-10lib/kstrtox.c: delete end-of-string testAlexey Dobriyan-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-11lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan-5/+1
2016-03-17lib: add "on"/"off" support to kstrtoboolKees Cook-3/+17
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook-0/+50
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan-1/+1
2014-01-23lib/kstrtox.c: remove redundant cleanupFelipe Contreras-1/+0
2012-12-17kstrto*: add documentationEldad Zack-0/+64
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2012-02-09Reduce the number of expensive division instructions done by _parse_integer()David Howells-5/+13
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan-22/+53
2011-07-25lib: make _tolower() publicAndy Shevchenko-5/+0
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan-0/+26
2011-04-14kstrtox: simpler code in _kstrtoull()Alexey Dobriyan-6/+3
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan-0/+227