summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel/iaa/iaa_crypto_main.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: iaa - Use acomp stack fallbackHerbert Xu2025-03-211-22/+6
* crypto: iaa - Remove dst_null supportHerbert Xu2025-03-211-130/+6
* crypto: iaa - Test the correct request flagHerbert Xu2025-03-081-2/+2
* crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar2024-12-281-1/+1
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* crypto: iaa - Remove potential infinite loop in check_completion()Zanussi, Tom2024-10-051-0/+10
* crypto: iaa - Fix potential use after free bugDan Carpenter2024-08-021-2/+2
* 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 - Remove comp/decomp delay statisticsTom Zanussi2024-04-021-9/+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-011-0/+9
* crypto: iaa - Fix async_disable descriptor leakTom Zanussi2024-03-011-2/+2
* crypto: iaa - Remove header table codeTom Zanussi2024-01-261-105/+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 - Change desc->priv to 0Tom Zanussi2023-12-291-4/+4
* crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi2023-12-151-2/+37
* crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi2023-12-151-2/+264
* crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2023-12-151-18/+1033
* crypto: iaa - Add compression mode management along with fixed modeTom Zanussi2023-12-151-1/+326
* crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi2023-12-151-0/+222
* crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi2023-12-151-0/+323