summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAge
...
* linux: add support for loading an initrdDaniel Verkamp2019-02-07
* Add logic to set up PIT (guarded by flag).Miriam Zimmerman2019-02-06
* crosvm: x86_64 guest support for android device-treeTristan Muntsinger2019-01-28
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* arch: add generic image loading functionDaniel Verkamp2019-01-18
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: virtio: remove virtio MMIO transportDaniel Verkamp2018-10-31
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* devices: make PCI work in --disable-sandbox modeDaniel Verkamp2018-10-19
* Revert "Revert "linux: Convert all virtio devices to PCI""Daniel Verkamp2018-10-12
* arch: add virtio-pci eventfds with exact matchDaniel Verkamp2018-10-11
* kvm: refactor ioeventfd datamatch interfaceDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* Revert "linux: Convert all virtio devices to PCI"Daniel Verkamp2018-10-04
* linux: Convert all virtio devices to PCIDaniel Verkamp2018-10-02
* devices: pci: fix registration of PCI IRQsDylan Reid2018-10-01
* devices: pci: add ioeventfds to PciDevice traitDylan Reid2018-10-01
* devices: pci: add keep_fds to PciDeviceDaniel Verkamp2018-10-01
* move pci root creation to archDylan Reid2018-10-01
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* mptable: Add ability to allocate pci interruptsDylan Reid2018-07-23
* Move gpu allocator to resourcesDylan Reid2018-07-09
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29
* crosvm: aarch64: get kernel's preferred target type for vcpusSonny Rao2018-04-03
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15