index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2022-05-13
lib/kstrtox.c: add "false"/"true" support to kstrtobool()
Jagdish Gediya
1
-1
/
+5
2022-01-20
kstrtox: uninline everything
Alexey Dobriyan
1
-0
/
+12
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+3
2021-07-01
kernel.h: split out kstrtox() and simple_strtox() to a separate header
Andy Shevchenko
1
-2
/
+3
2021-05-19
lib: vsprintf: Fix handling of number field widths in vsscanf
Richard Fitzgerald
1
-3
/
+10
2020-11-19
lib: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-08-12
kstrto*: do not describe simple_strto*() as obsolete/replaced
Kars Mulder
1
-8
/
+4
2020-08-12
kstrto*: correct documentation references to simple_strto*()
Kars Mulder
1
-4
/
+4
2018-10-31
lib/kstrtox.c: delete unnecessary casts
Alexey Dobriyan
1
-8
/
+8
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