summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2025-06-16octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep-14/+14
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-06Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+1
2025-06-02s390/crypto: Select crypto engine in Kconfig when PAES is chosenHarald Freudenberger-0/+1
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2025-05-23crypto: qat - add missing header inclusionArnd Bergmann-0/+2
2025-05-21crypto: marvell/cesa - Do not chain submitted requestsHerbert Xu-25/+39
2025-05-19crypto: ccp - Add missing tee info reg for teev2Mario Limonciello-0/+1
2025-05-19crypto: ccp - Add missing bootloader info reg for pspv5Mario Limonciello-0/+1
2025-05-19crypto: sun8i-ce - move fallback ahash_request to the end of the structOvidiu Panait-1/+1
2025-05-19crypto: octeontx2 - Use dynamic allocated memory region for lmtstBharat Bhushan-38/+123
2025-05-19crypto: octeontx2 - Initialize cptlfs device info onceBharat Bhushan-9/+9
2025-05-19crypto: qat - enable reporting of error counters for GEN6 devicesSuman Kumar Chakraborty-0/+2
2025-05-19crypto: qat - enable RAS support for GEN6 devicesSuman Kumar Chakraborty-0/+1325
2025-05-19crypto: ccp - Add support for PCI device 0x17D8John Allen-0/+1
2025-05-14crypto: marvell/cesa - Avoid empty transfer descriptorHerbert Xu-1/+1
2025-05-14crypto: marvell/cesa - Handle zero-length skcipher requestsHerbert Xu-0/+3
2025-05-14crypto: iaa - Optimize rebalance_wq_table()Yury Norov-21/+14
2025-05-14crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe()Dan Carpenter-2/+2
2025-05-12crypto: crypto4xx - Remove ahash-related codeHerbert Xu-155/+1
2025-05-05crypto: padlock-sha - Use core import and export for fallbackHerbert Xu-14/+20
2025-05-05crypto: zynqmp-sha - Fix partial block implementationHerbert Xu-11/+19
2025-05-05crypto: hisilicon/qm - replace devm_kzalloc with devm_kcallocEthan Carter Edwards-1/+1
2025-05-05crypto: hisilicon/qm - remove sizeof(char)Ethan Carter Edwards-1/+1
2025-05-05crypto: sun8i-ce-hash - use pm_runtime_resume_and_get()Ovidiu Panait-2/+1
2025-05-05crypto: sun8i-ce - undo runtime PM changes during driver removalOvidiu Panait-11/+6
2025-05-05crypto: qat - add qat_6xxx driverLaurent M Coquerel-0/+1328
2025-05-05crypto: qat - add firmware headers for GEN6 devicesSuman Kumar Chakraborty-0/+417
2025-05-05crypto: qat - update firmware apiSuman Kumar Chakraborty-4/+22
2025-05-05crypto: qat - export adf_init_admin_pm()Suman Kumar Chakraborty-0/+1
2025-05-05crypto: qat - expose configuration functionsSuman Kumar Chakraborty-3/+6
2025-05-05crypto: qat - export adf_get_service_mask()Giovanni Cabiddu-1/+3
2025-05-05crypto: qat - add GEN6 firmware loaderJack Xu-7/+176
2025-05-05crypto: qat - refactor FW signing algorithmJack Xu-70/+84
2025-05-05crypto: qat - use pr_fmt() in qat uclo.cSuman Kumar Chakraborty-70/+65
2025-05-05crypto: qat - refactor compression template logicSuman Kumar Chakraborty-146/+173
2025-05-05crypto: qat - rename and relocate timer logicGeorge Abraham P-21/+21
2025-05-05crypto: qat - include qat_common in top MakefileSuman Kumar Chakraborty-8/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar-7/+10
2025-04-28crypto: sun8i-ss - do not use sg_dma_len before calling DMA functionsCorentin Labbe-1/+1
2025-04-28crypto: ccp - Include crypto/utils.h for crypto_memneqHerbert Xu-5/+6
2025-04-28crypto: octeontx2 - Simplify multiple return statementsThorsten Blum-24/+10
2025-04-28crypto: iaa - Adjust workqueue allocation typeKees Cook-1/+1
2025-04-28crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()Ovidiu Panait-2/+1
2025-04-28crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs statsOvidiu Panait-16/+30
2025-04-28crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()Ovidiu Panait-1/+1
2025-04-28crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()Ovidiu Panait-2/+5
2025-04-23crypto: padlock-sha - Use API partial block handlingHerbert Xu-331/+143
2025-04-23crypto: nx - Use API partial block handlingHerbert Xu-261/+161