summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig2022-02-025-51/+10
| * block: remove genhd.hChristoph Hellwig2022-02-0231-31/+5
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2270-306/+1173
|\ \
| * | crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu2022-03-141-2/+2
| * | hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin2022-03-141-2/+2
| * | crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu2022-03-091-1/+1
| * | crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu2022-03-091-1/+1
| * | crypto: qat - remove unneeded assignmentGiovanni Cabiddu2022-03-091-1/+1
| * | crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-092-0/+14
| * | crypto: hisilicon/qm - fix memset during queues clearingKai Ye2022-03-091-1/+1
| * | crypto: xilinx: prevent probing on non-xilinx hardwareCorentin Labbe2022-03-092-28/+9
| * | crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong2022-03-091-4/+1
| * | crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie2022-03-091-1/+1
| * | crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns2022-03-091-0/+16
| * | crypto: octeontx2 - fix missing unlockYang Yingliang2022-03-022-2/+6
| * | hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-021-1/+1
| * | crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko2022-03-021-2/+6
| * | crypto: vmx - add missing dependenciesPetr Vorel2022-03-021-0/+4
| * | crypto: xilinx - Add Xilinx SHA3 driverHarsha2022-03-023-0/+294
| * | firmware: xilinx: Add ZynqMP SHA API for SHA3 functionalityHarsha2022-03-021-0/+26
| * | crypto: xilinx - Updated Makefile for xilinx subdirectoryHarsha2022-03-021-1/+1
| * | crypto: gemini - call finalize with bh disabledCorentin Labbe2022-03-021-0/+2
| * | crypto: amlogic - call finalize with bh disabledCorentin Labbe2022-03-021-0/+2
| * | crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-022-0/+6
| * | crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2022-03-022-0/+6
| * | crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe2022-03-021-48/+35
| * | hwrng: atmel - remove extra lineClaudiu Beznea2022-03-021-1/+0
| * | hwrng: atmel - add runtime pm supportClaudiu Beznea2022-03-021-12/+32
| * | hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea2022-03-021-8/+4
| * | hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea2022-03-021-24/+25
| * | hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea2022-03-021-7/+7
| * | hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-03-021-0/+1
| * | hwrng: atmel - add wait for ready support on readClaudiu Beznea2022-03-021-13/+30
| * | crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-02-231-3/+13
| * | crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef2022-02-231-0/+7
| * | crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra2022-02-235-14/+46
| * | hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski2022-02-181-1/+63
| * | hwrng: core - use per-rng quality value instead of global settingDominik Brodowski2022-02-181-13/+20
| * | hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski2022-02-181-10/+14
| * | hwrng: core - do not bother to order list of devices by qualityDominik Brodowski2022-02-181-20/+16
| * | crypto: rockchip - ECB does not need IVCorentin Labbe2022-02-181-1/+0
| * | crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye2022-02-181-3/+5
| * | crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye2022-02-181-11/+40
| * | crypto: ux500 - use GFP_KERNELJulia Lawall2022-02-182-2/+2
| * | crypto: nx - Constify static attribute_group structsRikard Falkeborn2022-02-181-2/+2
| * | crypto: omap-sham - Constify static attribute_groupRikard Falkeborn2022-02-181-1/+1
| * | crypto: omap-aes - Constify static attribute_groupRikard Falkeborn2022-02-181-1/+1
| * | crypto: qat - enable power management for QAT GEN4Wojciech Ziemba2022-02-1811-16/+252
| * | crypto: qat - move and rename GEN4 error register definitionsWojciech Ziemba2022-02-183-17/+17
| * | crypto: qat - add misc workqueueWojciech Ziemba2022-02-183-0/+37