Searched refs:XZ (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.15/Documentation/staging/ |
D | xz.rst | 2 XZ data compression in Linux 8 XZ is a general purpose data compression format with high compression 14 The XZ decompressor in Linux is called XZ Embedded. It supports 16 for integrity checking. The home page of XZ Embedded is at 21 For userspace, XZ Utils provide a zlib-like compression library 22 and a gzip-like command line tool. XZ Utils can be downloaded from 25 XZ related components in the kernel 28 The xz_dec module provides XZ decompressor with single-call (buffer 33 useful unless you are hacking the XZ decompressor. xz_dec_test 45 from XZ Utils. The wrapper sets compression options to values suitable [all …]
|
/Linux-v5.15/lib/xz/ |
D | Kconfig | 3 tristate "XZ decompression support" 49 tristate "XZ decompressor tester" 53 This allows passing .xz files to the in-kernel XZ decoder via 57 Unless you are developing the XZ decoder, you don't need this
|
/Linux-v5.15/scripts/ |
D | Makefile.modinst | 97 quiet_cmd_xz = XZ $@ 98 cmd_xz = $(XZ) --lzma2=dict=2MiB -f $<
|
D | xz_wrap.sh | 23 exec $XZ --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
D | Makefile.package | 132 $(if $(findstring xz,$@),$(XZ), \
|
D | Makefile.lib | 469 cmd_xzmisc = cat $(real-prereqs) | $(XZ) --check=crc32 --lzma2=dict=1MiB > $@
|
/Linux-v5.15/usr/ |
D | Kconfig | 80 bool "Support initial ramdisk/ramfs compressed using XZ" 84 Support loading of a XZ encoded initial ramdisk or cpio buffer. 122 dictionary size of the algorithm with algorithms like XZ and LZMA 172 bool "XZ" 175 XZ uses the LZMA2 algorithm and has a large dictionary which may cause 177 30% smaller with XZ in comparison to gzip. Decompression speed is
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | msm8996-pmi8996-sony-xperia-tone-kagura.dts | 10 model = "Sony Xperia XZ (PMI8996)";
|
D | msm8996-sony-xperia-tone-kagura.dts | 13 model = "Sony Xperia XZ";
|
/Linux-v5.15/fs/squashfs/ |
D | Kconfig | 155 bool "Include support for XZ compressed file systems" 160 compressed with XZ compression. XZ gives better compression than 164 XZ is not the standard compression used in Squashfs and so most
|
/Linux-v5.15/kernel/ |
D | gen_kheaders.sh | 89 -I $XZ -cf $tarfile -C $cpio_dir/ -T - > /dev/null
|
/Linux-v5.15/scripts/package/ |
D | buildtar | 39 opts="-I ${XZ}"
|
/Linux-v5.15/drivers/base/firmware_loader/ |
D | Kconfig | 168 Currently only XZ-compressed files are supported, and they have to
|
/Linux-v5.15/init/ |
D | Kconfig | 276 bool "XZ" 279 XZ uses the LZMA2 algorithm and instruction set specific 281 code. The size of the kernel is about 30% smaller with XZ in 283 filter (i386, x86_64, ARM, IA-64, PowerPC, and SPARC), XZ 287 speed of XZ is better than that of bzip2 but worse than gzip 2263 bool "XZ" 2265 Compress modules with XZ. The installed modules are suffixed
|
/Linux-v5.15/ |
D | Makefile | 480 XZ = xz macro 529 export KGZIP KBZIP2 KLZOP LZMA LZ4 XZ ZSTD
|
/Linux-v5.15/Documentation/x86/ |
D | boot.rst | 785 (magic number 5D 00), XZ (magic number FD 37), LZ4 (magic number
|