Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b160628e9ebcdc85d0db9d7f423c26b3c7c179d0
/
lib
/
kstrtox.c
70ac699
kstrtox: uninline everything
by Alexey Dobriyan
· 3 years ago
71bd934
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 3 years, 6 months ago
4c52729
kernel.h: split out kstrtox() and simple_strtox() to a separate header
by Andy Shevchenko
· 3 years, 6 months ago
900fdc4
lib: vsprintf: Fix handling of number field widths in vsscanf
by Richard Fitzgerald
· 3 years, 8 months ago
36f9ff9
lib: Fix fall-through warnings for Clang
by Gustavo A. R. Silva
· 4 years, 1 month ago
ef0f268
kstrto*: do not describe simple_strto*() as obsolete/replaced
by Kars Mulder
· 4 years, 5 months ago
b642e44
kstrto*: correct documentation references to simple_strto*()
by Kars Mulder
· 4 years, 5 months ago
048e513
lib/kstrtox.c: delete unnecessary casts
by Alexey Dobriyan
· 6 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
be5f3c7
lib/kstrtox.c: use "unsigned int" more
by Alexey Dobriyan
· 7 years ago
512750e
lib/kstrtox.c: delete end-of-string test
by Alexey Dobriyan
· 7 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
8cfd56d
lib/kstrtox.c: smaller _parse_integer()
by Alexey Dobriyan
· 8 years ago
a81a5a1
lib: add "on"/"off" support to kstrtobool
by Kees Cook
· 9 years ago
ef95159
lib: move strtobool() to kstrtobool()
by Kees Cook
· 9 years ago
2d2e471
kstrto*: accept "-0" for signed conversion
by Alexey Dobriyan
· 9 years ago
ae2924a
lib/kstrtox.c: remove redundant cleanup
by Felipe Contreras
· 11 years ago
4c925d6
kstrto*: add documentation
by Eldad Zack
· 12 years ago
8bc3bcc
lib: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
690d137
Reduce the number of expensive division instructions done by _parse_integer()
by David Howells
· 13 years ago
1dff46d
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
by Alexey Dobriyan
· 13 years ago
75fb8f2
lib: make _tolower() public
by Andy Shevchenko
· 13 years ago
c196e32
lib: add kstrto*_from_user()
by Alexey Dobriyan
· 14 years ago
78be959
kstrtox: simpler code in _kstrtoull()
by Alexey Dobriyan
· 14 years ago
33ee3b2
kstrto*: converting strings to integers done (hopefully) right
by Alexey Dobriyan
· 14 years ago