summary refs log tree commit diff
path: root/x86_64
Commit message (Expand)AuthorAge
* crosvm: add memfd serverAlyssa Ross2020-06-15
* move MemoryParams to devicesAlyssa Ross2020-06-15
* hacky working out-of-process virtio_wlAlyssa Ross2020-06-15
* arch: add public API for creating GuestMemoryAlyssa Ross2020-06-15
* acpi: support user provided ACPI SDTs.Tomasz Jeznach2020-06-01
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* acpi: refactor the ACPI PM deviceChuanxiao Dong2020-05-11
* pci: refactor FDT/MPTABLE creation to use PciAddress.Tomasz Jeznach2020-05-05
* Remove unnecessary parentheses in constsDaniel Verkamp2020-04-26
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* arch, main: add virtio-console parsing and creationDaniel Verkamp2020-04-23
* arch, devices: move serial creation to archDaniel Verkamp2020-04-23
* ACPI: enable ACPI from command lineChuanxiao Dong2020-03-19
* Fix warnings added in rust 1.42Dylan Reid2020-03-17
* crosvm: Add plumbing for split-irqchip interruptsZhuocheng Ding2020-03-05
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* acpi: add S1 capability in DSDTChuanxiao Dong2020-02-28
* acpi: allocate sci_irq instead of use fixed numberChuanxiao Dong2020-02-28
* x86_64: generate ACPI tablesChuanxiao Dong2020-02-28
* x86_64: use __cpuid intrinsicDaniel Verkamp2020-02-22
* devices: IOAPIC: implement interrupt routingZhuocheng Ding2020-02-21
* acpipm: implement suspend and resume mechanismChuanxiao Dong2020-02-19
* devices: add acpi device emulation code in devicesChuanxiao Dong2020-02-17
* crosvm: pstore works for ARCVM on x86_64Kansho Nishida2020-02-03
* x86_64: fix warning on 1.40Dylan Reid2020-01-12
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* devices: fix warning about extra parensDylan Reid2019-12-23
* x86_64: add tsc_deadline_timer supportZhuocheng Ding2019-12-13
* crosvm: PIT: use full address and avoid conflictZhuocheng Ding2019-12-10
* Setup vcpu's MTRRXiong Zhang2019-11-27
* x86_64: fix the incorrect parameter for disabling ACPIChuanxiao Dong2019-11-22
* Vfio: Suitably allocate bar for vfio deviceXiong Zhang2019-11-11
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* arch: replace is_some + unwrap with `if let`Daniel Verkamp2019-11-08
* x86_64: Correct the start address of device memoryXiong Zhang2019-11-05
* x86_64: Correct guest ram memory region layoutXiong Zhang2019-11-04
* devices: jail serial deviceZach Reizner2019-10-10
* x86_64: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* Initial BIOS support.Cody Schuffelen2019-05-31
* x86_64: regenerate bootparam bindings without unionsZach Reizner2019-05-23
* devices: cmos: report memory size in CMOSDaniel Verkamp2019-05-23
* smbios: fix clippy warningsDaniel Verkamp2019-05-22
* x86_64: load initrd at max addressDaniel Verkamp2019-05-20
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* x86_64: support loading bzImage kernelsDaniel Verkamp2019-05-14
* 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
* crosvm: add license blurb to all filesStephen Barber2019-04-24