summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-21hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman1-9/+12
2024-06-16crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_lockedKim Phillips1-1/+7
2024-06-07hwrng: omap - add missing MODULE_DESCRIPTION() macroJeff Johnson2-0/+2
2024-06-07crypto: xilinx - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: sa2ul - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: keembay - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07crypto: hisilicon/zip - optimize the address offset of the reg query functionChenghai Huang1-28/+20
2024-06-07crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...Chenghai Huang1-8/+3
2024-06-07hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)Marek Vasut1-1/+1
2024-06-07hwrng: stm32 - cache device pointer in struct stm32_rng_privateMarek Vasut1-18/+13
2024-06-07hwrng: stm32 - use pm_runtime_resume_and_get()Marek Vasut1-1/+3
2024-06-07crypto: ccp - Move message about TSME being enabled later in initMario Limonciello2-8/+15
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello6-3/+67
2024-06-07crypto: ccp - Move security attributes to their own fileMario Limonciello5-56/+89
2024-06-07crypto: ccp - Represent capabilities register as a unionMario Limonciello5-42/+42
2024-06-07crypto: stm32/cryp - call finalize with bh disabledMaxime Méré1-1/+5
2024-06-07crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flagMaxime Méré1-9/+9
2024-06-07crypto: stm32/cryp - increase priorityMaxime Méré1-9/+9
2024-06-07crypto: stm32/cryp - use dma when possibleMaxime Méré1-26/+651
2024-06-07hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-1/+3
2024-05-31crypto: atmel-sha204a - fix negated return valueLothar Rubusch1-1/+1
2024-05-31crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remo...Christophe JAILLET1-1/+0
2024-05-31crypto: qat - Fix typoDeming Wang1-1/+1
2024-05-31crypto: n2 - Remove unused struct 'n2_skcipher_request_context'Dr. David Alan Gilbert1-4/+0
2024-05-31crypto: hifn_795x - Remove unused hifn_*_command structsDr. David Alan Gilbert1-17/+0
2024-05-31crypto: ccree - Remove unused struct 'tdes_keys'Dr. David Alan Gilbert1-6/+0
2024-05-31crypto: axis - Remove unused struct 'dbgfs_u32'Dr. David Alan Gilbert1-7/+0
2024-05-25Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds10-45/+35
2024-05-25Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds9-19/+431
2024-05-25Merge tag 'i3c/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds5-17/+80
2024-05-24Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds24-93/+192
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-21/+29
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds80-164/+314
2024-05-24Merge tag 'char-misc-6.10-rc1-fix' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-91/+181
2024-05-23Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds20-147/+224
2024-05-23Merge tag 'regulator-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds5-77/+45
2024-05-23Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+8
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-106/+42
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds69-315/+314
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+6
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds28-138/+304
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-05-23null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-05-23irqchip: riscv-imsic: Fixup riscv_ipi_set_virq_range() conflictPalmer Dabbelt1-1/+1
2024-05-23idpf: Interpret .set_channels() input differentlyLarysa Zaremba1-15/+6
2024-05-23ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2