summary refs log tree commit diff
path: root/devices/src/virtio/rng.rs
Commit message (Expand)AuthorAge
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* virtio: resolve some new introduced clippy warningsChuanxiao Dong2020-01-10
* virtio: implement reset for balloon/rng/blk/netChuanxiao Dong2020-01-03
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* crosvm: Use Reader/Writer interfaces in various virtio devices.Jakub Staron2019-10-01
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Fill in macro importsDavid Tolnay2019-04-15
* error: Print errors using Display implDavid Tolnay2019-02-20
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* devices: use PollContext for all virtio deivcesZach Reizner2018-04-05
* rng: switch to /dev/urandomMike Frysinger2018-01-18
* crosvm/devices: set thread namesStephen Barber2017-10-30
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09