summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel/iaa
Commit message (Expand)AuthorAgeFilesLines
* crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum2024-05-101-4/+2
* crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi2024-04-121-2/+2
* crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi2024-04-022-64/+77
* crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi2024-04-021-13/+17
* crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi2024-04-023-45/+0
* crypto: iaa - fix decomp_bytes_in statsTom Zanussi2024-04-021-2/+2
* crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi2024-03-221-3/+7
* crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song2024-03-081-0/+1
* crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi2024-03-013-32/+13
* crypto: iaa - Fix async_disable descriptor leakTom Zanussi2024-03-011-2/+2
* crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du2024-01-261-2/+0
* crypto: iaa - Remove header table codeTom Zanussi2024-01-263-131/+3
* crypto: iaa - Account for cpu-less numa nodesTom Zanussi2023-12-291-2/+13
* crypto: iaa - remove unneeded semicolonJiapeng Chong2023-12-291-1/+1
* crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi2023-12-291-1/+0
* crypto: iaa - Change desc->priv to 0Tom Zanussi2023-12-291-4/+4
* crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi2023-12-156-2/+427
* crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi2023-12-152-2/+266
* crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2023-12-152-18/+1069
* crypto: iaa - Add compression mode management along with fixed modeTom Zanussi2023-12-154-2/+504
* crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi2023-12-152-0/+229
* crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi2023-12-154-0/+373