summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAge
* arch: serial: open file outputs for appendDaniel Verkamp2020-05-29
* arch: check property_string result in create_android_fdtDaniel Verkamp2020-05-27
* Put files in device tree for AndroidLepton Wu2020-05-20
* pci: refactor FDT/MPTABLE creation to use PciAddress.Tomasz Jeznach2020-05-05
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* devices: pci: refactor device location address.Tomasz Jeznach2020-04-29
* arch, main: add virtio-console parsing and creationDaniel Verkamp2020-04-23
* devices: add SerialDevice traitDaniel Verkamp2020-04-23
* arch: serial: simplify device creationDaniel Verkamp2020-04-23
* arch, devices: move serial creation to archDaniel Verkamp2020-04-23
* crosvm: Add plumbing for split-irqchip interruptsZhuocheng Ding2020-03-05
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* devices: add acpi device emulation code in devicesChuanxiao Dong2020-02-17
* crosvm: pstore works for ARCVM on x86_64Kansho Nishida2020-02-03
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* 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