summary refs log tree commit diff
path: root/x86_64
Commit message (Expand)AuthorAge
* 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
* Add rudimentary support for SMBIOS 3.0.Philipp Kern2019-04-19
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* resources: add build method to SystemAllocatorDaniel Prilik2019-04-17
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Switch to tool attributes for suppressing lintsDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update x86_64 crate to 2018 editionDavid Tolnay2019-04-07
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* Move split_irqchip_common to devices/.Miriam Zimmerman2019-03-20
* bitfield: Support BitFieldSpecifier for enumsDavid Tolnay2019-03-17
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* Add common types and constants for split IRQ chip.Miriam Zimmerman2019-03-13
* arch: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-09
* linux: use panic=-1 to reboot immediately on panicDaniel Verkamp2019-03-05
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* linux: rename function of device creationJianxun Zhang2019-03-01