summary refs log tree commit diff
path: root/devices/src
Commit message (Expand)AuthorAge
* sys_util: move round_to_page_size to sys_utilZach Reizner2018-06-21
* virtwl: implement dmabuf sync supportDavid Reveman2018-06-19
* virtio-queue: Add an iterator over a descriptor chainChirantan Ekbote2018-06-15
* virtio-queue: Add an is_read_only() method for DescriptorChainChirantan Ekbote2018-06-15
* virtio: Derive Clone for DescriptorChainChirantan Ekbote2018-06-15
* net: Allow passing in a configured tap fd on the command lineChirantan Ekbote2018-06-12
* wl: do not close FDs that were hungupZach Reizner2018-06-07
* virtwl: better multi-plane DMABuf supportDavid Reveman2018-05-26
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* devices: add an emulated ARM pl030 RTC clockSonny Rao2018-05-04
* devices: block: add sector info to block errorsSonny Rao2018-05-04
* wl: send HUP event when VFDs are hungupZach Reizner2018-04-27
* Fix a typo: virtio::NOITFY_REG_OFFSET -> virtio::NOTIFY_REG_OFFSETPhilipp Kern2018-04-23
* devices: use nested PollContext in wayland deviceZach Reizner2018-04-06
* wl: add pipe vfd supportZach Reizner2018-04-05
* devices: use PollContext for all virtio deivcesZach Reizner2018-04-05
* devices: block: use PollContext in block deviceZach Reizner2018-04-04
* wl: avoid inserting empty virtio queue entriesZach Reizner2018-03-22
* fix some clippy errors that are default denyZach Reizner2018-03-07
* crosvm: make port 0x61 return 0x20, preventing Guest kernel hangSlava Malyugin2018-02-27
* net_util: add tap support for mac addressStephen Barber2018-02-21
* block: Put more info in Read and Write errorsDylan Reid2018-02-12
* hw/virtio/vhost: Add simple tests backed by fakesJason D. Clinton2018-02-02
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* devices: virtio - Limit avail_iter iterationsDylan Reid2018-01-31
* rng: switch to /dev/urandomMike Frysinger2018-01-18
* devices: block: require traits not a fileDylan Reid2018-01-16
* devices: Add balloonDylan Reid2017-12-18
* wl: increase max FDs to send/recvZach Reizner2017-11-15
* crosvm/devices: set thread namesStephen Barber2017-10-30
* Use minijail_forkDylan Reid2017-10-25
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09