summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAge
* arch: Remove unused CrateMmioDevice ErrorDylan Reid2019-10-23
* devices: jail serial deviceZach Reizner2019-10-10
* arch: fdt: replace byteorder with to_be_bytes()Daniel Verkamp2019-08-26
* Allow to connect standard input to a serial port other than the guest consoleJorge E. Moreira2019-08-03
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* Initial BIOS support.Cody Schuffelen2019-05-31
* arch: initialize 4th serial portDaniel Verkamp2019-05-23
* x86_64: load initrd at max addressDaniel Verkamp2019-05-20
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* Add Android fstab support to aarch64, based on x86_64 versionGreg Hartman2019-05-02
* crosvm: Fix misleading field name in VmComponents struct.Jakub Staron2019-04-29
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* clippy: Resolve into_iter_on_arrayDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update arch crate to 2018 editionDavid Tolnay2019-04-08
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* arch: handle register_device_capabilities errorsDaniel Verkamp2019-03-20
* implement xhci and add it to pci busJingkui Wang2019-03-17
* devices: PCI: add capabilities callbackDaniel Prilik2019-03-11
* arch: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-09
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* linux: rename function of device creationJianxun Zhang2019-03-01
* devices: PCI: use configuration callbackGurchetan Singh2019-03-01
* error: Print errors using Display implDavid Tolnay2019-02-20
* 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