summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/random/virtio_random.c
AgeCommit message (Expand)Author
2025-08-19random: Make random_source definitions constMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-09-05virtio_random: Pipeline fetching the dataJohn-Mark Gurney
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-03-16virtio_random(8): avoid deadlock at shutdown timeEugene Grosbein
2021-01-21virtio: Reduce boilerplate for device driver module definitionsJessica Clarke
2021-01-19virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher
2021-01-19virtio_random: Add modern (V1) supportBryan Venteicher
2020-05-06virtio: Support MMIO bus for all devicesJessica Clarke
2019-12-30virtio_random(4): Drop no longer needed unload kludgeConrad Meyer
2019-06-04virtio(4): Add PNP match metadata for virtio devicesConrad Meyer
2019-06-04virtio_random(4): Fix random(4) integrationConrad Meyer
2019-06-01random(4): Fix RANDOM_LOADABLE buildConrad Meyer
2019-05-27virtio_random(4): Remove unneeded reference to deviceConrad Meyer
2018-08-26Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-06-30Huge cleanup of random(4) code.Mark Murray
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2014-04-24Wait for the callout to finish before unloading the moduleBryan Venteicher
2014-01-18Add very simple virtio_random(4) driver to harvest entropy from hostBryan Venteicher