Searched hist:ea7a5cbb43696cfacf73e61916d1860ac30b5b2f (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/crypto/intel/iaa/ |
H A D | Kconfig | ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Makefile | ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | iaa_crypto.h | ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | iaa_crypto_main.c | ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/drivers/crypto/intel/ |
H A D | Makefile | diff ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Kconfig | diff ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/ |
H A D | MAINTAINERS | diff ea7a5cbb43696cfacf73e61916d1860ac30b5b2f Tue Dec 05 22:25:24 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
The Intel Analytics Accelerator (IAA) is a hardware accelerator that provides very high thoughput compression/decompression compatible with the DEFLATE compression standard described in RFC 1951, which is the compression/decompression algorithm exported by this module.
Users can select IAA compress/decompress acceleration by specifying one of the deflate-iaa* algorithms as the compression algorithm to use by whatever facility allows asynchronous compression algorithms to be selected.
For example, zswap can select the IAA fixed deflate algorithm 'deflate-iaa' via:
# echo deflate-iaa > /sys/module/zswap/parameters/compressor
This patch adds iaa_crypto as an idxd sub-driver and tracks iaa devices and workqueues as they are probed or removed.
[ Based on work originally by George Powley, Jing Lin and Kyung Min Park ]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|