summary refs log tree commit diff
Commit message (Expand)AuthorAge
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* resources: data_model is not used, don't depend on itDylan Reid2019-01-11
* Remove unused #[macro_use] attributesDaniel Verkamp2019-01-10
* sys_util: Add net module includes UnixSeqpacketpaulhsia2019-01-10
* devices: wl: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* devices: gpu: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* devices: gpu: add lstat to gpu device seccompDavid Riley2019-01-09
* plugin: remove unused EDEADLK importDaniel Verkamp2019-01-09
* main: only show plugin options when feature is onDaniel Verkamp2019-01-08
* Add support for plugin mountsChirantan Ekbote2019-01-07
* plugin: Add support for tap fd on the command lineChirantan Ekbote2019-01-07
* net_util: Get tap interface name when using a raw fdChirantan Ekbote2019-01-07
* plugin: Fix uid and gid mapsChirantan Ekbote2019-01-07
* plugin: Fix tmpfs mount optionsChirantan Ekbote2019-01-07
* Move validate_raw_fd to sys_utilChirantan Ekbote2019-01-07
* linux: remove unnecessary usize castsDaniel Verkamp2019-01-05
* devices: balloon: fix the 'crosvm balloon' commandDaniel Verkamp2019-01-05
* Add "Fd" wrapper for RawFd type.Miriam Zimmerman2019-01-05
* devices: block: protect disk_size with a mutexDaniel Verkamp2019-01-05
* devices: block: build config space on demandDaniel Verkamp2019-01-05
* qcow: add no-op set_len() for QcowFileDaniel Verkamp2019-01-05
* sys_util: add set_len() traitDaniel Verkamp2019-01-05
* crosvm: Split sub-crates into independent workspacepaulhsia2019-01-03
* bitfield: Documentation and simplificationsDavid Tolnay2019-01-03
* kvm: add Debug to IoeventAddressJingkui Wang2018-12-25
* sys_util: add debug to eventfdJingkui Wang2018-12-25
* usb: Add event ring implementationJingkui Wang2018-12-25
* usb: add xhci abi.Jingkui Wang2018-12-25
* usb: add xhci registers and mmio space.Jingkui Wang2018-12-25
* usb: Add mmio space.Jingkui Wang2018-12-25
* devices: add on_sandboxedJingkui Wang2018-12-25
* usb_util: add sandboxed-libusb featureJingkui Wang2018-12-20
* usb_util: add open fd patch to libusbJingkui Wang2018-12-20
* bitfield: update bitfield structs and support boolJingkui Wang2018-12-19
* sys_util: Combine GuestMemory::with_regions and with_regions_mutDavid Tolnay2018-12-18
* Revert "presubmit: add cargo fmt check"Daniel Verkamp2018-12-14
* devices: gpu: add plane info response supportZach Reizner2018-12-14
* usb_util: implement usb_transferJingkui Wang2018-12-14
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* bitfield: reformat with cargo fmtDaniel Verkamp2018-12-12
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* sys_util: Add ability to set real time thread priorityDylan Reid2018-12-09
* poll_token: Use syn to simplify poll token deriveDavid Tolnay2018-12-09
* macros: Clean up bitfield macro by replacing the input itemDavid Tolnay2018-12-09
* assertions: Use compile-time assertion macroDavid Tolnay2018-12-09
* assertions: Add compile-time assertion macroDavid Tolnay2018-12-09
* macros: Derive macro to generate integer to enum conversionDavid Tolnay2018-12-07
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* qcow: scan for free clusters at startupDaniel Verkamp2018-12-04
* linux: Print all siginfo structs on ChildSignalDavid Tolnay2018-12-04