summary refs log tree commit diff
path: root/x86_64
Commit message (Expand)AuthorAge
* 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
* linux: add support for loading an initrdDaniel Verkamp2019-02-07
* x86_64: return fdt size from create_fdt()Daniel 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
* crosvm: Support cros-rust version crosvm ebuildpaulhsia2019-01-22
* 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
* Revert "mptable: mark PCI interrupts as edge triggered"Daniel 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
* mptable: mark PCI interrupts as edge triggeredDaniel Verkamp2018-10-10
* cargo fmt all source codeZach Reizner2018-10-09
* Revert "linux: Convert all virtio devices to PCI"Daniel Verkamp2018-10-04