aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/random/virtio_random.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* virtio: remove virtio_alloc_virtqueues' flags argMina Galić2023-09-181-1/+1
* virtio_random: Pipeline fetching the dataJohn-Mark Gurney2023-09-051-30/+43
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* virtio_random(8): avoid deadlock at shutdown timeEugene Grosbein2022-03-161-0/+35
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-211-6/+2
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-191-15/+36
* virtio_random: Add modern (V1) supportBryan Venteicher2021-01-191-0/+1
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-061-0/+3
* virtio_random(4): Drop no longer needed unload kludgeConrad Meyer2019-12-301-8/+0
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-7/+5
* virtio_random(4): Fix random(4) integrationConrad Meyer2019-06-041-27/+74
* random(4): Fix RANDOM_LOADABLE buildConrad Meyer2019-06-011-0/+1
* virtio_random(4): Remove unneeded reference to deviceConrad Meyer2019-05-271-16/+11
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Wait for the callout to finish before unloading the moduleBryan Venteicher2014-04-241-1/+1
* Add very simple virtio_random(4) driver to harvest entropy from hostBryan Venteicher2014-01-181-0/+231