summary refs log tree commit diff
path: root/x86_64/src/mptable.rs
Commit message (Expand)AuthorAge
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* Revert "mptable: mark PCI interrupts as edge triggered"Daniel Verkamp2018-10-29
* mptable: mark PCI interrupts as edge triggeredDaniel Verkamp2018-10-10
* cargo fmt all source codeZach Reizner2018-10-09
* devices: pci: fix registration of PCI IRQsDylan Reid2018-10-01
* mptable: Add ability to allocate pci interruptsDylan Reid2018-07-23
* x86_64: implement error trait for sub-modules in x86_64 crateSonny Rao2018-02-27
* 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
* x86_64: add multi-cpu setup supportZach Reizner2017-05-25