summary refs log tree commit diff
path: root/x86_64
Commit message (Expand)AuthorAge
* 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
* crosvm: aarch64: get kernel's preferred target type for vcpusSonny Rao2018-04-03
* x86_64: Set EFER.LMADylan Reid2018-03-29
* x86_64: use project name in cpuid vendorMike Frysinger2018-03-22
* x86_64: Add separate error for getting sregsDylan Reid2018-03-22
* x86_64: improve documentation for cpuid vendorMike Frysinger2018-03-21
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15
* x86_64: implement error traitSonny Rao2018-03-14
* crosvm: move x86_64 arch specific stuff into the x86_64 crateSonny Rao2018-03-02
* x86_64: implement error trait for sub-modules in x86_64 crateSonny Rao2018-02-27
* kvm: do not pass max number of cpuid entries in get_supported_cpuid()Dmitry Torokhov2018-02-27
* crosvm: disable reliance on support of 1GB pagesSlava Malyugin2018-02-26
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* x85: mptable: Move the mptable to the end of base RAMDylan Reid2017-11-21
* mptable: Fix range check and unit testsDylan Reid2017-11-17
* crosvm: fix MPTable, enable apicSlava Malyugin2017-11-15
* Fix new warning with rust 1.21Dylan Reid2017-10-13
* Limit types that can be read from guest memoryDylan Reid2017-06-27
* x86_64: Remove extra closure args and double-derefsDylan Reid2017-05-29
* x86_64: add multi-cpu setup supportZach Reizner2017-05-25
* sys_util: Add guest_memoryDylan Reid2017-05-25
* x86_64: Add x86_64 setup codeDylan Reid2017-05-12
* x86_64: Add bootparams.rsDylan Reid2017-05-11