| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib/string.c: improve strrchr() | Rasmus Villemoes | 2017-04-11 | 1 | -6/+6 |
| | | | | | | | | | | | | Instead of potentially passing over the string twice in case c is not found, just keep track of the last occurrence. According to bloat-o-meter, this also cuts the generated code by a third (54 vs 36 bytes). Oh, and we get rid of those 7-space indented lines. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
| * | lib/string: use glibc version | DooMLoRD | 2016-08-26 | 1 | -17/+12 |
| | | | | | | | | | | the performance of memcpy and memmove of the general version is very inefficient, this patch improved them. Signed-off-by: Miao Xie <miaox*******> Signed-off-by: faux123 <reioux@gmail.com> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com> | ||||
| * | 3.10.76 -> 3.10.77 | Jan Engelmohr | 2016-08-26 | 1 | -1/+1 |
| | | |||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+842 |
