summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-03-03crypto: gemini - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: amlogic - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski
2022-02-18crypto: rockchip - ECB does not need IVCorentin Labbe
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall
2022-02-18crypto: nx - Constify static attribute_group structsRikard Falkeborn
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn
2022-02-18crypto: omap-aes - Constify static attribute_groupRikard Falkeborn
2022-02-18crypto: qat - enable power management for QAT GEN4Wojciech Ziemba
2022-02-18crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba
2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe
2022-02-11crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus
2022-02-05crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sgColin Ian King
2022-02-05crypto: marvell/octeontx - remove redundant initialization of variable c_sizeColin Ian King
2022-02-05crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski
2022-02-05crypto: octeontx2 - increase CPT HW instruction queue lengthSrujana Challa
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa
2022-02-05crypto: octeontx2 - CN10K CPT to RNM workaroundSrujana Challa
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski
2022-01-31crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt
2022-01-31crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye
2022-01-31crypto: hisilicon/sec - use the correct print formatKai Ye
2022-01-31crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye
2022-01-31crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye