summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel/iaa
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-12-29crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functionsThorsten Blum-4/+5
2025-12-19crypto: iaa - Remove unreachable pr_debug from iaa_crypto_cleanup_moduleThorsten Blum-5/+2
2025-12-19crypto: iaa - Simplify init_iaa_device()Thorsten Blum-7/+1
2025-12-19crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_modeThorsten Blum-7/+5
2025-11-14crypto: iaa - Fix incorrect return value in save_iaa_wq()Zilin Guan-1/+1
2025-05-14crypto: iaa - Optimize rebalance_wq_table()Yury Norov-21/+14
2025-04-28crypto: iaa - Adjust workqueue allocation typeKees Cook-1/+1
2025-04-16crypto: iaa - Use cra_reqsize for acompHerbert Xu-1/+1
2025-04-16crypto: iaa - Switch to ACOMP_FBREQ_ON_STACKHerbert Xu-4/+1
2025-04-07crypto: iaa - Remove unused disable_async argument from iaa_decompressHerbert Xu-6/+5
2025-04-07crypto: iaa - Do not clobber req->base.dataHerbert Xu-4/+2
2025-04-07crypto: iaa - Move compression CRC into request objectHerbert Xu-15/+13
2025-03-21crypto: iaa - Use acomp stack fallbackHerbert Xu-22/+6
2025-03-21crypto: iaa - Remove dst_null supportHerbert Xu-130/+6
2025-03-08crypto: iaa - Test the correct request flagHerbert Xu-2/+2
2024-12-28crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar-1/+1
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-10-05crypto: iaa - Remove potential infinite loop in check_completion()Zanussi, Tom-0/+10
2024-08-02crypto: iaa - Fix potential use after free bugDan Carpenter-2/+2
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum-4/+2
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi-2/+2
2024-04-02crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi-64/+77
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi-13/+17
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi-45/+0
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi-2/+2
2024-03-22crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi-3/+7
2024-03-08crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song-0/+1
2024-03-01crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi-32/+13
2024-03-01crypto: iaa - Fix async_disable descriptor leakTom Zanussi-2/+2
2024-01-26crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du-2/+0
2024-01-26crypto: iaa - Remove header table codeTom Zanussi-131/+3
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi-2/+13
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong-1/+1
2023-12-29crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi-1/+0
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi-4/+4
2023-12-15crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi-2/+427
2023-12-15crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi-2/+266
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi-18/+1069
2023-12-15crypto: iaa - Add compression mode management along with fixed modeTom Zanussi-2/+504
2023-12-15crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi-0/+229
2023-12-15crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi-0/+373