summary refs log tree commit diff
path: root/devices/src
Commit message (Expand)AuthorAge
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17
* clippy: Resolve absurd_extreme_comparisonsDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* devices: Replace imports involving super::superDavid Tolnay2019-04-15
* gpu: Simplify imports from gpu_*David Tolnay2019-04-15
* usb: Simplify imports from usb_utilDavid Tolnay2019-04-15
* edition: Update devices crate to 2018 editionDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* devices: Start to implement IOAPIC.Miriam Zimmerman2019-04-12
* devices: usb: remove unused imports in testsDaniel Verkamp2019-04-10
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* Add PIC device.Miriam Zimmerman2019-04-03
* devices: gpu: Silently accept empty command buffers.David Riley2019-04-03
* fix endpoint id in set tr dequeue pointerJingkui Wang2019-03-30
* devices: block: report block size in configDaniel Verkamp2019-03-28
* Validate and configure tap interfaces from --tap_fdJorge E. Moreira2019-03-28
* pci: match pci cap structs with linux/virtio_pci.hDaniel Prilik2019-03-28
* devices: improve get_device_bars/caps interfaceDaniel Prilik2019-03-28
* devices: gpu: use render optimized buffersGurchetan Singh2019-03-26
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* Move split_irqchip_common to devices/.Miriam Zimmerman2019-03-20
* usb: remove unused/abused fd argument from EventHandler::on_eventZach Reizner2019-03-18
* implement xhci and add it to pci busJingkui Wang2019-03-17
* usb: add host backendJingkui Wang2019-03-16
* usb: Add device slot, command ring and transfer ringJingkui Wang2019-03-16
* usb: add usb hub, transfer and usb backend interfaceJingkui Wang2019-03-16
* usb: add ring buffer and ring buffer controllerJingkui Wang2019-03-16
* Add IOAPIC device skeleton.Miriam Zimmerman2019-03-16
* usb: Verify usb_debug args even when not loggingDavid Tolnay2019-03-16
* register_space: Only run panic test when debug assertions are onChirantan Ekbote2019-03-13
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* add scatter gather bufferJingkui Wang2019-03-13
* usb: add interrupter and resample handler for xhciJingkui Wang2019-03-13
* allow dead code for usb modulesJingkui Wang2019-03-13
* devices: compile usb module and update current codeJingkui Wang2019-03-13
* Add usb log macroJingkui Wang2019-03-13
* add utils for device implementationsJingkui Wang2019-03-13
* Add tests for virtio input deviceJorge E. Moreira2019-03-12
* devices: PCI: add capabilities callbackDaniel Prilik2019-03-11
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* crosvm: PIT: Remove debug! logs.Miriam Zimmerman2019-03-08
* Input device: Don't send more events than received from the sourceJorge E. Moreira2019-03-08
* devices: PCI: fix underflow for 64 bit BAR configDaniel Prilik2019-03-08
* rename mmio_space to register spaceJingkui Wang2019-03-08
* register_space: fix u64 write callbackJingkui Wang2019-03-08
* register_space: use sync::Mutex instead of std::sync::MutexJingkui Wang2019-03-08
* Move and rename mmio_register to devices/srcJingkui Wang2019-03-08