index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kstrtox.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-11
lib/kstrtox.c: use "unsigned int" more
Alexey Dobriyan
1
-4
/
+6
2017-07-11
lib/kstrtox.c: delete end-of-string test
Alexey Dobriyan
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-12
lib/kstrtox.c: smaller _parse_integer()
Alexey Dobriyan
1
-5
/
+1
2016-03-18
lib: add "on"/"off" support to kstrtobool
Kees Cook
1
-3
/
+17
2016-03-18
lib: move strtobool() to kstrtobool()
Kees Cook
1
-0
/
+50
2015-09-10
kstrto*: accept "-0" for signed conversion
Alexey Dobriyan
1
-1
/
+1
2014-01-24
lib/kstrtox.c: remove redundant cleanup
Felipe Contreras
1
-1
/
+0
2012-12-18
kstrto*: add documentation
Eldad Zack
1
-0
/
+64
2012-03-08
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-02-09
Reduce the number of expensive division instructions done by _parse_integer()
David Howells
1
-5
/
+13
2011-11-01
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
Alexey Dobriyan
1
-22
/
+53
2011-07-26
lib: make _tolower() public
Andy Shevchenko
1
-5
/
+0
2011-05-25
lib: add kstrto*_from_user()
Alexey Dobriyan
1
-0
/
+26
2011-04-15
kstrtox: simpler code in _kstrtoull()
Alexey Dobriyan
1
-6
/
+3
2011-03-23
kstrto*: converting strings to integers done (hopefully) right
Alexey Dobriyan
1
-0
/
+227