summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* 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
* devices: block: store features as a u64Daniel Verkamp2018-08-13
* devices: block: define features as shift countsDaniel Verkamp2018-08-13
* Add capabilities to PCI configuration spaceDylan Reid2018-08-09
* 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
* pci: Add serial bus subclassJingkui Wang2018-07-27
* 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
* devices: pci - Add a PCI root bridgeDylan Reid2018-07-19
* devices: proxy - Add support for proxying PciDevicesDylan Reid2018-07-18
* device: block: Update status of the flush commandDylan Reid2018-07-17
* devices: block: Support flush commandDylan Reid2018-07-13
* devices: pci - Add PciDeviceDylan Reid2018-07-11
* devices: pci - Add PciConfigurationDylan Reid2018-07-11
* devices: Add pci_typesDylan Reid2018-07-11