summary refs log tree commit diff
path: root/devices
Commit message (Expand)AuthorAge
* devices: jail serial deviceZach Reizner2019-10-10
* device: ac97: Cleanup interrupt logicpaulhsia2019-10-08
* devices: virtio_net: handle errors in tapfd poll adding/removalStephen Barber2019-10-08
* devices: ac97: fix interrupt triggering logicDaniel Verkamp2019-10-08
* virtio: queue: Enforce DescriptorChain orderingChirantan Ekbote2019-10-06
* devices: virtio_net: avoid busylooping when no rx buffers availableStephen Barber2019-10-03
* devices: virtio: pmem: use descriptor reader/writerDaniel Verkamp2019-10-01
* devices: virtio: input: use descriptor reader/writerDaniel Verkamp2019-10-01
* crosvm: Use Reader/Writer interfaces in various virtio devices.Jakub Staron2019-10-01
* virtio-gpu: handle VIRTIO_GPU_CMD_RESOURCE_CREATE_V2Gurchetan Singh2019-10-01
* virtio-gpu: handle VIRTIO_GPU_CMD_ALLOCATION_METADATAGurchetan Singh2019-10-01
* vfio: Setup dma map for vfio deviceXiong Zhang2019-10-01
* vfio: Integrate VFIO device into pci device modelXiong Zhang2019-10-01
* sys_util: add write_zeroes_all() functionDaniel Verkamp2019-09-25
* devices: modify get_device_bars(..) interfaceGurchetan Singh2019-09-20
* virtio-gpu: Use new + proposed virtio-gpu featuresGurchetan Singh2019-09-20
* virtio-gpu: add new + proposed kernel protocolsGurchetan Singh2019-09-20
* vfio: Implement PciDevice Trait for vfio deviceXiong Zhang2019-09-18
* devices: gpu: Use descriptor_utils helpers for virtio processing.David Riley2019-09-17
* virtio: Make Reader interface cloneable.David Riley2019-09-17
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* usb: clarify transfer cancellation APIDaniel Verkamp2019-09-09
* Replace "AsRawFd" with "AsRawFds" for disks.Cody Schuffelen2019-08-30
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* devices: pci: replace byteorder with from_le_bytes()Daniel Verkamp2019-08-26
* devices: virtio: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* devices: vsock: replace byteorder with from_le_bytes()Daniel Verkamp2019-08-26
* usb: clean up clippy unit_arg warningDaniel Verkamp2019-08-26
* 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