summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAge
* crosvm: add memfd serverAlyssa Ross2020-06-15
* move MemoryParams to devicesAlyssa Ross2020-06-15
* arch: add public API for creating GuestMemoryAlyssa Ross2020-06-15
* devices: move jailing out of JailedDevice::newAlyssa Ross2020-06-15
* devices: don't jail in ProxyDevice constructorAlyssa Ross2020-06-15
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * kvm: use MappedRegion traitGurchetan Singh2020-06-12
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\|
| * acpi: support user provided ACPI SDTs.Tomasz Jeznach2020-06-01
| * arch: serial: open file outputs for appendDaniel Verkamp2020-05-29
| * arch: check property_string result in create_android_fdtDaniel Verkamp2020-05-27
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-22
|\|
| * Put files in device tree for AndroidLepton Wu2020-05-20
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * 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
* | arch: fix add_serial_devices doc typosAlyssa Ross2020-03-09
* | arch: use doc comments for error descriptionsAlyssa Ross2020-03-09
|/
* 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