Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-21 | lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanup | Tom Rini | 1 | -1/+0 |
2022-08-10 | lz4: Fix compile warning comparison of distinct pointer types | Pali Rohár | 1 | -1/+1 |
2022-03-15 | lib/lz4: update LZ4 decompressor module | Huang Jianan | 1 | -22/+1 |
2021-10-09 | lz4: Use a private header for U-Boot | Simon Glass | 1 | -1/+1 |
2021-04-20 | lz4: Fix unaligned accesses | Karl Beldan | 1 | -3/+12 |
2020-07-17 | lz4: fix decompressor on big-endian powerpc | Rasmus Villemoes | 1 | -56/+39 |
2019-12-02 | common: Add a new lz4.h header file | Simon Glass | 1 | -0/+1 |
2019-04-24 | image: android: allow booting lz4-compressed kernels | Eugeniu Rosca | 1 | -2/+1 |
2018-05-07 | SPDX: Convert all of our multiple license tags to Linux Kernel style | Tom Rini | 1 | -2/+1 |
2015-11-18 | Fix sandbox build on Ubuntu 10.04 | Stephen Warren | 1 | -1/+3 |
2015-10-11 | Add support for LZ4 decompression algorithm | Julius Werner | 1 | -0/+137 |