aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-59/+339
2026-08-15hwrng: drivers - use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)2-2/+2
2026-08-15hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resumeThomas Richard (TI)1-15/+86
2026-08-10hwrng: imx-rngc - Disable clock on registration failureYuho Choi1-1/+3
2026-07-27hwrng: stm32 - Fix runtime PM cleanup on registration failureCan Peng1-7/+3
2026-07-17hwrng: omap - Enable on Renesas RZ/N1DMiquel Raynal (Schneider Electric)1-1/+1
2026-07-17hwrng: drivers - Remove redundant dev_err()/dev_err_probe()Pan Chuang6-12/+6
2026-07-13hwrng: ks-sa - Fix runtime PM cleanup on registration failureYuho Choi1-1/+8
2026-07-05hwrng: omap - Fix probe error path cleanupMyeonghun Pak1-10/+20
2026-07-05hwrng: xilinx-trng - propagate timeout before any data is readPengpeng Hou1-8/+24
2026-07-05hwrng: qcom - Move qcom-rng.c into drivers/char/hw_random/Eric Biggers3-0/+182
2026-07-05hwrng: atmel - drop __maybe_unused from atmel_trng_pm_opsThorsten Blum1-1/+1
2026-07-05hwrng: core - fix rng list on registration errorManos Pitsidianakis1-1/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)15-15/+0
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+21
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-51/+593
2026-06-12hwrng: jh7110 - fix refcount leak in starfive_trng_read()Wentao Liang1-5/+8
2026-06-12hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/Eric Biggers3-0/+353
2026-06-11hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/Eric Biggers3-0/+109
2026-06-04hwrng: virtio: clamp device-reported used.len at copy_data()Michael Bommarito1-2/+21
2026-06-03s390/trng: Replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-2/+3
2026-05-15hwrng: core - use sysfs_emit_at in rng_available_showThorsten Blum1-10/+7
2026-05-15hwrng: core - use MAX to simplify RNG_BUFFER_SIZEThorsten Blum1-1/+1
2026-05-15hwrng: core - use bool for wait parameter in rng_get_dataThorsten Blum1-4/+3
2026-05-15hwrng: core - drop unnecessary forward declarationsThorsten Blum1-4/+0
2026-05-15hwrng: drivers - Drop unused assignment to pci driver_dataUwe Kleine-König (The Capable Hub)3-7/+7
2026-05-07hwrng: mtk - add support for hw access via SMCCDaniel Golle1-20/+105
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-4/+4
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-20/+6
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-63/+105
2026-02-06hwrng: optee - simplify OP-TEE context matchRouven Czerwinski1-4/+1
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski1-0/+1
2026-01-08virtio-rng: fix DMA alignment for data bufferMichael S. Tsirkin1-0/+3
2026-01-07hwrng: optee - Make use of tee bus methodsUwe Kleine-König1-7/+5
2026-01-07hwrng: optee - Make use of module_tee_client_driver()Uwe Kleine-König1-13/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-12/+10
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-24hwrng: core - use min3() instead of nested min_t()David Laight1-1/+1
2025-11-14hwrng: bcm2835 - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-6/+2
2025-11-14hwrng: bcm2835 - Move MODULE_DEVICE_TABLE() to table definitionKrzysztof Kozlowski1-2/+1
2025-10-17hwrng: core - Allow runtime disabling of the HW RNGJonathan McDowell1-3/+6
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-2/+7
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparcLinus Torvalds1-2/+2
2025-09-28hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon1-0/+4
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-2/+2
2025-09-09char: hw_random: atmel: make it selectable for ARCH_MICROCHIPRobert Marko1-1/+1
2025-08-30hwrng: cn10k - Remove the use of dev_err_probe()Liao Yuanhong1-1/+1
2025-08-16hwrng: timeriomem - Use us_to_ktime() where appropriateXichao Zhao1-1/+1