summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* cargo: Sort all dependency lists in Cargo.tomlDavid 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
* usb: remove unused usb-emulation feature flagZach Reizner2019-03-17
* 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
* PCI: Return results from pci setup functionsDylan Reid2019-03-06
* Don't grab input devices created from sockets.Jorge E. Moreira2019-03-06
* virtio-gpu: add a BAR for deviceGurchetan Singh2019-03-05
* ac97: Add top level unit testDylan Reid2019-03-04
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* ac97: Fix setting the pci configDylan Reid2019-03-02
* tpm: Store TPM state under /run/vmDavid Tolnay2019-03-02
* devices: PCI: use configuration callbackGurchetan Singh2019-03-01
* devices: virtio: add PCI configuration callback functionGurchetan Singh2019-03-01
* devices: use PCI bar configuration when adding regionsGurchetan Singh2019-03-01
* devices: pci: define a PCI bar configuration structGurchetan Singh2019-03-01