VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-14
lib: vsprintf: Fix handling of number field widths in vsscanf
Richard Fitzgerald
2020-11-19
lib: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-08-12
kstrto*: do not describe simple_strto*() as obsolete/replaced
Kars Mulder
2020-08-12
kstrto*: correct documentation references to simple_strto*()
Kars Mulder
2018-10-31
lib/kstrtox.c: delete unnecessary casts
Alexey Dobriyan
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-10
lib/kstrtox.c: use "unsigned int" more
Alexey Dobriyan
2017-07-10
lib/kstrtox.c: delete end-of-string test
Alexey Dobriyan
2016-12-24
Replace with globally
Linus Torvalds
2016-10-11
lib/kstrtox.c: smaller _parse_integer()
Alexey Dobriyan
2016-03-17
lib: add "on"/"off" support to kstrtobool
Kees Cook
2016-03-17
lib: move strtobool() to kstrtobool()
Kees Cook
2015-09-10
kstrto*: accept "-0" for signed conversion
Alexey Dobriyan
2014-01-23
lib/kstrtox.c: remove redundant cleanup
Felipe Contreras
2012-12-17
kstrto*: add documentation
Eldad Zack
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-09
Reduce the number of expensive division instructions done by _parse_integer()
David Howells
2011-10-31
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
Alexey Dobriyan
2011-07-25
lib: make _tolower() public
Andy Shevchenko
2011-05-25
lib: add kstrto*_from_user()
Alexey Dobriyan
2011-04-14
kstrtox: simpler code in _kstrtoull()
Alexey Dobriyan
2011-03-22
kstrto*: converting strings to integers done (hopefully) right
Alexey Dobriyan