summary refs log tree commit diff
path: root/kernel_loader (follow)
Commit message (Expand)AuthorAge
* Remove unnecessary ? when returning ErrDaniel Verkamp2019-11-08
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* kernel_loader: check phdr memory size additionDaniel Verkamp2019-06-25
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* kernel_loader: regenerate bindings without unionsZach Reizner2019-05-23
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* clippy: Switch to tool attributes for suppressing lintsDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Update kernel_cmdline and kernel_loader to 2018 editionDavid Tolnay2019-04-08
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* crosvm: x86_64 guest support for android device-treeTristan Muntsinger2019-01-28
* kernel_loader: fix ELF Phdr p_type comparisonDaniel Verkamp2019-01-16
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* kernel_loader: implement error traitSonny Rao2018-02-27
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* kernel_loader: Fix clippy warnings.Dylan Reid2017-06-30
* sys_util: Add guest_memoryDylan Reid2017-05-25
* kernel_loader: Add loading of 64 bit elf x86 vmlinuxDylan Reid2017-05-17