summary refs log tree commit diff
path: root/x86_64
Commit message (Expand)AuthorAge
...
* 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
* linux: Convert all virtio devices to PCIDaniel Verkamp2018-10-02
* x86_64: increase size of MMIO rangeDaniel Verkamp2018-10-01
* devices: pci: refactor config access mechanismDaniel Verkamp2018-10-01
* devices: pci: fix registration of PCI IRQsDylan Reid2018-10-01
* devices: pci: add ioeventfds to PciDevice traitDylan Reid2018-10-01
* move pci root creation to archDylan Reid2018-10-01
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* x86_64: Don't allocate addrs in the 32 bit gapDylan Reid2018-08-09
* x86_64: Enable pci on the command line.Dylan Reid2018-07-31
* mptable: Add ability to allocate pci interruptsDylan Reid2018-07-23
* devices: proxy - Add support for proxying PciDevicesDylan Reid2018-07-18
* Move gpu allocator to resourcesDylan Reid2018-07-09
* 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