summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2024-04-052-0/+41
* crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2024-04-052-0/+25
* crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2024-04-052-0/+31
* crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2024-04-052-2/+209
* crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2024-04-052-1/+802
* x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers2024-04-051-0/+10
* crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen2024-04-051-0/+2
* crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-051-1/+0
* crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum2024-04-051-2/+1
* dt-bindings: crypto: ti,omap-sham: Convert to dtschemaAnimesh Agarwal2024-04-052-28/+56
* crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-052-6/+11
* hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König2024-04-021-4/+5
* crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae2024-04-022-7/+6
* crypto: x86/aesni - Rearrange AES key size checkChang S. Bae2024-04-021-10/+8
* crypto: bcm - Fix pointer arithmeticAleksandr Mishin2024-04-021-1/+1
* crypto: iaa - Fix some errors in IAA documentationJerry Snitselaar2024-04-021-6/+16
* crypto: ecdsa - Fix module auto-load on add-keyStefan Berger2024-04-021-0/+3
* crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen2024-04-021-12/+17
* crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov2024-04-021-0/+1
* hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-04-021-1/+1
* dt-bindings: crypto: ice: Document sc7280 inline crypto engineLuca Weiss2024-04-021-0/+1
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-0232-1096/+71
* crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2024-04-022-6/+10
* crypto: starfive - Use dma for aes requestsJia Jie Ho2024-04-024-238/+395
* crypto: starfive - Skip unneeded key freeJia Jie Ho2024-04-021-0/+3
* crypto: starfive - Update hash dma usageJia Jie Ho2024-04-023-176/+112
* dt-bindings: crypto: starfive: Add jh8100 supportJia Jie Ho2024-04-021-2/+28
* crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi2024-04-022-64/+77
* crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi2024-04-022-45/+61
* crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi2024-04-023-45/+0
* crypto: iaa - fix decomp_bytes_in statsTom Zanussi2024-04-021-2/+2
* crypto: qat - implement interface for live migrationXin Zeng2024-04-029-1/+1445
* crypto: qat - add interface for live migrationXin Zeng2024-04-025-1/+189
* crypto: qat - add bank save and restore flowsSiming Wan2024-04-024-0/+338
* crypto: qat - expand CSR operations for QAT GEN4 devicesSiming Wan2024-04-023-1/+249
* crypto: qat - rename get_sla_arr_of_type()Siming Wan2024-04-022-5/+7
* crypto: qat - relocate CSR access codeGiovanni Cabiddu2024-04-0217-362/+397
* crypto: qat - move PFVF compat checker to a functionXin Zeng2024-04-022-7/+12
* crypto: qat - relocate and rename 4xxx PF2VM definitionsXin Zeng2024-04-022-5/+7
* crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu2024-04-023-6/+12
* Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-259-5/+114
|\
| * crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi2024-03-221-3/+7
| * Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-228-2/+107
* | Linux 6.9-rc1v6.9-rc1Linus Torvalds2024-03-241-2/+2
* | Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-244-2/+14
|\ \
| * | efi: fix panic in kdump kernelOleksandr Tymoshenko2024-03-241-0/+2
| * | x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel2024-03-241-1/+2
| * | x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel2024-03-241-0/+9
| * | efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)2024-03-221-1/+1
* | | Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-2415-89/+80
|\ \ \