summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05crypto: jitter - Replace http with httpsThorsten Blum
2024-04-05crypto: jitter - Remove duplicate word in commentThorsten Blum
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers
2024-04-05crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers
2024-04-05x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers
2024-04-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen
2024-04-05crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-04-05crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum
2024-04-05dt-bindings: crypto: ti,omap-sham: Convert to dtschemaAnimesh Agarwal
2024-04-05crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-04-02hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König
2024-04-02crypto: x86/aesni - Update aesni_set_key() to return voidChang S. Bae
2024-04-02crypto: x86/aesni - Rearrange AES key size checkChang S. Bae
2024-04-02crypto: bcm - Fix pointer arithmeticAleksandr Mishin
2024-04-02crypto: iaa - Fix some errors in IAA documentationJerry Snitselaar
2024-04-02crypto: ecdsa - Fix module auto-load on add-keyStefan Berger
2024-04-02crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen
2024-04-02crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov
2024-04-02hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian
2024-04-02dt-bindings: crypto: ice: Document sc7280 inline crypto engineLuca Weiss
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-04-02crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2024-04-02crypto: starfive - Use dma for aes requestsJia Jie Ho
2024-04-02crypto: starfive - Skip unneeded key freeJia Jie Ho
2024-04-02crypto: starfive - Update hash dma usageJia Jie Ho
2024-04-02dt-bindings: crypto: starfive: Add jh8100 supportJia Jie Ho
2024-04-02crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi
2024-04-02crypto: qat - implement interface for live migrationXin Zeng
2024-04-02crypto: qat - add interface for live migrationXin Zeng
2024-04-02crypto: qat - add bank save and restore flowsSiming Wan
2024-04-02crypto: qat - expand CSR operations for QAT GEN4 devicesSiming Wan
2024-04-02crypto: qat - rename get_sla_arr_of_type()Siming Wan
2024-04-02crypto: qat - relocate CSR access codeGiovanni Cabiddu
2024-04-02crypto: qat - move PFVF compat checker to a functionXin Zeng
2024-04-02crypto: qat - relocate and rename 4xxx PF2VM definitionsXin Zeng
2024-04-02crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-24Linux 6.9-rc1v6.9-rc1Linus Torvalds
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel