summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* usb: support for listing attached usb devicesZach Reizner2019-04-27
* crosvm: Extracts Wayland commands from from VmRequest.Jakub Staron2019-04-27
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* crosvm: only clear signal when neededMatt Delco2019-04-24
* crosvm: use pipe instead of socket for vcpu communicationMatt Delco2019-04-24
* crosvm: reduce excess chatter with pluginMatt Delco2019-04-24
* aarch64: add PCI device memory region to fdtDaniel Prilik2019-04-22
* sys_util: add size to mmap InvalidRange errorDaniel Verkamp2019-04-22
* devices: block: clarify read/write error messagesDaniel Verkamp2019-04-22
* devices: Add capture path in AC'97 PCI devicepaulhsia2019-04-20
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* gpu: replace deprecated ATOMIC_BOOL_INITDaniel Verkamp2019-04-19
* Add cargo-generated Cargo.lock comment blockDaniel Verkamp2019-04-19
* Add rudimentary support for SMBIOS 3.0.Philipp Kern2019-04-19
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Suppress warning from protoc_rust generated codeDavid Tolnay2019-04-17
* Removes RegisterIoevent and RegisterIrqfd.Jakub Staron2019-04-17
* devices: Complete IOAPIC implementation.Miriam Zimmerman2019-04-17
* resources: add build method to SystemAllocatorDaniel Prilik2019-04-17
* devices: gpu: Fallback to using non-scanout buffer if minigbm allocation fails.David Riley2019-04-17
* devices: gpu: Only allocate scanout buffers via minigbm.David Riley2019-04-17
* gpu_renderer: update virglrenderer bindingsDavid Riley2019-04-17
* msg_socket: Remove redundant supertrait boundDavid Tolnay2019-04-17
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve useless_formatDavid Tolnay2019-04-17
* clippy: Resolve unused_unitDavid Tolnay2019-04-17
* clippy: Resolve unneeded_field_patternDavid Tolnay2019-04-17
* clippy: Resolve toplevel_ref_argDavid Tolnay2019-04-17
* clippy: Resolve string_lit_as_bytesDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Resolve redundant_pattern_matchingDavid Tolnay2019-04-17
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve option_map_unit_fnDavid Tolnay2019-04-17
* clippy: Resolve needless_returnDavid Tolnay2019-04-17
* clippy: Resolve match_ref_patsDavid Tolnay2019-04-17
* clippy: Resolve let_and_returnDavid Tolnay2019-04-17
* clippy: Resolve into_iter_on_arrayDavid Tolnay2019-04-17
* clippy: Resolve extra_unused_lifetimesDavid Tolnay2019-04-17
* clippy: Resolve const_static_lifetimeDavid Tolnay2019-04-17
* clippy: Resolve collapsible_ifDavid Tolnay2019-04-17
* clippy: Resolve clone_on_copyDavid Tolnay2019-04-17
* clippy: Resolve block_in_if_condition_stmtDavid Tolnay2019-04-17
* clippy: Resolve assign_op_patternDavid Tolnay2019-04-17
* clippy: Resolve ptr_argDavid Tolnay2019-04-17
* clippy: Resolve if_same_then_elseDavid Tolnay2019-04-17
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17