summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
...
* devices: virtio: set zero length mmio eventfd for VQ notification addressZide Chen2019-08-23
* devices: gpu: remove BackedBuffer/GpuRendererResource distinctionGurchetan Singh2019-08-20
* gpu_renderer: remove EGL related functionsGurchetan Singh2019-08-20
* gpu_renderer: use GBM inside virglrendererGurchetan Singh2019-08-20
* ac97: remove duplicated codeFletcher Woodruff2019-08-20
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* devices: use libc::exit instead of process::exitStephen Barber2019-08-14
* devices: virtio: block: use descriptor chain utilsDaniel Verkamp2019-08-13
* devices: virtio: make create_descriptor_chain pubDaniel Verkamp2019-08-13
* devices: virtio: add volatile read/write for desc chainsDaniel Verkamp2019-08-13
* devices: virtio: add seek() for descriptor chainsDaniel Verkamp2019-08-13
* devices: virtio: add Error type for descriptorsDaniel Verkamp2019-08-13
* Fix compiling warnings in test codeJianxun Zhang2019-08-09
* crosvm: add x-display argument for choosing the X11 gpu displayZach Reizner2019-08-08
* usb: handle transfer errors after port is detachedTomasz Jeznach2019-08-07
* devices: fix virtio-queue range checkJorge E. Moreira2019-08-07
* Allow to connect standard input to a serial port other than the guest consoleJorge E. Moreira2019-08-03
* ac97: Fix device real time priority issuepaulhsia2019-08-01
* gpu_display: add X11 backendZach Reizner2019-07-25
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* tree-wide: Use new trait object syntaxDylan Reid2019-07-24
* tree-wide: update to new inclusive range syntaxDylan Reid2019-07-24
* Refactor input devices interactions with buffers in guest memoryJorge E. Moreira2019-07-17
* Don't call UNGRAB IOCTL on a socketJorge E. Moreira2019-07-17
* devices: gpu: advertise support for capset 3Gurchetan Singh2019-07-16
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* devices: silence unused code warning in PCIDaniel Verkamp2019-07-10
* devices: remove use of mem::uninitializedDaniel Verkamp2019-07-09
* pci: Let device could trap pci config read/writeXiong Zhang2019-07-03
* virtio-gpu: Allocate buffers with shared bind flag using gbm.David Riley2019-07-03
* usb: switch to new libusb_wrap_sys_device APIDaniel Verkamp2019-06-27
* devices: pci: preserve read-only bits in write_regDaniel Verkamp2019-06-25
* devices: pci: check BAR address alignmentDaniel Verkamp2019-06-25
* devices: pci: allocate BARs with correct alignmentDaniel Verkamp2019-06-25
* devices: pci: Change host brige into IntelXiong Zhang2019-06-25
* devices: pci: use header type 0 for host bridgeDaniel Verkamp2019-06-25
* gpu_renderer: make Box3 less error prone with constructorZach Reizner2019-06-24
* devices: Use Reader/Writer interfaces in virtio-net.Jakub Staron2019-06-24
* gpu: Allow more than one resource bridge socketChirantan Ekbote2019-06-24
* crosvm: Implement Reader/Writer interface over DescriptorChain.Jakub Staron2019-06-21
* crosvm: Ensure slices are the same size when copying.Jorge E. Moreira2019-06-21
* crosvm: fix clippy warningsJakub Staron2019-06-08
* serial: fix clippy warningsJakub Staron2019-06-08
* usb: reset backend device on port resetDaniel Verkamp2019-06-05
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* 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