aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lineage-19.1' of https://github.com/TARKZiM/android_kernel_htc_...Julian Veit2022-08-252-1/+80
|\
| * BACKPORT random: replace non-blocking pool with a Chacha20-based CRNGnyyu2022-08-252-1/+80
* | Merge https://github.com/TARKZiM/android_kernel_htc_msm8974 into HEADJulian Veit2022-08-1912-1034/+2238
|\|
| * lib/xz: Validate the value before assigning it to an enum variableLasse Collin2022-07-131-3/+3
| * lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2022-07-132-3/+20
| * lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin2022-07-131-0/+1
| * lib/crc: Move polynomial definition to separate headerKrzysztof Kozlowski2022-07-133-14/+3
| * lib/xz: Add fall-through comments to a switch statementLasse Collin2022-07-131-0/+16
| * lib/xz: enable all filters by default in KconfigLasse Collin2022-07-131-12/+12
| * lib/xz: add comments for the intentionally missing break statementsLasse Collin2022-07-131-0/+4
| * decompressors: fix typo "POWERPC"Paul Bolle2022-07-131-1/+1
| * decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli2022-07-131-6/+6
| * decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli2022-07-131-6/+6
| * decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli2022-07-131-6/+4
| * lib/lz4: update LZ4 decompressor moduleGao Xiang2022-07-132-141/+349
| * lib/lz4: make arrays static const, reduces object code sizeColin Ian King2022-07-131-2/+2
| * lib/lz4: remove back-compat wrappersSven Schmidt2022-07-133-87/+0
| * lib: update LZ4 compressor moduleSven Schmidt2022-07-135-1011/+2062
| * lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra2022-07-131-3/+1
| * lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2022-07-131-1/+11
| * lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2022-07-131-9/+12
| * lib/lz4: Pull out constant tablesRasmus Villemoes2022-07-131-11/+7
| * Merge https://github.com/LineageOS/android_kernel_htc_msm8974 into lineage-18.1TARKZiM2021-08-181-75/+0
| |\
| | * mm: filemap: move radix tree hole searching hereJohannes Weiner2020-12-111-75/+0
| * | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2020-08-101-3/+39
| * | lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-08-101-56/+35
| |/
* | mm: filemap: move radix tree hole searching hereJohannes Weiner2021-03-131-75/+0
* | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2020-08-051-3/+39
* | lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-08-051-56/+35
* | siphash: add cryptographically secure PRFJason A. Donenfeld2020-04-044-1/+376
* | lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2020-02-151-4/+2
* | kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa2020-02-151-2/+7
* | lib/lzo: huge LZO decompression speedup on ARM by using unaligned accessMarkus F.X.J. Oberhumer2020-02-152-0/+10
* | kobject: Export kobject_get_unless_zero()Jan Kara2020-02-151-1/+4
* | kref: minor cleanupAnatol Pomozov2020-02-151-1/+1
|/
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-126-59/+100
|\
| * devres: fix a for loop bounds checkDan Carpenter2016-10-261-1/+1
| * __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-10-221-8/+9
| * lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-04-141-9/+9
| * lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-04-141-2/+10
| * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2015-02-021-2/+6
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2015-02-021-0/+16
| * lzo: check for length overrun in variable length encoding.Willy Tarreau2015-02-021-6/+37
| * Revert "lzo: properly check for overruns"Willy Tarreau2015-02-021-41/+21
| * lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-071-0/+1
* | Merge tag 'v3.4.100' into HEADBruno Martins2017-11-097-411/+483
|\|
| * lzo: properly check for overrunsGreg Kroah-Hartman2014-06-261-21/+41
| * lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2014-06-263-336/+387
| * lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2014-06-263-2/+2
| * netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-261-2/+3