index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xz
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
lib/xz: fix comments
Lasse Collin
1
-6
/
+6
2026-08-13
lib/xz: use size_t instead of uint32_t in a few places
Lasse Collin
2
-21
/
+21
2026-08-13
lib/xz: replace min_t with min
Thorsten Blum
3
-9
/
+8
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-4
/
+4
2025-11-12
lib/xz: remove dead IA-64 (Itanium) support code
Ankan Biswas
2
-99
/
+0
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-01
xz: remove XZ_EXTERN and extern from functions
Lasse Collin
5
-29
/
+22
2024-09-01
xz: add RISC-V BCJ filter
Lasse Collin
4
-3
/
+114
2024-09-01
xz: Add ARM64 BCJ filter
Lasse Collin
3
-3
/
+61
2024-09-01
xz: optimize for-loop conditions in the BCJ decoders
Lasse Collin
1
-5
/
+18
2024-09-01
xz: cleanup CRC32 edits from 2018
Lasse Collin
2
-5
/
+1
2024-09-01
xz: fix comments and coding style
Lasse Collin
1
-1
/
+2
2024-09-01
xz: switch from public domain to BSD Zero Clause License (0BSD)
Lasse Collin
9
-39
/
+20
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-5
/
+0
2021-10-19
lib/xz, lib/decompress_unxz.c: Fix spelling in comments
Lasse Collin
1
-1
/
+1
2021-10-19
lib/xz: Add MicroLZMA decoder
Lasse Collin
4
-3
/
+178
2021-10-19
lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()
Lasse Collin
1
-2
/
+1
2021-10-19
lib/xz: Validate the value before assigning it to an enum variable
Lasse Collin
1
-3
/
+3
2021-10-19
lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...
Lasse Collin
1
-2
/
+19
2021-07-01
lib/decompressors: fix spelling mistakes
Zhen Lei
2
-5
/
+5
2020-11-18
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
Nick Desaulniers
2
-10
/
+10
2020-08-24
lib: Revert use of fallthrough pseudo-keyword in lib/
Gustavo A. R. Silva
2
-10
/
+10
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-10
/
+10
2020-08-12
lib/: replace HTTP links with HTTPS ones
Alexander A. Klimov
5
-5
/
+5
2020-06-19
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
1
-1
/
+1
2019-11-15
lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocations
Lasse Collin
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2018-10-02
lib/xz: Put CRC32_POLY_LE in xz_private.h
Joel Stanley
2
-1
/
+4
2018-07-27
lib: Use existing define with polynomial
Krzysztof Kozlowski
1
-1
/
+2
2017-10-12
lib/xz: Add fall-through comments to a switch statement
Lasse Collin
1
-0
/
+16
2014-06-04
lib/xz: enable all filters by default in Kconfig
Lasse Collin
1
-12
/
+12
2014-06-04
lib/xz: add comments for the intentionally missing break statements
Lasse Collin
1
-0
/
+4
2013-03-13
decompressors: fix typo "POWERPC"
Paul Bolle
1
-1
/
+1
2013-02-21
decompressors: make the default XZ_DEC_* config match the selected architecture
Florian Fainelli
1
-6
/
+6
2013-02-21
decompressors: drop dependency on CONFIG_EXPERT
Florian Fainelli
1
-6
/
+6
2013-02-21
decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endif
Florian Fainelli
1
-6
/
+4
2011-09-21
XZ: Fix incorrect XZ_BUF_ERROR
Lasse Collin
1
-7
/
+20
2011-07-24
XZ: Fix missing <linux/kernel.h> include
Lasse Collin
1
-1
/
+1
2011-05-02
XZ decompressor: Fix decoding of empty LZMA2 streams
Lasse Collin
1
-3
/
+3
2011-01-20
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
David Rientjes
1
-6
/
+6
2011-01-13
decompressors: add XZ decompressor module
Lasse Collin
11
-0
/
+3344