Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/kstrtox.c: remove redundant cleanup | Felipe Contreras | 2014-01-24 | 1 | -1/+0 |
* | kstrto*: add documentation | Eldad Zack | 2012-12-18 | 1 | -0/+64 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | Reduce the number of expensive division instructions done by _parse_integer() | David Howells | 2012-02-09 | 1 | -5/+13 |
* | lib/kstrtox: common code between kstrto*() and simple_strto*() functions | Alexey Dobriyan | 2011-11-01 | 1 | -22/+53 |
* | lib: make _tolower() public | Andy Shevchenko | 2011-07-26 | 1 | -5/+0 |
* | lib: add kstrto*_from_user() | Alexey Dobriyan | 2011-05-25 | 1 | -0/+26 |
* | kstrtox: simpler code in _kstrtoull() | Alexey Dobriyan | 2011-04-15 | 1 | -6/+3 |
* | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan | 2011-03-23 | 1 | -0/+227 |