summary refs log tree commit diff
path: root/x86_64/src/cpuid.rs
Commit message (Expand)AuthorAge
* x86_64: add tsc_deadline_timer supportZhuocheng Ding2019-12-13
* Setup vcpu's MTRRXiong Zhang2019-11-27
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* x86_64: fill cache info in cpuid, stop spoofing CPU vendor idSlava Malyugin2018-07-09
* x86_64: use project name in cpuid vendorMike Frysinger2018-03-22
* x86_64: improve documentation for cpuid vendorMike Frysinger2018-03-21
* 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
* x86_64: Remove extra closure args and double-derefsDylan Reid2017-05-29
* x86_64: Add x86_64 setup codeDylan Reid2017-05-12