Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2025-05-23 | crypto: qat - add missing header inclusion | Arnd Bergmann | 2 | -0/+2 |
2025-05-21 | crypto: marvell/cesa - Do not chain submitted requests | Herbert Xu | 3 | -25/+39 |
2025-05-19 | crypto: ccp - Add missing tee info reg for teev2 | Mario Limonciello | 1 | -0/+1 |
2025-05-19 | crypto: ccp - Add missing bootloader info reg for pspv5 | Mario Limonciello | 1 | -0/+1 |
2025-05-19 | crypto: sun8i-ce - move fallback ahash_request to the end of the struct | Ovidiu Panait | 1 | -1/+1 |
2025-05-19 | crypto: octeontx2 - Use dynamic allocated memory region for lmtst | Bharat Bhushan | 10 | -38/+123 |
2025-05-19 | crypto: octeontx2 - Initialize cptlfs device info once | Bharat Bhushan | 4 | -9/+9 |
2025-05-19 | crypto: qat - enable reporting of error counters for GEN6 devices | Suman Kumar Chakraborty | 1 | -0/+2 |
2025-05-19 | crypto: qat - enable RAS support for GEN6 devices | Suman Kumar Chakraborty | 4 | -0/+1325 |
2025-05-19 | crypto: ccp - Add support for PCI device 0x17D8 | John Allen | 1 | -0/+1 |
2025-05-14 | crypto: marvell/cesa - Avoid empty transfer descriptor | Herbert Xu | 1 | -1/+1 |
2025-05-14 | crypto: marvell/cesa - Handle zero-length skcipher requests | Herbert Xu | 1 | -0/+3 |
2025-05-14 | crypto: iaa - Optimize rebalance_wq_table() | Yury Norov | 1 | -21/+14 |
2025-05-14 | crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe() | Dan Carpenter | 1 | -2/+2 |
2025-05-12 | crypto: crypto4xx - Remove ahash-related code | Herbert Xu | 3 | -155/+1 |
2025-05-05 | crypto: padlock-sha - Use core import and export for fallback | Herbert Xu | 1 | -14/+20 |
2025-05-05 | crypto: zynqmp-sha - Fix partial block implementation | Herbert Xu | 1 | -11/+19 |
2025-05-05 | crypto: hisilicon/qm - replace devm_kzalloc with devm_kcalloc | Ethan Carter Edwards | 1 | -1/+1 |
2025-05-05 | crypto: hisilicon/qm - remove sizeof(char) | Ethan Carter Edwards | 1 | -1/+1 |
2025-05-05 | crypto: sun8i-ce-hash - use pm_runtime_resume_and_get() | Ovidiu Panait | 1 | -2/+1 |
2025-05-05 | crypto: sun8i-ce - undo runtime PM changes during driver removal | Ovidiu Panait | 1 | -11/+6 |
2025-05-05 | crypto: qat - add qat_6xxx driver | Laurent M Coquerel | 13 | -0/+1328 |
2025-05-05 | crypto: qat - add firmware headers for GEN6 devices | Suman Kumar Chakraborty | 2 | -0/+417 |
2025-05-05 | crypto: qat - update firmware api | Suman Kumar Chakraborty | 2 | -4/+22 |
2025-05-05 | crypto: qat - export adf_init_admin_pm() | Suman Kumar Chakraborty | 1 | -0/+1 |
2025-05-05 | crypto: qat - expose configuration functions | Suman Kumar Chakraborty | 2 | -3/+6 |
2025-05-05 | crypto: qat - export adf_get_service_mask() | Giovanni Cabiddu | 2 | -1/+3 |
2025-05-05 | crypto: qat - add GEN6 firmware loader | Jack Xu | 5 | -7/+176 |
2025-05-05 | crypto: qat - refactor FW signing algorithm | Jack Xu | 1 | -70/+84 |
2025-05-05 | crypto: qat - use pr_fmt() in qat uclo.c | Suman Kumar Chakraborty | 1 | -70/+65 |
2025-05-05 | crypto: qat - refactor compression template logic | Suman Kumar Chakraborty | 22 | -146/+173 |
2025-05-05 | crypto: qat - rename and relocate timer logic | George Abraham P | 5 | -21/+21 |
2025-05-05 | crypto: qat - include qat_common in top Makefile | Suman Kumar Chakraborty | 9 | -8/+1 |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) | 1 | -0/+1 |
2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar | 3 | -7/+10 |
2025-04-28 | crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions | Corentin Labbe | 1 | -1/+1 |
2025-04-28 | crypto: ccp - Include crypto/utils.h for crypto_memneq | Herbert Xu | 1 | -5/+6 |
2025-04-28 | crypto: octeontx2 - Simplify multiple return statements | Thorsten Blum | 1 | -24/+10 |
2025-04-28 | crypto: iaa - Adjust workqueue allocation type | Kees Cook | 1 | -1/+1 |
2025-04-28 | crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get() | Ovidiu Panait | 1 | -2/+1 |
2025-04-28 | crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs stats | Ovidiu Panait | 1 | -16/+30 |
2025-04-28 | crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name() | Ovidiu Panait | 1 | -1/+1 |
2025-04-28 | crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare() | Ovidiu Panait | 1 | -2/+5 |
2025-04-23 | crypto: padlock-sha - Use API partial block handling | Herbert Xu | 1 | -331/+143 |
2025-04-23 | crypto: nx - Use API partial block handling | Herbert Xu | 5 | -261/+161 |
2025-04-23 | crypto: zynqmp-sha - Use API partial block handling | Herbert Xu | 1 | -49/+22 |
2025-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -0/+6 |
2025-04-23 | crypto: atmel-sha204a - Set hwrng quality to lowest possible | Marek Behún | 1 | -0/+6 |
2025-04-17 | crypto: sun8i-ss - use API helpers to setup fallback request | Ovidiu Panait | 1 | -22/+27 |
2025-04-16 | crypto: cbcmac - Set block size properly | Herbert Xu | 1 | -1/+1 |
2025-04-16 | crypto: zynqmp-sha - Add locking | Herbert Xu | 1 | -4/+14 |
2025-04-16 | crypto: zynqmp-sha - Make descsize an algorithm attribute | Herbert Xu | 1 | -2/+9 |
2025-04-16 | crypto: padlock-sha - Make descsize an algorithm attribute | Herbert Xu | 1 | -3/+11 |
2025-04-16 | crypto: ccp - Fix __sev_snp_shutdown_locked | Ashish Kalra | 1 | -1/+1 |
2025-04-16 | crypto: caam - Add support for i.MX8QM | Thomas Richard | 1 | -0/+1 |
2025-04-16 | crypto: tegra - use API helpers to setup fallback request | Ovidiu Panait | 1 | -25/+27 |
2025-04-16 | crypto: rk3288 - use API helpers to setup fallback request | Ovidiu Panait | 1 | -25/+27 |
2025-04-16 | crypto: img-hash - use API helpers to setup fallback request | Ovidiu Panait | 1 | -18/+23 |
2025-04-16 | crypto: iaa - Use cra_reqsize for acomp | Herbert Xu | 1 | -1/+1 |
2025-04-16 | crypto: qat - Use cra_reqsize for acomp | Herbert Xu | 1 | -1/+1 |
2025-04-16 | crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag | Zixun LI | 3 | -5/+8 |
2025-04-16 | crypto: s5p-sss - Add missing header inclusions | Herbert Xu | 1 | -13/+11 |
2025-04-16 | crypto: ccp - Add missing header inclusions | Herbert Xu | 3 | -18/+23 |
2025-04-16 | crypto: nx - Add missing header inclusions | Herbert Xu | 5 | -12/+21 |
2025-04-16 | crypto: iaa - Switch to ACOMP_FBREQ_ON_STACK | Herbert Xu | 1 | -4/+1 |
2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar | 1 | -1/+1 |
2025-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -3/+3 |
2025-04-09 | crypto: caam/qi - Fix drv_ctx refcount bug | Herbert Xu | 1 | -3/+3 |
2025-04-08 | crypto: ccp - Silence may-be-uninitialized warning in sev_ioctl_do_pdh_export | Herbert Xu | 1 | -3/+3 |
2025-04-08 | crypto: sun8i-ce-hash - use API helpers to setup fallback request | Ovidiu Panait | 1 | -22/+27 |
2025-04-08 | crypto: sun8i-ce-hash - add IS_ENABLED() checks to debugfs stats | Ovidiu Panait | 1 | -6/+16 |
2025-04-08 | crypto: sun8i-ce-hash - drop CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG ifdefs | Ovidiu Panait | 1 | -5/+3 |
2025-04-08 | crypto: sun8i-ce-hash - factor out debugfs fallback statistics | Ovidiu Panait | 1 | -33/+20 |
2025-04-08 | crypto: sun8i-ce-hash - remove duplicated fallback checks | Ovidiu Panait | 1 | -11/+1 |
2025-04-08 | crypto: sun8i-ce-hash - fix error handling in sun8i_ce_hash_run() | Ovidiu Panait | 1 | -13/+21 |
2025-04-08 | crypto: ccp - Move SEV/SNP Platform initialization to KVM | Ashish Kalra | 1 | -13/+0 |
2025-04-07 | crypto: qat - switch to standard pattern for PCI IDs | Giovanni Cabiddu | 6 | -23/+23 |
2025-04-07 | crypto: eip93 - Make read-only arrays static const | Colin Ian King | 1 | -6/+14 |
2025-04-07 | crypto: omap-sham - use dev_groups to register attribute groups | Ovidiu Panait | 1 | -12/+2 |
2025-04-07 | crypto: omap-aes - use dev_groups to register attribute groups | Ovidiu Panait | 1 | -12/+2 |
2025-04-07 | crypto: qat - remove BITS_IN_DWORD() | Suman Kumar Chakraborty | 1 | -10/+10 |
2025-04-07 | crypto: qat - remove initialization in device class | Giovanni Cabiddu | 8 | -8/+0 |
2025-04-07 | crypto: qat - add shutdown handler to qat_c3xxx | Giovanni Cabiddu | 1 | -0/+8 |
2025-04-07 | crypto: qat - remove redundant prototypes in qat_c3xxx | Giovanni Cabiddu | 1 | -18/+15 |
2025-04-07 | crypto: qat - add shutdown handler to qat_c62x | Giovanni Cabiddu | 1 | -0/+8 |
2025-04-07 | crypto: qat - remove redundant prototypes in qat_c62x | Giovanni Cabiddu | 1 | -18/+15 |
2025-04-07 | crypto: qat - add shutdown handler to qat_dh895xcc | Giovanni Cabiddu | 1 | -0/+8 |
2025-04-07 | crypto: qat - remove redundant prototypes in qat_dh895xcc | Giovanni Cabiddu | 1 | -18/+15 |
2025-04-07 | crypto: qat - add shutdown handler to qat_420xx | Giovanni Cabiddu | 1 | -0/+8 |
2025-04-07 | crypto: qat - add shutdown handler to qat_4xxx | Giovanni Cabiddu | 1 | -0/+8 |
2025-04-07 | crypto: sa2ul - Use proper helpers to setup request | Herbert Xu | 1 | -47/+16 |
2025-04-07 | crypto: ccp - Add new SEV/SNP platform shutdown API | Ashish Kalra | 1 | -0/+9 |
2025-04-07 | crypto: ccp - Register SNP panic notifier only if SNP is enabled | Ashish Kalra | 1 | -9/+13 |
2025-04-07 | crypto: ccp - Reset TMR size at SNP Shutdown | Ashish Kalra | 1 | -0/+3 |
2025-04-07 | crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctls | Ashish Kalra | 1 | -23/+119 |
2025-04-07 | crypto: tegra - Fix IV usage for AES ECB | Akhil R | 1 | -4/+1 |
2025-04-07 | crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdown | Ashish Kalra | 1 | -16/+33 |
2025-04-07 | crypto: ccp - Abort doing SEV INIT if SNP INIT fails | Ashish Kalra | 1 | -5/+2 |
2025-04-07 | crypto: iaa - Remove unused disable_async argument from iaa_decompress | Herbert Xu | 1 | -6/+5 |
2025-04-07 | crypto: iaa - Do not clobber req->base.data | Herbert Xu | 1 | -4/+2 |
2025-04-07 | crypto: iaa - Move compression CRC into request object | Herbert Xu | 1 | -15/+13 |
2025-04-07 | crypto: cavium/zip - Remove driver | Herbert Xu | 17 | -3690/+0 |
2025-04-07 | crypto: cavium - Move cpt and nitrox rules into cavium Makefile | Herbert Xu | 2 | -3/+3 |
2025-04-07 | crypto: crypto4xx - Fix gcc12 uninitialized warning in crypto4xx_crypt | Herbert Xu | 3 | -5/+11 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
2025-04-04 | Merge tag 'v6.15-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+2 |
2025-04-03 | crypto: inside-secure/eip93 - acquire lock on eip93_put_descriptor hash | Christian Marangi | 1 | -1/+2 |
2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 93 | -1457/+5170 |
2025-03-25 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
2025-03-21 | crypto: cavium/zip - drop obsolete 'comp' implementation | Ard Biesheuvel | 3 | -100/+1 |
2025-03-21 | crypto: nx - Migrate to scomp API | Ard Biesheuvel | 4 | -54/+58 |
2025-03-21 | crypto: iaa - Use acomp stack fallback | Herbert Xu | 1 | -22/+6 |
2025-03-21 | crypto: qat - Remove dst_null support | Herbert Xu | 4 | -259/+1 |
2025-03-21 | crypto: iaa - Remove dst_null support | Herbert Xu | 1 | -130/+6 |
2025-03-21 | crypto: nx - Fix uninitialised hv_nxc on error | Herbert Xu | 1 | -20/+17 |
2025-03-21 | crypto: padlock - Use zero page instead of stack buffer | Herbert Xu | 1 | -2/+2 |
2025-03-21 | crypto: lib/Kconfig - hide library options | Arnd Bergmann | 1 | -2/+2 |
2025-03-21 | crypto: qat - remove access to parity register for QAT GEN4 | Bairavi Alagappan | 1 | -52/+5 |
2025-03-21 | crypto: qat - set parity error mask for qat_420xx | Bairavi Alagappan | 2 | -1/+2 |
2025-03-21 | crypto: qat - optimize allocations for fw authentication | Jack Xu | 2 | -14/+19 |
2025-03-21 | crypto: qat - remove redundant FW image size check | Jack Xu | 1 | -4/+0 |
2025-03-21 | crypto: qat - remove unused members in suof structure | Jack Xu | 2 | -9/+2 |
2025-03-21 | crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() | Nathan Chancellor | 1 | -1/+1 |
2025-03-21 | crypto: qat - introduce fuse array | Suman Kumar Chakraborty | 12 | -17/+27 |
2025-03-21 | crypto: qat - add macro to write 64-bit values to registers | Suman Kumar Chakraborty | 2 | -24/+16 |
2025-03-15 | crypto: scomp - Remove tfm argument from alloc/free_ctx | Herbert Xu | 2 | -6/+6 |
2025-03-15 | crypto: artpec6 - change from kzalloc to kcalloc in artpec6_crypto_probe() | Ethan Carter Edwards | 1 | -2/+2 |
2025-03-15 | crypto: scatterwalk - Change scatterwalk_next calling convention | Herbert Xu | 1 | -4/+3 |
2025-03-15 | crypto: octeontx2 - suppress auth failure screaming due to negative tests | Shashank Gupta | 1 | -3/+4 |
2025-03-15 | crypto: virtio - Erase some sensitive memory when it is freed | Christophe JAILLET | 1 | -4/+2 |
2025-03-08 | crypto: iaa - Test the correct request flag | Herbert Xu | 1 | -2/+2 |
2025-03-08 | crypto: tegra - Use HMAC fallback when keyslots are full | Akhil R | 1 | -1/+6 |
2025-03-08 | crypto: tegra - Reserve keyslots to allocate dynamically | Akhil R | 3 | -22/+164 |
2025-03-08 | crypto: tegra - Set IV to NULL explicitly for AES ECB | Akhil R | 1 | -0/+3 |
2025-03-08 | crypto: tegra - Fix CMAC intermediate result handling | Akhil R | 1 | -9/+9 |
2025-03-08 | crypto: tegra - Fix HASH intermediate result handling | Akhil R | 2 | -52/+98 |
2025-03-08 | crypto: tegra - Transfer HASH init function to crypto engine | Akhil R | 3 | -78/+109 |
2025-03-08 | crypto: tegra - check return value for hash do_one_req | Akhil R | 2 | -2/+15 |
2025-03-08 | crypto: tegra - finalize crypto req on error | Akhil R | 1 | -11/+17 |
2025-03-08 | crypto: tegra - Do not use fixed size buffers | Akhil R | 3 | -75/+89 |
2025-03-08 | crypto: tegra - Use separate buffer for setkey | Akhil R | 5 | -21/+37 |
2025-03-08 | crypto: mxs-dcp - Only set OTP_KEY bit for OTP key | Sven Schwermer | 1 | -4/+4 |
2025-03-02 | crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_type | Dr. David Alan Gilbert | 2 | -13/+0 |
2025-03-02 | crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info | Dr. David Alan Gilbert | 2 | -100/+0 |
2025-03-02 | crypto: stm32 - use the new scatterwalk functions | Eric Biggers | 1 | -17/+17 |
2025-03-02 | crypto: s5p-sss - use the new scatterwalk functions | Eric Biggers | 1 | -27/+11 |
2025-03-02 | crypto: nx - use the new scatterwalk functions | Eric Biggers | 4 | -50/+17 |
2025-02-22 | crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_len | Christian Marangi | 1 | -6/+19 |
2025-02-22 | crypto: qat - refactor service parsing logic | Małgorzata Mielnik | 10 | -78/+202 |
2025-02-22 | crypto: qat - do not export adf_cfg_services | Giovanni Cabiddu | 1 | -1/+0 |
2025-02-22 | crypto: qat - reorder objects in qat_common Makefile | Giovanni Cabiddu | 1 | -33/+33 |
2025-02-22 | crypto: qat - fix object goals in Makefiles | Giovanni Cabiddu | 9 | -9/+9 |
2025-02-22 | crypto: bcm - set memory to zero only once | Thorsten Blum | 1 | -12/+12 |
2025-02-22 | crypto: inside-secure - Eliminate duplication in top-level Makefile | Herbert Xu | 2 | -2/+2 |
2025-02-22 | crypto: ccp - Add support for PCI device 0x1134 | Devaraj Rangasamy | 1 | -0/+1 |
2025-02-22 | crypto: hisilicon/sec2 - fix for sec spec check | Wenkai Lin | 2 | -63/+39 |
2025-02-22 | crypto: hisilicon/sec2 - fix for aead authsize alignment | Wenkai Lin | 1 | -13/+9 |
2025-02-22 | crypto: hisilicon/sec2 - fix for aead auth key length | Wenkai Lin | 1 | -6/+2 |
2025-02-22 | crypto: virtio - Drop superfluous [as]kcipher_req pointer | Lukas Wunner | 2 | -10/+7 |
2025-02-22 | crypto: virtio - Drop superfluous [as]kcipher_ctx pointer | Lukas Wunner | 2 | -8/+5 |
2025-02-22 | crypto: virtio - Drop superfluous ctx->tfm backpointer | Lukas Wunner | 2 | -9/+0 |
2025-02-22 | crypto: virtio - Simplify RSA key size caching | Lukas Wunner | 1 | -11/+8 |
2025-02-22 | crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop() | Lukas Wunner | 1 | -1/+1 |
2025-02-14 | crypto: ccp: Add external API interface for PSP module initialization | Sean Christopherson | 1 | -0/+14 |
2025-02-09 | crypto: qat - set command ids as reserved | Suman Kumar Chakraborty | 1 | -2/+2 |
2025-02-09 | crypto: hisilicon/hpre - adapt ECDH for high-performance cores | lizhi | 1 | -0/+7 |
2025-02-09 | crypto: ccp - Fix check for the primary ASP device | Tom Lendacky | 1 | -6/+9 |
2025-02-09 | crypto: drivers - Use str_enable_disable-like helpers | Krzysztof Kozlowski | 6 | -13/+14 |
2025-02-09 | crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine support | Christian Marangi | 17 | -0/+4049 |
2025-02-08 | lib/crc32: standardize on crc32c() name for Castagnoli CRC32 | Eric Biggers | 1 | -1/+1 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -32/+4 |
2025-01-24 | Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 32 | -2895/+767 |
2025-01-20 | Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2025-01-15 | qat: don't mess with ->d_name | Al Viro | 1 | -32/+4 |
2025-01-14 | crypto: omap - switch from scatter_walk to plain offset | Eric Biggers | 3 | -48/+32 |
2025-01-14 | crypto: bcm - Drop unused setting of local 'ptr' variable | Krzysztof Kozlowski | 1 | -6/+1 |
2025-01-14 | crypto: hisilicon/qm - support new function communication | Yang Shen | 4 | -61/+175 |
2024-12-28 | crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async' | Kanchana P Sridhar | 1 | -1/+1 |
2024-12-21 | crypto: qce - revert "use __free() for a buffer that's always freed" | Nathan Chancellor | 1 | -3/+3 |
2024-12-21 | crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto() | Joe Hattori | 1 | -0/+3 |
2024-12-21 | crypto: hisilicon/sec2 - fix for aead invalid authsize | Wenkai Lin | 2 | -32/+34 |
2024-12-21 | crypto: hisilicon/sec2 - fix for aead icv error | Wenkai Lin | 3 | -69/+44 |
2024-12-14 | crypto: n2 - remove Niagara2 SPU driver | Eric Biggers | 5 | -2515/+0 |
2024-12-14 | crypto: qce - fix priority to be less than ARMv8 CE | Eric Biggers | 3 | -3/+3 |
2024-12-14 | crypto: ccp - Use scoped guard for mutex | Mario Limonciello | 1 | -33/+20 |
2024-12-14 | crypto: qce - switch to using a mutex | Bartosz Golaszewski | 2 | -26/+23 |
2024-12-14 | crypto: qce - convert tasklet to workqueue | Bartosz Golaszewski | 2 | -16/+10 |
2024-12-14 | crypto: qce - use __free() for a buffer that's always freed | Bartosz Golaszewski | 1 | -3/+3 |
2024-12-14 | crypto: qce - make qce_register_algs() a managed interface | Bartosz Golaszewski | 1 | -5/+6 |
2024-12-14 | crypto: qce - convert qce_dma_request() to use devres | Bartosz Golaszewski | 3 | -24/+17 |
2024-12-14 | crypto: qce - shrink code with devres clk helpers | Bartosz Golaszewski | 1 | -25/+4 |
2024-12-14 | crypto: qce - remove unneeded call to icc_set_bw() in error path | Bartosz Golaszewski | 1 | -3/+1 |
2024-12-14 | crypto: qce - unregister previously registered algos in error path | Bartosz Golaszewski | 1 | -4/+7 |
2024-12-14 | crypto: qce - fix goto jump in error path | Bartosz Golaszewski | 1 | -1/+1 |
2024-12-10 | crypto: caam - use JobR's space to access page 0 regs | Gaurav Jain | 1 | -1/+2 |
2024-12-10 | crypto: hisilicon/zip - support new error report | Weili Qian | 6 | -14/+290 |
2024-12-10 | crypto: hisilicon/zip - add data aggregation feature | Weili Qian | 5 | -11/+90 |
2024-12-10 | crypto: tegra - do not transfer req when tegra init fails | Chen Ridong | 2 | -4/+10 |
2024-12-10 | crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem | Chenghai Huang | 1 | -2/+2 |