Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/lzo: separate lzo-rle from lzo | Dave Rodgman | 2019-03-07 | 1 | -1/+2 |
* | lib/lzo: implement run-length encoding | Dave Rodgman | 2019-03-07 | 1 | -1/+11 |
* | lib/lzo: fast 8-byte copy on arm64 | Matt Sealey | 2019-03-07 | 1 | -1/+1 |
* | lib/lzo: 64-bit CTZ on arm64 | Matt Sealey | 2019-03-07 | 1 | -1/+1 |
* | lib/lzo: tidy-up ifdefs | Dave Rodgman | 2019-03-07 | 1 | -4/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | lib/lzo: Update LZO compression to current upstream version | Markus F.X.J. Oberhumer | 2013-02-20 | 1 | -11/+27 |
* | Add LZO1X algorithm to the kernel | Richard Purdie | 2007-07-10 | 1 | -0/+43 |