summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: block: issue fsync when FlushTimer expiresDaniel Verkamp2019-05-29
* virtio-gpu: add gpu control socketGurchetan Singh2019-05-28
* crosvm: update xhci abi to use new bit_field featuresJingkui Wang2019-05-25
* devices: input: Removes used_desc_heads array.Jakub Staron2019-05-24
* crosvm: {WlDriverRequest, WlDriverResponse} --> {VmMemoryRequest, VmMemoryRes...Gurchetan Singh2019-05-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* wl: limit vfd recv size to leave room for VFDsZach Reizner2019-05-23
* usb: implement Interrupt on Short Packet bitDaniel Verkamp2019-05-23
* devices: cmos: report memory size in CMOSDaniel Verkamp2019-05-23
* devices: serial: implement MSR loop behaviorDaniel Verkamp2019-05-23
* crosvm: Implement the file type for serial portsJorge E. Moreira2019-05-22
* devices: gpu: Fallback to allocating with virgl if no fourcc mapping.David Riley2019-05-16
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* usb: execute control requests in DataStageDaniel Verkamp2019-05-10
* usb: refactor intercepted control request handlingDaniel Verkamp2019-05-10
* usb: remove pointless Options in UsbRequestSetupDaniel Verkamp2019-05-10
* usb: factor out common control request handlingDaniel Verkamp2019-05-10
* usb: hold lock throughout resample handlerDaniel Verkamp2019-05-08
* usb: set event loop thread nameDaniel Verkamp2019-05-08
* usb: fix deadlock in try_detach removal pathDaniel Verkamp2019-05-03
* usb: fix serial devices by removing device context verificationJingkui Wang2019-05-01
* 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
* 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
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* 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
* 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 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 let_and_returnDavid 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