summary refs log tree commit diff
path: root/devices/src/virtio
Commit message (Expand)AuthorAge
...
* 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
* 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
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* 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
* devices: balloon: define features as shift countsDaniel Verkamp2018-11-07
* 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: 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: block: track flush timer armed stateDaniel Verkamp2018-09-27
* 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: Move VirtioDevice to its own fileDylan Reid2018-09-10
* devices: block: implement discard and write zeroesDaniel Verkamp2018-09-10
* virtio-gpu: fix reporting of VIRTIO_F_VERSION_1Daniel Verkamp2018-09-05
* devices: block: define config space as a structDaniel Verkamp2018-08-15
* devices: block: add support for read-only featureDaniel Verkamp2018-08-13
* devices: block: store features as a u64Daniel Verkamp2018-08-13
* devices: block: define features as shift countsDaniel Verkamp2018-08-13
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08
* gpu: add force_ctx_0 calls prior to each gpu commandDavid Riley2018-07-30
* gpu: add support for fencesDavid Riley2018-07-30
* gpu: hold image with resourceDavid Riley2018-07-30
* gpu: make process_descriptor return OptionDavid Riley2018-07-30
* gpu: import buffers for rendering from minigbmDavid Riley2018-07-30
* balloon: Implement device policyChirantan Ekbote2018-07-27
* gpu: fix parsing of third descriptor in chainDavid Riley2018-07-25
* gpu_buffer: fix reading and writing to GPU buffersZach Reizner2018-07-25
* gpu: implement virtio-gpuZach Reizner2018-07-20
* device: block: Update status of the flush commandDylan Reid2018-07-17
* devices: block: Support flush commandDylan Reid2018-07-13