aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/qce
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-286/+127
2026-08-15crypto: qce - fix CCM AAD buffer underallocationMd Sadre Alam1-1/+1
2026-08-10Merge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2026-08-10crypto: qce - simplify qce_handle_requestThorsten Blum1-6/+4
2026-08-10crypto: qce - simplify devm_qce_register_algsThorsten Blum1-3/+3
2026-08-10crypto: qce - Add runtime PM and interconnect bandwidth scaling supportUdit Tiwari1-7/+92
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-1/+1
2026-07-30crypto: qce - drop redundant variable in qce_skcipher_doneThorsten Blum1-4/+2
2026-07-30crypto: qce - fix error path in devm_qce_register_algsThorsten Blum1-1/+1
2026-07-05crypto: qce - Remove unsafe/deprecated algorithmsBartosz Golaszewski7-239/+20
2026-07-05crypto: qce - drop unused scatterlist traversal in qce_ahash_updateThorsten Blum1-26/+5
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-04-12crypto: qce - simplify qce_xts_swapiv()Thorsten Blum1-6/+6
2026-03-27crypto: qce - use memcpy_and_pad in qce_aead_setkeyThorsten Blum1-2/+2
2026-03-14crypto: qce - Remove return variable and unused assignmentsThorsten Blum1-9/+3
2026-03-07crypto: qce - Replace snprintf("%s") with strscpyThorsten Blum3-9/+9
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+3
2025-11-06crypto: qce - fix version checkGaurav Kashyap1-2/+1
2025-10-31crypto: qce - Provide dev_err_probe() status on DMA failureBjorn Andersson1-2/+4
2024-12-21crypto: qce - revert "use __free() for a buffer that's always freed"Nathan Chancellor1-3/+3
2024-12-14crypto: qce - fix priority to be less than ARMv8 CEEric Biggers3-3/+3
2024-12-14crypto: qce - switch to using a mutexBartosz Golaszewski2-26/+23
2024-12-14crypto: qce - convert tasklet to workqueueBartosz Golaszewski2-16/+10
2024-12-14crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski1-3/+3
2024-12-14crypto: qce - make qce_register_algs() a managed interfaceBartosz Golaszewski1-5/+6
2024-12-14crypto: qce - convert qce_dma_request() to use devresBartosz Golaszewski3-24/+17
2024-12-14crypto: qce - shrink code with devres clk helpersBartosz Golaszewski1-25/+4
2024-12-14crypto: qce - remove unneeded call to icc_set_bw() in error pathBartosz Golaszewski1-3/+1
2024-12-14crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski1-4/+7
2024-12-14crypto: qce - fix goto jump in error pathBartosz Golaszewski1-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-10-27crypto: qce - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-14crypto: qce - Add a QCE IP family compatible 'qcom,qce'Vladimir Zapolskiy1-0/+1
2023-03-14crypto: qce - Make clocks optionalThara Gopinath1-3/+3
2023-03-14crypto: qce - Add support to initialize interconnect pathThara Gopinath2-1/+16
2023-02-13crypto: qce - Use request_complete helpersHerbert Xu1-2/+2
2022-12-09crypto: qce - Set DMA alignment explicitlyHerbert Xu3-22/+23
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang3-9/+11
2021-11-20crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye1-1/+1
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun1-2/+6
2021-05-28crypto: qce - Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath1-7/+8
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun1-3/+9
2021-05-14crypto: qce - Schedule fallback aead algorithmThara Gopinath2-11/+56
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath1-2/+160
2021-05-14crypto: qce - Clean up qce_auth_cfgThara Gopinath1-12/+9
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath5-0/+859