summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* Remove unused #[macro_use] attributesDaniel Verkamp2019-01-10
* devices: wl: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* devices: gpu: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* devices: block: protect disk_size with a mutexDaniel Verkamp2019-01-05
* devices: block: build config space on demandDaniel Verkamp2019-01-05
* usb: Add event ring implementationJingkui Wang2018-12-25
* usb: add xhci abi.Jingkui Wang2018-12-25
* usb: add xhci registers and mmio space.Jingkui Wang2018-12-25
* usb: Add mmio space.Jingkui Wang2018-12-25
* devices: add on_sandboxedJingkui Wang2018-12-25
* devices: gpu: add plane info response supportZach Reizner2018-12-14
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* 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