summary refs log tree commit diff
path: root/x86_64/src/regs.rs
Commit message (Expand)AuthorAge
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* 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: Set EFER.LMADylan Reid2018-03-29
* x86_64: Add separate error for getting sregsDylan Reid2018-03-22
* x86_64: implement error trait for sub-modules in x86_64 crateSonny Rao2018-02-27
* crosvm: disable reliance on support of 1GB pagesSlava Malyugin2018-02-26
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* Fix new warning with rust 1.21Dylan Reid2017-10-13
* x86_64: Remove extra closure args and double-derefsDylan Reid2017-05-29
* sys_util: Add guest_memoryDylan Reid2017-05-25
* x86_64: Add x86_64 setup codeDylan Reid2017-05-12