summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/iaa
AgeCommit message (Expand)Author
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi
2024-04-02crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi
2024-03-22crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi
2024-03-08crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song
2024-03-01crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi
2024-03-01crypto: iaa - Fix async_disable descriptor leakTom Zanussi
2024-01-26crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du
2024-01-26crypto: iaa - Remove header table codeTom Zanussi
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong
2023-12-29crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi
2023-12-15crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi
2023-12-15crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi
2023-12-15crypto: iaa - Add compression mode management along with fixed modeTom Zanussi
2023-12-15crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi
2023-12-15crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi