summary refs log tree commit diff
path: root/x86_64/Cargo.toml
Commit message (Expand)AuthorAge
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* x86_64: generate ACPI tablesChuanxiao Dong2020-02-28
* x86_64: use __cpuid intrinsicDaniel Verkamp2020-02-22
* x86_64: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update x86_64 crate to 2018 editionDavid Tolnay2019-04-07
* Move split_irqchip_common to devices/.Miriam Zimmerman2019-03-20
* Add common types and constants for split IRQ chip.Miriam Zimmerman2019-03-13
* crosvm: Support cros-rust version crosvm ebuildpaulhsia2019-01-22
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* Revert "Revert "linux: Convert all virtio devices to PCI""Daniel Verkamp2018-10-12
* Revert "linux: Convert all virtio devices to PCI"Daniel Verkamp2018-10-04
* linux: Convert all virtio devices to PCIDaniel Verkamp2018-10-02
* x86_64: fill cache info in cpuid, stop spoofing CPU vendor idSlava Malyugin2018-07-09
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15
* crosvm: move x86_64 arch specific stuff into the x86_64 crateSonny Rao2018-03-02
* Limit types that can be read from guest memoryDylan Reid2017-06-27
* x86_64: Add x86_64 setup codeDylan Reid2017-05-12