summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-02-13crypto: ccp - Use request_complete helpersHerbert Xu
2023-02-13crypto: nitrox - Use request_complete helpersHerbert Xu
2023-02-13crypto: cpt - Use request_complete helpersHerbert Xu
2023-02-13crypto: bcm - Use request_complete helpersHerbert Xu
2023-02-13crypto: artpec6 - Use request_complete helpersHerbert Xu
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu
2023-02-13net: macsec: Add scaffolding to change completion function signatureHerbert Xu
2023-02-13dm: Add scaffolding to change completion function signatureHerbert Xu
2023-02-10crypto: virtio/akcipher - Do not use GFP_ATOMIC when not neededChristophe JAILLET
2023-02-10crypto: aspeed - fix type warningsNeal Liu
2023-02-10crypto: qat - drop log level of msg in get_instance_node()Giovanni Cabiddu
2023-02-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu
2023-02-10crypto: atmel - Drop unused id parameter from atmel_i2c_probe()Uwe Kleine-König
2023-02-10crypto: safexcel - Use crypto_wait_reqHerbert Xu
2023-02-03hwrng: starfive - Enable compile testingHerbert Xu
2023-02-03crypto: ux500/hash - delete driverLinus Walleij
2023-02-03crypto: stm32/hash - Support Ux500 hashLinus Walleij
2023-02-03crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij
2023-02-03crypto: stm32/hash - Use existing busy poll functionLinus Walleij
2023-02-03crypto: stm32/hash - Simplify codeLinus Walleij
2023-02-03crypto: marvell/cesa - Use crypto_wait_reqHerbert Xu
2023-02-03crypto: img-hash - Fix sparse endianness warningHerbert Xu
2023-02-03crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky
2023-02-03crypto: qat - add qat_zlib_deflateLucas Segarra Fernandez
2023-02-03crypto: qat - extend buffer list logic interfaceLucas Segarra Fernandez
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu
2023-01-27crypto: bcm - Use subrequest for fallbackHerbert Xu
2023-01-27crypto: aspeed - Use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-27crypto: aspeed - change aspeed_acry_akcipher_algs to staticYang Yingliang
2023-01-27hwrng: starfive - Add TRNG driver for StarFive SoCJia Jie Ho
2023-01-27crypto: ccp - Add a firmware definition for EPYC gen 4 processorsTom Lendacky
2023-01-27crypto: ccp - Provide MMIO register naming for documenationTom Lendacky
2023-01-20crypto: atmel-i2c - avoid defines prefixed with CONFIGLukas Bulwahn
2023-01-20crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'Meadhbh Fitzpatrick
2023-01-20crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn
2023-01-20crypto: stm32 - Use accelerated readsl/writeslLinus Walleij
2023-01-20crypto: aspeed - Replace zero-length array with flexible-array memberGustavo A. R. Silva
2023-01-20crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko
2023-01-13crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland
2023-01-13crypto: aspeed - Add ACRY RSA driverNeal Liu
2023-01-06crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes
2023-01-06crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov
2023-01-06crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2023-01-06crypto: caam - Avoid GCC memset bug warningHerbert Xu
2022-12-30crypto: ux500 - update debug config after ux500 cryp driver removalLukas Bulwahn
2022-12-30crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga
2022-12-30crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)