aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel/iaa/iaa_crypto_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum1-4/+2
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi1-2/+2
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi1-9/+0
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi1-2/+2
2024-03-22crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi1-3/+7
2024-03-08crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2024-03-01crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi1-0/+9
2024-03-01crypto: iaa - Fix async_disable descriptor leakTom Zanussi1-2/+2
2024-01-26crypto: iaa - Remove header table codeTom Zanussi1-105/+3
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi1-2/+13
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi1-4/+4
2023-12-15crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi1-2/+37
2023-12-15crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi1-2/+264
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi1-18/+1033
2023-12-15crypto: iaa - Add compression mode management along with fixed modeTom Zanussi1-1/+326
2023-12-15crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi1-0/+222
2023-12-15crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi1-0/+323