Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |