summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-06crypto: rng - Ensure set_ent is always presentHerbert Xu
2025-10-06Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"Herbert Xu
2025-10-02crypto: ti - Add CRYPTO_ALG_ASYNC flag to DTHEv2 AES algosT Pratham
2025-10-02crypto: zstd - Fix compression bug caused by truncationHerbert Xu
2025-09-28dt-bindings: rng: hisi-rng: convert to DT schemaKael D'Alcamo
2025-09-28crypto: doc - Add explicit title heading to API docsBagas Sanjaya
2025-09-28hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon
2025-09-28KEYS: X.509: Fix Basic Constraints CA flag parsingFan Wu
2025-09-20crypto: anubis - simplify return statement in anubis_mod_initThorsten Blum
2025-09-20crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regsChenghai Huang
2025-09-20crypto: hisilicon/qm - clear all VF configurations in the hardwareWeili Qian
2025-09-20crypto: hisilicon - enable error reporting againWeili Qian
2025-09-20crypto: hisilicon/qm - mask axi error before memory initWeili Qian
2025-09-20crypto: hisilicon/qm - invalidate queues in useWeili Qian
2025-09-20crypto: qat - Return pointer directly in adf_ctl_alloc_resourcesHerbert Xu
2025-09-20crypto: aspeed - Fix dma_unmap_sg() directionThomas Fourier
2025-09-20rhashtable: Use rcu_dereference_all and rcu_dereference_all_checkHerbert Xu
2025-09-20crypto: comp - Use same definition of context alloc and free opsDan Moulding
2025-09-13crypto: omap - convert from tasklet to BH workqueueRyo Takakura
2025-09-13crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-13crypto: caam - double the entropy delay interval for retryGaurav Jain
2025-09-13padata: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-13padata: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-13crypto: cryptd - WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-13crypto: chelsio - Use library to prepare HMAC keysEric Biggers
2025-09-13crypto: qat - Use library to prepare HMAC keysEric Biggers
2025-09-13crypto: tegra - Use int type to store negative error codesQianfeng Rong
2025-09-13crypto: hisilicon/sec - Use int type to store negative error codesQianfeng Rong
2025-09-13crypto: ccp - Use int type to store negative error codesQianfeng Rong
2025-09-13crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti()Yunseong Kim
2025-09-13crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier
2025-09-13crypto: rockchip - Fix dma_unmap_sg() nents valueThomas Fourier
2025-09-13crytpo: sun8i-ce - factor out prepare/unprepare from sun8i_ce_hash_run()Ovidiu Panait
2025-09-13crypto: sun8i-ce - save hash buffers and dma info to request contextOvidiu Panait
2025-09-13crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepareOvidiu Panait
2025-09-13crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()Ovidiu Panait
2025-09-13crypto: sun8i-ce - move bounce_iv and backup_iv to request contextOvidiu Panait
2025-09-13crypto: sun8i-ce - add a new function for dumping task descriptorsOvidiu Panait
2025-09-13crypto: sun8i-ce - remove unnecessary __maybe_unused annotationsOvidiu Panait
2025-09-13crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()Ovidiu Panait
2025-09-13crypto: sun8i-ce - remove channel timeout fieldOvidiu Panait
2025-09-06crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move featuresZhushuai Yin
2025-09-06crypto: hisilicon/zip - add lz4 and lz77_only to algorithm sysfsChenghai Huang
2025-09-06crypto: ti - Enable compile testing for dthev2Herbert Xu
2025-09-06crypto: hisilicon/sec2 - Fix false-positive warning of uninitialised qp_ctxHerbert Xu
2025-09-06rhashtable: Use __always_inline instead of inlineMenglong Dong
2025-09-06crypto: caam - switch to use devm_kmemdup_array()Zhang Enpei
2025-09-06crypto: xilinx - Add TRNG driver for VersalHarsh Jain
2025-09-06dt-bindings: crypto: Add node for True Random Number GeneratorMounika Botcha
2025-08-30crypto: hisilicon - use kcalloc() instead of kzalloc()Qianfeng Rong