aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
5 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
6 daysMerge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
11 dayss390/crypto: Select crypto engine in Kconfig when PAES is chosenHarald Freudenberger1-0/+1
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2025-05-23crypto: qat - add missing header inclusionArnd Bergmann2-0/+2
2025-05-21crypto: marvell/cesa - Do not chain submitted requestsHerbert Xu3-25/+39
2025-05-19crypto: ccp - Add missing tee info reg for teev2Mario Limonciello1-0/+1
2025-05-19crypto: ccp - Add missing bootloader info reg for pspv5Mario Limonciello1-0/+1
2025-05-19crypto: sun8i-ce - move fallback ahash_request to the end of the structOvidiu Panait1-1/+1
2025-05-19crypto: octeontx2 - Use dynamic allocated memory region for lmtstBharat Bhushan10-38/+123
2025-05-19crypto: octeontx2 - Initialize cptlfs device info onceBharat Bhushan4-9/+9
2025-05-19crypto: qat - enable reporting of error counters for GEN6 devicesSuman Kumar Chakraborty1-0/+2
2025-05-19crypto: qat - enable RAS support for GEN6 devicesSuman Kumar Chakraborty4-0/+1325
2025-05-19crypto: ccp - Add support for PCI device 0x17D8John Allen1-0/+1
2025-05-14crypto: marvell/cesa - Avoid empty transfer descriptorHerbert Xu1-1/+1
2025-05-14crypto: marvell/cesa - Handle zero-length skcipher requestsHerbert Xu1-0/+3
2025-05-14crypto: iaa - Optimize rebalance_wq_table()Yury Norov1-21/+14
2025-05-14crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe()Dan Carpenter1-2/+2
2025-05-12crypto: crypto4xx - Remove ahash-related codeHerbert Xu3-155/+1
2025-05-05crypto: padlock-sha - Use core import and export for fallbackHerbert Xu1-14/+20
2025-05-05crypto: zynqmp-sha - Fix partial block implementationHerbert Xu1-11/+19
2025-05-05crypto: hisilicon/qm - replace devm_kzalloc with devm_kcallocEthan Carter Edwards1-1/+1
2025-05-05crypto: hisilicon/qm - remove sizeof(char)Ethan Carter Edwards1-1/+1
2025-05-05crypto: sun8i-ce-hash - use pm_runtime_resume_and_get()Ovidiu Panait1-2/+1
2025-05-05crypto: sun8i-ce - undo runtime PM changes during driver removalOvidiu Panait1-11/+6
2025-05-05crypto: qat - add qat_6xxx driverLaurent M Coquerel13-0/+1328
2025-05-05crypto: qat - add firmware headers for GEN6 devicesSuman Kumar Chakraborty2-0/+417
2025-05-05crypto: qat - update firmware apiSuman Kumar Chakraborty2-4/+22
2025-05-05crypto: qat - export adf_init_admin_pm()Suman Kumar Chakraborty1-0/+1
2025-05-05crypto: qat - expose configuration functionsSuman Kumar Chakraborty2-3/+6
2025-05-05crypto: qat - export adf_get_service_mask()Giovanni Cabiddu2-1/+3
2025-05-05crypto: qat - add GEN6 firmware loaderJack Xu5-7/+176
2025-05-05crypto: qat - refactor FW signing algorithmJack Xu1-70/+84
2025-05-05crypto: qat - use pr_fmt() in qat uclo.cSuman Kumar Chakraborty1-70/+65
2025-05-05crypto: qat - refactor compression template logicSuman Kumar Chakraborty22-146/+173
2025-05-05crypto: qat - rename and relocate timer logicGeorge Abraham P5-21/+21
2025-05-05crypto: qat - include qat_common in top MakefileSuman Kumar Chakraborty9-8/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar3-7/+10
2025-04-28crypto: sun8i-ss - do not use sg_dma_len before calling DMA functionsCorentin Labbe1-1/+1
2025-04-28crypto: ccp - Include crypto/utils.h for crypto_memneqHerbert Xu1-5/+6
2025-04-28crypto: octeontx2 - Simplify multiple return statementsThorsten Blum1-24/+10
2025-04-28crypto: iaa - Adjust workqueue allocation typeKees Cook1-1/+1
2025-04-28crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()Ovidiu Panait1-2/+1
2025-04-28crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs statsOvidiu Panait1-16/+30
2025-04-28crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()Ovidiu Panait1-1/+1
2025-04-28crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()Ovidiu Panait1-2/+5
2025-04-23crypto: padlock-sha - Use API partial block handlingHerbert Xu1-331/+143
2025-04-23crypto: nx - Use API partial block handlingHerbert Xu5-261/+161
2025-04-23crypto: zynqmp-sha - Use API partial block handlingHerbert Xu1-49/+22