summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* 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
* gpu_renderer: move capset3 out of VMMGurchetan Singh2019-09-20
* vfio: Implement PciDevice Trait for vfio deviceXiong Zhang2019-09-18
* gpu: Fix sandboxing support for ARM.David Riley2019-09-17
* 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
* linux: drop VM before exiting to allow cleanupDaniel Verkamp2019-09-17
* sync: add wait_timeout method to condvar wrapperFletcher Woodruff2019-09-16
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* sys_util: shm: make using names with shared memory more convenientZach Reizner2019-09-11
* Add usb_sys wrapper for usbfsDaniel Verkamp2019-09-09
* usb: clarify transfer cancellation APIDaniel Verkamp2019-09-09
* fuzz: fix block fuzzer build after block API changeDaniel Verkamp2019-09-03
* Replace "AsRawFd" with "AsRawFds" for disks.Cody Schuffelen2019-08-30
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* docker: make using X11 gpu display easier with dockerZach Reizner2019-08-28
* seccomp: add clock_gettime gettid to gpu policy.Lepton Wu2019-08-28
* Remove remaining byteorder crate referencesDaniel Verkamp2019-08-26
* 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
* x86_64: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* qcow: replace byteorder with {to,from}_be_bytes()Daniel Verkamp2019-08-26
* arch: fdt: replace byteorder with to_be_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
* crosvm: silence unused code warning for NonZeroU8Daniel Verkamp2019-08-22
* gpu_display: fix clippy warningsDaniel Verkamp2019-08-20
* 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
* Dockerfile: stop tracking virglrenderer masterGurchetan Singh2019-08-20
* ac97: remove duplicated codeFletcher Woodruff2019-08-20
* plugin: switch to using /mnt/empty for rootDmitry Torokhov2019-08-19
* vfio_sys: Add vfio.h to vfio_sysXiong Zhang2019-08-16
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* gpu_renderer: update bindingsGurchetan Singh2019-08-15
* devices: use libc::exit instead of process::exitStephen Barber2019-08-14
* data_model: allow reading structs from io::ReadDaniel Verkamp2019-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