summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-09crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu2-6/+6
2022-12-09crypto: qat - add resubmit logic for decompressionGiovanni Cabiddu4-0/+245
2022-12-09crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu8-14/+689
2022-12-09crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu24-12/+1447
2022-12-09crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu14-123/+158
2022-12-09crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu2-5/+6
2022-12-09crypto: qat - relocate backlog related structuresGiovanni Cabiddu2-14/+16
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu3-18/+54
2022-12-09crypto: qat - generalize crypto request buffersGiovanni Cabiddu3-39/+39
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu3-45/+49
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu3-24/+24
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu4-184/+214
2022-12-02crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang2-3/+3
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu5-215/+216
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu1-1/+1
2022-12-02crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2022-12-02crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2022-12-02crypto: virtio - Use helper to set reqsizeHerbert Xu1-2/+3
2022-12-02crypto: caam - Use helper to set reqsizeHerbert Xu1-1/+2
2022-12-02crypto: qat - Use helper to set reqsizeHerbert Xu1-2/+4
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu1-6/+13
2022-12-02crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou1-2/+1
2022-12-02crypto: caam - warn if blob_gen key is insecureNikolaus Voss2-0/+12
2022-12-02crypto: qat - fix error return code in adf_probeWang Yufen1-0/+1
2022-11-25hwrng: u2fzero - account for high quality RNGJason A. Donenfeld1-1/+0
2022-11-25crypto: hisilicon/qm - add device status check when start failsWeili Qian1-2/+8
2022-11-25crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian1-1/+1
2022-11-25crypto: atmel-sha204a - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-25crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-25Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Herbert Xu1-0/+14
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye1-40/+90
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye4-1172/+1192
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye4-77/+95
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye1-1/+0
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-11-18hwrng: stm32 - rename readl return valueTomas Marek1-3/+3
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld14-25/+3
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+14
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta3-6/+0
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li1-1/+0
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+1
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli1-1/+1
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye1-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye1-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye1-2/+1
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe4-68/+123