summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: Remove duplicated doc comments in impl blockDavid Tolnay2018-12-02
* devices: make all virtio devices report version 1Daniel Verkamp2018-11-26
* wl: silence unused code warningsDaniel Verkamp2018-11-21
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* Reland "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-19
* devices: balloon: define features as shift countsDaniel Verkamp2018-11-07
* Revert "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-02
* devices: refactor proxy to use msg_socketJingkui Wang2018-10-31
* devices: virtio: remove virtio MMIO transportDaniel Verkamp2018-10-31
* cargo fmt with Rust 1.30.0Daniel Verkamp2018-10-31
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* sys_util: add trait to fsync File and QcowFileDaniel Verkamp2018-10-26
* devices: gpu: Have BackBuffer use renderer resource when attaching backing.David Riley2018-10-23
* devices: make PCI work in --disable-sandbox modeDaniel Verkamp2018-10-19
* devices: virtio: block: ignore Discard failuresDaniel Verkamp2018-10-19
* devices: virtio: pci: reset ISR status on readDaniel Verkamp2018-10-11
* arch: add virtio-pci eventfds with exact matchDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* virtio-gpu: use the newest capsGurchetan Singh2018-10-05
* devices: Implement virtio PCI transportDylan Reid2018-10-01
* virtio: set default queue size to maximumDaniel Verkamp2018-10-01
* devices: pci: add MMIO config access mechanismDaniel Verkamp2018-10-01
* devices: pci: refactor config access mechanismDaniel Verkamp2018-10-01
* devices: pci: make more registers read onlyDaniel Verkamp2018-10-01
* devices: pci: ignore writable_bits when adding capsDaniel Verkamp2018-10-01
* devices: pci: fix add_bar return valueDylan Reid2018-10-01
* devices: pci: add ioeventfds to PciDevice traitDylan Reid2018-10-01
* devices: pci: add keep_fds to PciDeviceDaniel Verkamp2018-10-01
* devices: pci: add Programming Interface to deviceDaniel Verkamp2018-10-01
* move pci root creation to archDylan Reid2018-10-01
* devices: block: track flush timer armed stateDaniel Verkamp2018-09-27
* fix warning and bit rotted tests uncovered by kokoroZach Reizner2018-09-22
* devices: block: enforce read-only in execute()Daniel Verkamp2018-09-21
* devices: block: clear flush timer once it firesDaniel Verkamp2018-09-19
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* devices: block: Flush a minute after a writeDylan Reid2018-09-17
* gpu: add sandboxing via minijail for virtio gpu device.David Riley2018-09-17
* devices: pci: add subsystem vendor and device IDDylan Reid2018-09-13
* devices: pci: fix capability mask in status regDylan Reid2018-09-10
* devices: Move VirtioDevice to its own fileDylan Reid2018-09-10
* devices: block: implement discard and write zeroesDaniel Verkamp2018-09-10
* pci: add tests for add_capability()Daniel Verkamp2018-09-05
* virtio-gpu: fix reporting of VIRTIO_F_VERSION_1Daniel Verkamp2018-09-05
* Remove sync requirements of pci device traitJingkui Wang2018-08-29
* devices: block: define config space as a structDaniel Verkamp2018-08-15
* devices: block: add support for read-only featureDaniel Verkamp2018-08-13