summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/random
Commit message (Expand)AuthorAgeFilesLines
* virtio_random(8): MFC: avoid deadlock at shutdown time (regression fix)Eugene Grosbein2022-03-191-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-26/+73
* 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