summary refs log tree commit diff
Commit message (Expand)AuthorAge
* crosvm: add getpid and prlimit to seccompYunlian Jiang2018-10-23
* gpu_display: use syslog for display_wlZach Reizner2018-10-22
* crosvm: add openat to seccompYunlian Jiang2018-10-21
* devices: make PCI work in --disable-sandbox modeDaniel Verkamp2018-10-19
* main: autodetect disk image typeDaniel Verkamp2018-10-19
* devices: virtio: block: ignore Discard failuresDaniel Verkamp2018-10-19
* qcow: add convert API and export it in qcow_utilsDaniel Verkamp2018-10-18
* sys_util: add SeekHole traitDaniel Verkamp2018-10-18
* cargo fmt aarch64 and kvmDaniel Verkamp2018-10-18
* enable integer overflow checks on release profileZach Reizner2018-10-16
* qcow: create BufWriter with exact capacityDaniel Verkamp2018-10-13
* sys_util: use PUNCH_HOLE to implement write_zeroesDaniel Verkamp2018-10-13
* aarch64: remove reboot=k kernel cmdline optionDaniel Verkamp2018-10-12
* Revert "Revert "linux: Convert all virtio devices to PCI""Daniel Verkamp2018-10-12
* kvm: fix clippy error about mis-aligned pointer castsZach Reizner2018-10-12
* kvm: fix clippy error about multiple mut referencesZach Reizner2018-10-12
* kokoro: add continuous configStephen Barber2018-10-12
* sys_util: use checked arithmetic and alignment in sock_ctrl_msgZach Reizner2018-10-12
* aarch64: add arm serial input supportSonny Rao2018-10-12
* sys_util: simplify format string for Display impl for PriorityZach Reizner2018-10-12
* devices: virtio: pci: reset ISR status on readDaniel Verkamp2018-10-11
* arch: add virtio-pci eventfds with exact matchDaniel Verkamp2018-10-11
* kvm: refactor ioeventfd datamatch interfaceDaniel Verkamp2018-10-11
* mptable: mark PCI interrupts as edge triggeredDaniel Verkamp2018-10-10
* README: update rustfmt guidance to format all codeDaniel Verkamp2018-10-10
* rustfmt wire_format_derive and poll_token_deriveDaniel Verkamp2018-10-10
* crosvm: add msg_sock.Jingkui Wang2018-10-09
* gpu_renderer: cargo fmt epoxy_egl.rs, which is hugeZach Reizner2018-10-09
* cargo fmt all source codeZach Reizner2018-10-09
* virtio-gpu: use the newest capsGurchetan Singh2018-10-05
* qcow: track deallocated clusters as unreferencedDaniel Verkamp2018-10-05
* Revert "linux: Convert all virtio devices to PCI"Daniel Verkamp2018-10-04
* linux: Convert all virtio devices to PCIDaniel Verkamp2018-10-02
* devices: Implement virtio PCI transportDylan Reid2018-10-01
* aarch64: add generic PCI host controllerDaniel Verkamp2018-10-01
* x86_64: increase size of MMIO rangeDaniel Verkamp2018-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 registration of PCI IRQsDylan Reid2018-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
* qcow: optimize sync_caches to avoid extra writesDaniel Verkamp2018-09-27
* qcow: buffer reads and writes in QcowRawFileDaniel Verkamp2018-09-27